From: Rafael Garcia-Suarez Date: Wed, 11 Apr 2007 13:06:49 +0000 (+0000) Subject: Add Shell.pm to the list of dual-life modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b9a4c7603de4c0f599ff030bdb8add489131ef4;p=p5sagit%2Fp5-mst-13.2.git Add Shell.pm to the list of dual-life modules p4raw-id: //depot/perl@30906 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index bb59e00..710b8ed 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -660,6 +660,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Shell' => + { + 'MAINTAINER' => 'ferreira', + 'FILES' => q[lib/Shell.pm lib/Shell.t], + 'CPAN' => 1, + }, + 'Storable' => { 'MAINTAINER' => 'ams',