|
Revision 9802, 371 bytes
(checked in by hanekomu, 5 years ago)
|
r6166@nbgr: marcel | 2008-04-18 16:55:21 +0200
lang/perl/ShipIt-Step-Jaiku: initial commit
|
| Line | |
|---|
| 1 | # no strict 'refs' |
|---|
| 2 | [TestingAndDebugging::ProhibitNoStrict] |
|---|
| 3 | allow = refs |
|---|
| 4 | |
|---|
| 5 | [-BuiltinFunctions::ProhibitStringyEval] |
|---|
| 6 | [-ControlStructures::ProhibitMutatingListFunctions] |
|---|
| 7 | [-Subroutines::ProhibitExplicitReturnUndef] |
|---|
| 8 | [-Subroutines::ProhibitSubroutinePrototypes] |
|---|
| 9 | [-Variables::ProhibitConditionalDeclarations] |
|---|
| 10 | |
|---|
| 11 | # for mkdir $dir, 0777 |
|---|
| 12 | [-ValuesAndExpressions::ProhibitLeadingZeros] |
|---|