Skip to content

Commit a3917ff

Browse files
committed
Adds Mojo::Base to Perl::Critic list of modules which enable strict.
1 parent f13c889 commit a3917ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.perlcriticrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ verbose = 11
1616
severity = 4
1717

1818
[TestingAndDebugging::RequireUseStrict]
19-
equivalent_modules = Test::Routine
19+
equivalent_modules = Test::Routine Mojo::Base
2020

2121
[ValuesAndExpressions::ProhibitEmptyQuotes]
2222
severity = 4

0 commit comments

Comments
 (0)