Skip to content

Commit

Permalink
comment about modules simulating "use strict;"
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Aug 10, 2009
1 parent 7d3abca commit 86a3ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Module/CPANTS/Kwalitee/Uses.pm
Expand Up @@ -81,6 +81,8 @@ sub kwalitee_indicators {

my ($strict)=$uses->{'strict'};
my ($moose)=$uses->{'Moose'};
#should also count Moose::Role, MooseX::Declare, Modern::Perl

#return 0 unless $strict;
my $total = $strict?$strict->{in_code}:0;
if ($moose) {
Expand Down

0 comments on commit 86a3ed6

Please sign in to comment.