commit 372e0fc5e680a65e84c5ac8e886a3ac8d2f61730 Author: Ryan Voots Date: Fri Mar 9 20:53:31 2018 -0800 Initial start diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88b1268 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +jail_root/* +test.log +.build +App-EvalServerAdvanced-* +testsandbox diff --git a/Changes b/Changes new file mode 100644 index 0000000..ba9be6e --- /dev/null +++ b/Changes @@ -0,0 +1,2 @@ +* 0.01 + - First version diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..31544c7 --- /dev/null +++ b/dist.ini @@ -0,0 +1,26 @@ +name = App-EvalServerAdvanced-ConstantCalc +author = Ryan Voots +license = Perl_5 +copyright_holder = Ryan Voots +copyright_year = 2017 + +[@Starter] +revision = 2 +-remove = GatherDir +-remove = Pod2Readme +ExecDir.dir = script + +[Git::GatherDir] +[Git::Tag] +[GitHub::Meta] +[Git::Push] +[Readme::Brief] + +[RewriteVersion] + +[BumpVersionAfterRelease] +[AutoPrereqs] + +[Test::Perl::Critic] + +[CheckChangesHasContent] diff --git a/lib/Sys/Linux/Syscall/Execve.pm b/lib/Sys/Linux/Syscall/Execve.pm new file mode 100644 index 0000000..46d9e6b --- /dev/null +++ b/lib/Sys/Linux/Syscall/Execve.pm @@ -0,0 +1,5 @@ +package Sys::Linux::Syscall::Execve; + +1; +__END__ + diff --git a/perlcritic.rc b/perlcritic.rc new file mode 100644 index 0000000..faca8e4 --- /dev/null +++ b/perlcritic.rc @@ -0,0 +1,3 @@ +# .perlcriticrc +theme = freenode +severity = 1