Skip another file in the VERSION comparison program
Steve Hay [Thu, 11 Sep 2008 16:50:06 +0000 (16:50 +0000)]
p4raw-id: //depot/perl@34348

Porting/cmpVERSION.pl

index 052051c..aabe692 100644 (file)
@@ -25,7 +25,10 @@ chdir $ARGV[0] or die "$0: chdir '$ARGV[0]' failed: $!\n";
 # 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(