Skip to content

Commit

Permalink
Disable strict and warnings critic complaints for Moose and MetaCPAN:…
Browse files Browse the repository at this point in the history
…:Moose.
  • Loading branch information
oalders committed Jul 27, 2016
1 parent 60aeae7 commit ae6573d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .perlcriticrc
Expand Up @@ -16,9 +16,6 @@ theme = core
[CodeLayout::RequireTrailingCommas]
severity = 4

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Test::Routine

[ValuesAndExpressions::ProhibitEmptyQuotes]
severity = 4

Expand All @@ -29,3 +26,9 @@ severity = 4

[ValuesAndExpressions::ProhibitNoisyQuotes]
severity = 4

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = MetaCPAN::Moose Moose

[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = MetaCPAN::Moose Moose
2 changes: 0 additions & 2 deletions lib/MetaCPAN/Web/Controller/SysAdmin/DataCenters.pm
@@ -1,7 +1,5 @@
package MetaCPAN::Web::Controller::SysAdmin::DataCenters;

use strict;
use warnings;
use MetaCPAN::Moose;

BEGIN { extends 'MetaCPAN::Web::Controller' }
Expand Down

0 comments on commit ae6573d

Please sign in to comment.