diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-02-25 14:39:49 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-02-25 14:39:49 -0800 |
commit | f828ccba708aa823170a00f5a5fb04a26c9283af (patch) | |
tree | 32b65940f32a70032177694c30f23f1ba629c630 /Porting | |
parent | da5b542134ae843ebd50725db33b1ce6d82af1c1 (diff) | |
download | perl-f828ccba708aa823170a00f5a5fb04a26c9283af.tar.gz |
Make CPAN upstream for File::Temp
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.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 928dd6381b..ee8da8aa20 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -841,7 +841,7 @@ use File::Glob qw(:case); misc/results.txt ), ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'FileCache' => { |