File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ GatherDir.exclude_filename = EMPLOYERS.pdf
36
36
[RunExtraTests]
37
37
; authordep Test::Pod::LinkCheck::Lite
38
38
39
+ [Test::Perl::Critic]
40
+ ; authordep Perl::Critic::Community
41
+
39
42
[Prereqs / RuntimeRequires]
40
43
; Needs Perl v5.14 for Feature::Compat::Defer
41
44
perl = 5.014
Original file line number Diff line number Diff line change
1
+ theme = ( core + pbp + security + maintenance ) * bugs
2
+ include = CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireConsistentNewlines
3
+
4
+ [-Subroutines::ProhibitSubroutinePrototypes]
5
+
6
+ # alternate that works better with dzil ::PkgVersion
7
+ [-TestingAndDebugging::RequireUseStrict]
8
+ [-TestingAndDebugging::RequireUseWarnings]
9
+ [Community::StrictWarnings]
10
+ extra_importers = Test2::V0
11
+
12
+ # vim: ft=dosini
You can’t perform that action at this time.
0 commit comments