diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-27 16:08:58 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-27 16:10:55 +0100 |
commit | e5a9ae49bdb16d94569015b87e0b832fa45877e8 (patch) | |
tree | cf32706004c98991ada5e0535ee5511c9fcdf94b /Porting | |
parent | dd8be0e4430f49fe482092c3539ee727c1309a4a (diff) | |
download | perl-e5a9ae49bdb16d94569015b87e0b832fa45877e8.tar.gz |
Update UPSTREAM status for perlreftut and Tie::File in Maintainers.pl
From IRC logs:
[16:05] <yrlnry> Tie::File can be marked first-come.
[16:06] <yrlnry> perlreftut can be marked 'blead' since there is no CPAN version.
[16:06] <yrlnry> perlreftut has required only very rate changes, which are easily handled by sending patch files to the pumpkings.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3cd2c71b74..c59b2870d6 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1125,7 +1125,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'mjd', 'FILES' => q[pod/perlreftut.pod], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'perlthrtut' => @@ -1446,7 +1446,7 @@ use File::Glob qw(:case); 'MAINTAINER' => 'mjd', 'DISTRIBUTION' => 'MJD/Tie-File-0.96.tar.gz', 'FILES' => q[cpan/Tie-File], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'first-come', }, 'Tie::RefHash' => |