diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-09-11 23:52:58 +0100 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-09-11 23:52:58 +0100 |
commit | 1a7ec96dac6ffc7589a460209cc75c4b879568ce (patch) | |
tree | 075be51adcf732546ba71230e74233c67a77e1ab /Porting | |
parent | c8b2e1ec57bbd1dd6f321315c13ca73f37ce1caa (diff) | |
download | perl-1a7ec96dac6ffc7589a460209cc75c4b879568ce.tar.gz |
Move File-Path from lib/ to ext/
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d262761728..87656f4838 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -662,14 +662,14 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'dland', 'DISTRIBUTION' => 'DLAND/File-Path-2.07_03.tar.gz', - 'FILES' => q[lib/File/Path.pm lib/File/Path.t], + 'FILES' => q[ext/File-Path], 'EXCLUDED' => [ qw{eg/setup-extra-tests t/pod.t t/taint.t } ], 'MAP' => { '' => 'lib/File/', - 't/' => 'lib/File/', + 't/' => 't/', }, 'CPAN' => 1, 'UPSTREAM' => undef, |