diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 18:12:44 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 18:12:44 +0100 |
commit | 8b88b2b2a83b118e358c4d04557659e32d47c01b (patch) | |
tree | c696c6c5c77b90417d6640dc151bca8bd3596dc2 /Porting/Maintainers.pl | |
parent | 43aed010bf8b6e3fe32d5f9e8e086dda22b5b4c6 (diff) | |
download | perl-8b88b2b2a83b118e358c4d04557659e32d47c01b.tar.gz |
Move Storable from ext/ to dist/
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
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, |