Change 34391 by [EMAIL PROTECTED] on 2008/09/22 08:16:57
Skip another module from the VERSION comparison checks
Affected files ...
... //depot/perl/Porting/cmpVERSION.pl#7 edit
Differences ...
==== //depot/perl/Porting/cmpVERSION.pl#7 (text) ====
Index: perl/Porting/cmpVERSION.pl
--- perl/Porting/cmpVERSION.pl#6~34365~ 2008-09-15 10:01:08.000000000 -0700
+++ perl/Porting/cmpVERSION.pl 2008-09-22 01:16:57.000000000 -0700
@@ -27,7 +27,8 @@
my %skip;
@skip{
'./lib/Carp/Heavy.pm',
- './lib/Exporter/Heavy.pm'
+ './lib/Exporter/Heavy.pm',
+ './win32/FindExt.pm'
} = ();
my $skip_dirs = qr|^\./t/lib|;
End of Patch.