Adriano Ferreira prefers blead as upstream
Steffen Mueller [Wed, 30 Sep 2009 07:41:46 +0000 (09:41 +0200)]
I'm skipping the entry for Shell.pm since it's going to be deprecated
and should live on CPAN primarily.

Porting/Maintainers.pl

index 7e7aacc..44f52cb 100755 (executable)
@@ -547,7 +547,7 @@ use File::Glob qw(:case);
                             'lib/'     => 'lib/',
                           },
        'CPAN'          => 1,
-       'UPSTREAM'      => undef,
+       'UPSTREAM'      => 'blead',
        },
 
     'ExtUtils::CBuilder' =>
@@ -853,7 +853,7 @@ use File::Glob qw(:case);
        'FILES'         => q[ext/Locale-Maketext],
        'EXCLUDED'      => [ qw{perlcriticrc t/00_load.t t/pod.t} ],
        'CPAN'          => 1,
-       'UPSTREAM'      => undef,
+       'UPSTREAM'      => 'blead',
        },
 
     'Locale::Maketext::Simple' =>
@@ -1259,7 +1259,7 @@ use File::Glob qw(:case);
                             'lib/perldoc.pod' => 'pod/perldoc.pod',
                           },
        'CPAN'          => 1,
-       'UPSTREAM'      => undef,
+       'UPSTREAM'      => 'blead',
        },
 
     'Pod::Plainer' =>