Initial start
This commit is contained in:
commit
372e0fc5e6
5 changed files with 41 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
jail_root/*
|
||||
test.log
|
||||
.build
|
||||
App-EvalServerAdvanced-*
|
||||
testsandbox
|
2
Changes
Normal file
2
Changes
Normal file
|
@ -0,0 +1,2 @@
|
|||
* 0.01
|
||||
- First version
|
26
dist.ini
Normal file
26
dist.ini
Normal 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]
|
5
lib/Sys/Linux/Syscall/Execve.pm
Normal file
5
lib/Sys/Linux/Syscall/Execve.pm
Normal file
|
@ -0,0 +1,5 @@
|
|||
package Sys::Linux::Syscall::Execve;
|
||||
|
||||
1;
|
||||
__END__
|
||||
|
3
perlcritic.rc
Normal file
3
perlcritic.rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
# .perlcriticrc
|
||||
theme = freenode
|
||||
severity = 1
|
Loading…
Add table
Reference in a new issue