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.
{
'MAINTAINER' => 'mjd',
'FILES' => q[pod/perlreftut.pod],
- 'UPSTREAM' => undef,
+ 'UPSTREAM' => 'blead',
},
'perlthrtut' =>
'MAINTAINER' => 'mjd',
'DISTRIBUTION' => 'MJD/Tie-File-0.96.tar.gz',
'FILES' => q[cpan/Tie-File],
- 'UPSTREAM' => undef,
+ 'UPSTREAM' => 'first-come',
},
'Tie::RefHash' =>