diff options
author | Vincent Pit <perl@profvince.com> | 2009-08-30 23:30:09 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-08-30 23:30:09 +0200 |
commit | a1095a4f24eae80e3fe213e9767581fedc24e3ac (patch) | |
tree | 8ab76fab0bc209eec938a4e02790f7671a994627 /Porting | |
parent | 8d6e18f2d838bb62bb3431d103b145a05cf94e4a (diff) | |
download | perl-a1095a4f24eae80e3fe213e9767581fedc24e3ac.tar.gz |
Revert "Move Text::Tabs/Text::Wrap from lib to ext"
The mktables failure wasn't the only issue : ExtUtils::Constant also requires
Text::Tabs. Since that makes it effectively toolchain, it's best kept it in
lib/ for now.
This reverts commit 4f87fa576f174a31e6d8fdb08cae76e644395db0.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 802512fd55..c4e6dfa41c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1750,8 +1750,12 @@ package Maintainers; { 'MAINTAINER' => 'muir', 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2009.0305.tar.gz', - 'FILES' => q[ext/Text-Tabs], + 'FILES' => q[lib/Text/{Tabs,Wrap}.pm lib/Text/TabsWrap], 'EXCLUDED' => [ qw( t/dnsparks.t ) ], # see af6492bf9e + 'MAP' => { + '' => 'lib/Text/TabsWrap/', + 'lib/'=> 'lib/', + }, 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, |