projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2fb8ff8
)
make cmpVERSION.pl ignore Config.pm
David Mitchell [Fri, 3 Jul 2009 21:09:59 +0000 (22:09 +0100)]
Porting/cmpVERSION.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/cmpVERSION.pl
b/Porting/cmpVERSION.pl
index
9205e28
..
8f908c8
100644
(file)
--- a/
Porting/cmpVERSION.pl
+++ b/
Porting/cmpVERSION.pl
@@
-58,8
+58,9
@@
chdir $ARGV[0] or die "$0: chdir '$ARGV[0]' failed: $!\n";
my %skip;
@skip{
'./lib/Carp/Heavy.pm',
+ './lib/Config.pm', # no version number but contents will vary
'./lib/Exporter/Heavy.pm',
- './win32/FindExt.pm'
+ './win32/FindExt.pm',
} = ();
my $skip_dirs = qr|^\./t/lib|;