diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-04-19 20:49:03 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-04-20 21:32:51 +0100 |
commit | 28d302d426b73ed76fdcc816dd51bb1a8f93332b (patch) | |
tree | e95ab2e69c959a98cbec4373f184d98c5eced4eb /Porting | |
parent | 75108aefc8b50fcf2f053da2df34756c7b269a1f (diff) | |
download | perl-28d302d426b73ed76fdcc816dd51bb1a8f93332b.tar.gz |
Remove Shell from the core distribution. Get it from CPAN now.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d6bb9dfc24..775baaf8be 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1353,17 +1353,6 @@ use File::Glob qw(:case); 'UPSTREAM' => 'blead', }, - 'Shell' => - { - 'MAINTAINER' => 'ferreira', - 'DISTRIBUTION' => 'FERREIRA/Shell-0.72_01.tar.gz', - 'FILES' => q[cpan/Shell], - 'EXCLUDED' => [ qw{ t/01_use.t t/99_pod.t } ], - 'CPAN' => 1, - 'UPSTREAM' => undef, - 'DEPRECATED' => 5.011, - }, - 'Storable' => { 'MAINTAINER' => 'ams', |