summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-31 22:15:00 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-31 22:15:00 +0000
commitf570cf7c1e17335dc907b0d959292fc080660221 (patch)
tree75dd45f6caa539b51a83de87168a1664d15f6451
parenta8735c2fb8c50adfab0d7dbbbacac7b7e851087b (diff)
downloadperl-f570cf7c1e17335dc907b0d959292fc080660221.tar.gz
Make Porting/cmpVERSION.pl --tag v5.18.4 happy
-rwxr-xr-xPorting/cmpVERSION.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index 133ae7a559..f583191ad3 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -83,6 +83,11 @@ my %skip;
@skip{
'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test module
'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm', # just a test module
+ 'cpan/Module-Build/t/lib/DistGen.pm', # just a test module
+ 'cpan/Module-Build/t/lib/MBTest.pm', # just a test module
+ 'cpan/Module-Metadata/t/lib/DistGen.pm', # just a test module
+ 'cpan/Module-Metadata/t/lib/MBTest.pm', # just a test module
+ 'cpan/Module-Metadata/t/lib/Tie/CPHash.pm', # just a test module
'dist/Attribute-Handlers/demo/MyClass.pm', # it's just demonstration code
'dist/Exporter/lib/Exporter/Heavy.pm',
'lib/Carp/Heavy.pm',