# Following is a list of policies to be skipped for severity=2:
#--------------------------------------------------------------
+# Following this policy caused a parsing error in Perl version 5.14 at
+# file test operators.
+[-BuiltinFunctions::ProhibitUselessTopic]
+
# Do not change any debugged regular expressions without good reason
[-RegularExpressions::RequireDotMatchAnything]
[-RegularExpressions::RequireLineBoundaryMatching]
@ARGV =
map { $_->[0] }
sort { $a->[1] <=> $b->[1] }
- map { [ $_, -e ? -s : 0 ] } @ARGV;
- ##map { [ $_, -e $_ ? -s $_ : 0 ] } @ARGV;
+ map { [ $_, -e $_ ? -s $_ : 0 ] } @ARGV;
}
my $number_of_files = @ARGV;