diff options
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/cmpVERSION.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index 052051c3d2..aabe6921be 100644 --- a/Porting/cmpVERSION.pl +++ b/Porting/cmpVERSION.pl @@ -25,7 +25,10 @@ chdir $ARGV[0] or die "$0: chdir '$ARGV[0]' failed: $!\n"; # Files to skip from the check for one reason or another, # usually because they pull in their version from some other file. my %skip; -@skip{'./lib/Exporter/Heavy.pm'} = (); +@skip{ + './lib/Carp/Heavy.pm', + './lib/Exporter/Heavy.pm' +} = (); my @wanted; find( |