Change 34348 by [EMAIL PROTECTED] on 2008/09/11 16:50:06
Skip another file in the VERSION comparison program
Affected files ...
... //depot/perl/Porting/cmpVERSION.pl#5 edit
Differences ...
==== //depot/perl/Porting/cmpVERSION.pl#5 (text) ====
Index: perl/Porting/cmpVERSION.pl
--- perl/Porting/cmpVERSION.pl#4~21214~ 2003-09-13 11:33:41.000000000 -0700
+++ perl/Porting/cmpVERSION.pl 2008-09-11 09:50:06.000000000 -0700
@@ -25,7 +25,10 @@
# Files to skip from the check for one reason or another,
# usually because they pull in their version from some other file.
my %skip;
[EMAIL PROTECTED]'./lib/Exporter/Heavy.pm'} = ();
[EMAIL PROTECTED]
+ './lib/Carp/Heavy.pm',
+ './lib/Exporter/Heavy.pm'
+} = ();
my @wanted;
find(
End of Patch.