From: David Mitchell Date: Fri, 3 Jul 2009 21:09:59 +0000 (+0100) Subject: make cmpVERSION.pl ignore Config.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7536d879835346ee8671a43b3f9e0bf5a70ad7c3;p=p5sagit%2Fp5-mst-13.2.git make cmpVERSION.pl ignore Config.pm --- diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index 9205e28..8f908c8 100644 --- 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|;