summaryrefslogtreecommitdiff
path: root/Porting/cmpVERSION.pl
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-06-20 12:07:26 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-06-20 12:07:26 +0100
commitc6b8d200a892fd82c4dcf22caa543879e763f5ed (patch)
tree3afe742a787dfd6f25aa927d92dda3a2884590d1 /Porting/cmpVERSION.pl
parent1810caf1a94f57761cb4154e035531d9727066c5 (diff)
downloadperl-c6b8d200a892fd82c4dcf22caa543879e763f5ed.tar.gz
cmpVersion skip Module-CoreList modules
Versioning in Module-CoreList should not be dictated by an automated script.
Diffstat (limited to 'Porting/cmpVERSION.pl')
-rwxr-xr-xPorting/cmpVERSION.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index dd21b655fe..e7ae68d6f8 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -96,6 +96,9 @@ my %skip;
'cpan/version/t/coretests.pm', # just a test module
'dist/Attribute-Handlers/demo/MyClass.pm', # it's just demonstration code
'dist/Exporter/lib/Exporter/Heavy.pm',
+ 'dist/Module-CoreList/lib/Module/CoreList.pm',
+ 'dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm',
+ 'dist/Module-CoreList/lib/Module/CoreList/Utils.pm',
'lib/Carp/Heavy.pm',
'lib/Config.pm', # no version number but contents will vary
'win32/FindExt.pm',