p4raw-id: //depot/perl@34348
# Files to skip from the check for one reason or another,
# usually because they pull in their version from some other file.
my %skip;
-@skip{'./lib/Exporter/Heavy.pm'} = ();
+@skip{
+ './lib/Carp/Heavy.pm',
+ './lib/Exporter/Heavy.pm'
+} = ();
my @wanted;
find(