summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2009-08-30 20:13:58 +0200
committerSteffen Mueller <smueller@cpan.org>2009-08-30 22:46:54 +0200
commitd6052a374138e04d8688ae89baeabff82e80a71c (patch)
treed82ef048ec3177708d9fd8e8bfb845b0e6b1fa14 /Porting
parent4767aa26497eabd9983d8746c0df2edef7593f9c (diff)
downloadperl-d6052a374138e04d8688ae89baeabff82e80a71c.tar.gz
Move Text::ParseWords from lib to ext
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index f283b1f721..c4e6dfa41c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1725,12 +1725,8 @@ package Maintainers;
{
'MAINTAINER' => 'chorny',
'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.27.zip',
- 'FILES' => q[lib/Text/ParseWords{.pm,.t,}],
+ 'FILES' => q[ext/Text-ParseWords],
'EXCLUDED' => [ qw( t/pod.t ) ],
- 'MAP' => { '' => 'lib/Text/',
- 't/ParseWords.t' => 'lib/Text/ParseWords.t',
- 't/taint.t' => 'lib/Text/ParseWords/taint.t',
- },
'CPAN' => 1,
'UPSTREAM' => undef,
},