From c793984654752e892ac08fc0495d8ca55d2671e0 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 16 Oct 2013 22:48:48 +0100 Subject: [PATCH] Porting/Maintainers.pl - Change UPSTREAM => undef to 'blead' for lib/ modules --- Porting/Maintainers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ff5fe74..f324379 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1201,7 +1201,7 @@ use File::Glob qw(:case); 'PerlIO' => { 'FILES' => q[lib/PerlIO.pm], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'PerlIO::encoding' => { -- 2.7.4