diff options
author | Steffen Mueller <smueller@cpan.org> | 2009-08-30 20:13:58 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2009-08-30 22:46:54 +0200 |
commit | d6052a374138e04d8688ae89baeabff82e80a71c (patch) | |
tree | d82ef048ec3177708d9fd8e8bfb845b0e6b1fa14 /Porting | |
parent | 4767aa26497eabd9983d8746c0df2edef7593f9c (diff) | |
download | perl-d6052a374138e04d8688ae89baeabff82e80a71c.tar.gz |
Move Text::ParseWords from lib to ext
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 6 |
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, }, |