projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
309c1fb
)
Skip another module from the VERSION comparison checks
Steve Hay [Mon, 22 Sep 2008 08:16:57 +0000 (08:16 +0000)]
p4raw-id: //depot/perl@34391
Porting/cmpVERSION.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/cmpVERSION.pl
b/Porting/cmpVERSION.pl
index
de5f942
..
2855acf
100644
(file)
--- a/
Porting/cmpVERSION.pl
+++ b/
Porting/cmpVERSION.pl
@@
-27,7
+27,8
@@
chdir $ARGV[0] or die "$0: chdir '$ARGV[0]' failed: $!\n";
my %skip;
@skip{
'./lib/Carp/Heavy.pm',
- './lib/Exporter/Heavy.pm'
+ './lib/Exporter/Heavy.pm',
+ './win32/FindExt.pm'
} = ();
my $skip_dirs = qr|^\./t/lib|;