root/trunk/plagger/t/perlcriticrc
| Revision 1817 (checked in by miyagawa, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | # for mkdir $dir, 0777 |
| 2 | [-ValuesAndExpressions::ProhibitLeadingZeros] |
| 3 | |
| 4 | # we do eval $asset_pl a lot |
| 5 | [-BuiltinFunctions::ProhibitStringyEval] |
| 6 | |
| 7 | # no strict 'refs' |
| 8 | [TestingAndDebugging::ProhibitNoStrict] |
| 9 | allow = refs |
| 10 | |
| 11 | # temporary disable this |
| 12 | [-Modules::RequireFilenameMatchesPackage] |
Note: See TracBrowser for help on using the browser.
