diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-21 18:17:38 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-21 18:17:38 +0000 |
commit | 6e9048c44fd0fcc1018756f69c09741889e684a9 (patch) | |
tree | ab7418183f9a32b4441bc25679df09ba616e6a49 /Porting/Maintainers.pl | |
parent | 791165336fb1225de15d452ab23ab79fec79442d (diff) | |
download | perl-6e9048c44fd0fcc1018756f69c09741889e684a9.tar.gz |
Bump $VERSION in CPAN modules changed since 5.21.9
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a28c2a7bc8..8a70481549 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -278,6 +278,12 @@ use File::Glob qw(:case); t/yaml_code.yml ), ], + # Waiting to be merged upstream: see pull request #85 + 'CUSTOMIZED' => [ + qw( lib/CPAN/HandleConfig.pm + lib/CPAN/Module.pm + ), + ], }, # Note: When updating CPAN-Meta the META.* files will need to be regenerated |