diff options
author | Craig A. Berry <craigberry@mac.com> | 2016-02-05 13:24:20 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2016-02-05 13:54:50 -0600 |
commit | 77218c1e268b5420d340f6b7fdb203136d75d6d5 (patch) | |
tree | 18a38cc3f1bf721326f3c0e70a1eb817abeaf27b /Porting/cmpVERSION.pl | |
parent | db8086f1ea09275c236fcf4e8b77eb3f0dfb6741 (diff) | |
download | perl-77218c1e268b5420d340f6b7fdb203136d75d6d5.tar.gz |
Integrate podlators 4.06.
Diffstat (limited to 'Porting/cmpVERSION.pl')
-rwxr-xr-x | Porting/cmpVERSION.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index efe362309b..2a3bf815b8 100755 --- a/Porting/cmpVERSION.pl +++ b/Porting/cmpVERSION.pl @@ -89,6 +89,8 @@ my %skip; 'cpan/Math-BigInt/t/Math/BigInt/Subclass.pm', # just a test module 'cpan/Math-BigRat/t/Math/BigRat/Test.pm', # just a test module 'cpan/podlators/t/lib/Test/Podlators.pm', # just a test module + 'cpan/podlators/t/lib/Test/RRA.pm', # just a test module + 'cpan/podlators/t/lib/Test/RRA/Config.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', |