From 7536d879835346ee8671a43b3f9e0bf5a70ad7c3 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Fri, 3 Jul 2009 22:09:59 +0100 Subject: [PATCH] make cmpVERSION.pl ignore Config.pm --- Porting/cmpVERSION.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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|; -- 1.8.3.1