Initial start

This commit is contained in:
Ryan Voots 2018-03-09 20:53:31 -08:00
commit 372e0fc5e6
5 changed files with 41 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
jail_root/*
test.log
.build
App-EvalServerAdvanced-*
testsandbox

2
Changes Normal file
View file

@ -0,0 +1,2 @@
* 0.01
- First version

26
dist.ini Normal file
View file

@ -0,0 +1,26 @@
name = App-EvalServerAdvanced-ConstantCalc
author = Ryan Voots <simcop2387@simcop2387.info>
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]

View file

@ -0,0 +1,5 @@
package Sys::Linux::Syscall::Execve;
1;
__END__

3
perlcritic.rc Normal file
View file

@ -0,0 +1,3 @@
# .perlcriticrc
theme = freenode
severity = 1