This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make CPAN upstream for File::Temp
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:39:49 +0000 (14:39 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:39:49 +0000 (14:39 -0800)
It was set to undef, which meant it hadn’t been discussed.  In actuality,
it is actively maintained on CPAN.  See, for instance:

    https://rt.cpan.org/Ticket/Display.html?id=75077#txn-1038945

So this brings Maintainers.pl closer in line with reality.

Porting/Maintainers.pl

index 928dd63..ee8da8a 100755 (executable)
@@ -841,7 +841,7 @@ use File::Glob qw(:case);
                 misc/results.txt
                 ),
         ],
-        'UPSTREAM' => undef,
+        'UPSTREAM' => 'cpan',
     },
 
     'FileCache' => {