diff options
author | Steffen Mueller <smueller@cpan.org> | 2009-08-30 20:21:31 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2009-08-30 22:48:30 +0200 |
commit | 4f87fa576f174a31e6d8fdb08cae76e644395db0 (patch) | |
tree | 4cad2689473e65d7fb223cb53e8480b6377540b3 /Porting | |
parent | d6052a374138e04d8688ae89baeabff82e80a71c (diff) | |
download | perl-4f87fa576f174a31e6d8fdb08cae76e644395db0.tar.gz |
Move Text::Tabs/Text::Wrap from lib to ext
It'll live in ext/Text-Tabs for now to make the Makefile.PL generation
happy.
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 c4e6dfa41c..802512fd55 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1750,12 +1750,8 @@ package Maintainers; { 'MAINTAINER' => 'muir', 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2009.0305.tar.gz', - 'FILES' => q[lib/Text/{Tabs,Wrap}.pm lib/Text/TabsWrap], + 'FILES' => q[ext/Text-Tabs], 'EXCLUDED' => [ qw( t/dnsparks.t ) ], # see af6492bf9e - 'MAP' => { - '' => 'lib/Text/TabsWrap/', - 'lib/'=> 'lib/', - }, 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, |