Correct 2 UPSTREAM mistakes added in e1466347d2d91d81b58b.
Nicholas Clark [Sun, 30 Aug 2009 12:44:40 +0000 (13:44 +0100)]
Porting/Maintainers.pl

index 9d5be2d..547d96c 100755 (executable)
@@ -245,7 +245,7 @@ package Maintainers;
        'MAINTAINER'    => 'smccam',
        'FILES'         => q[ext/B/B/Concise.pm ext/B/t/concise.t],
        'CPAN'          => 0,
-       'UPSTREAM'      => 'blead',
+       'UPSTREAM'      => undef,
        },
 
     'B::Debug' =>
@@ -256,7 +256,6 @@ package Maintainers;
        'EXCLUDED'      => [ qw( t/coverage.html t/pod.t ) ],
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
-       'UPSTREAM'      => 'blead',
        },
 
     'B::Deparse' =>