Porting/Maintainers.pl - Change UPSTREAM => undef to 'blead' for lib/ modules
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 16 Oct 2013 21:48:48 +0000 (22:48 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 16 Oct 2013 21:48:48 +0000 (22:48 +0100)
Porting/Maintainers.pl

index ff5fe74..f324379 100755 (executable)
@@ -1201,7 +1201,7 @@ use File::Glob qw(:case);
 
     'PerlIO' => {
         'FILES'      => q[lib/PerlIO.pm],
-        'UPSTREAM'   => undef,
+        'UPSTREAM'   => 'blead',
     },
 
     'PerlIO::encoding' => {