summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 18:12:44 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 18:12:44 +0100
commit8b88b2b2a83b118e358c4d04557659e32d47c01b (patch)
treec696c6c5c77b90417d6640dc151bca8bd3596dc2 /Porting/Maintainers.pl
parent43aed010bf8b6e3fe32d5f9e8e086dda22b5b4c6 (diff)
downloadperl-8b88b2b2a83b118e358c4d04557659e32d47c01b.tar.gz
Move Storable from ext/ to dist/
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 4435348927..1ff80c1a9d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1346,7 +1346,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'ams',
'DISTRIBUTION' => 'AMS/Storable-2.20.tar.gz',
- 'FILES' => q[ext/Storable],
+ 'FILES' => q[dist/Storable],
'EXCLUDED' => [ qr{^t/Test/} ],
'CPAN' => 1,
'UPSTREAM' => undef,