summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-03-17 15:05:37 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-03-17 15:06:02 +0000
commita790e34851cb2a6d181d9cc91717b41d5917db7b (patch)
treeb55fe9980d099382cb2829b46ed10ba315379fe9 /Porting
parentc5fb6bf8085ed840a95d03bfc398ea2cbb5af237 (diff)
downloadperl-a790e34851cb2a6d181d9cc91717b41d5917db7b.tar.gz
Upgrade Text::ParseWords from version 3.29 to 3.30
This incorporates blead's code differences, but one "customization" remains because of EOL issues, which I've sent a pull request upstream to fix. The latest release also moves the .pm file into the usual place, so the MAP is no longer required. There are no code changes here, so no code freeze violation.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl12
1 files changed, 3 insertions, 9 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index d137dd8474..85e1b1ba80 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1085,21 +1085,15 @@ use File::Glob qw(:case);
},
'Text::ParseWords' => {
- 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.29.tar.gz',
+ 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.30.tar.gz',
'FILES' => q[cpan/Text-ParseWords],
- # Waiting to be merged upstream: see CPAN RT#50929
+ # Waiting to be merged upstream:
+ # see https://github.com/chorny/Text-ParseWords/pull/6
'CUSTOMIZED' => [
qw( t/ParseWords.t
- t/taint.t
),
],
-
- # For the benefit of make_ext.pl, we have to have this accessible:
- 'MAP' => {
- 'ParseWords.pm' => 'cpan/Text-ParseWords/lib/Text/ParseWords.pm',
- '' => 'cpan/Text-ParseWords/',
- },
},
'Text-Tabs+Wrap' => {