This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Shell.pm to the list of dual-life modules
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 11 Apr 2007 13:06:49 +0000 (13:06 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 11 Apr 2007 13:06:49 +0000 (13:06 +0000)
p4raw-id: //depot/perl@30906

Porting/Maintainers.pl

index bb59e00..710b8ed 100644 (file)
@@ -660,6 +660,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Shell' =>
+               {
+               'MAINTAINER'    => 'ferreira',
+               'FILES'         => q[lib/Shell.pm lib/Shell.t],
+               'CPAN'          => 1,
+               },
+
        'Storable' =>
                {
                'MAINTAINER'    => 'ams',