diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-03 20:14:11 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-03 20:14:11 +0200 |
commit | 722965d396a2b0567c3beaf268691ab850810f89 (patch) | |
tree | 8108524abe7a15e285934ecebe0666cf7aedee6f | |
parent | 4a839618b8c28f5700fa127ca94382ed2d7c768d (diff) | |
download | perl-722965d396a2b0567c3beaf268691ab850810f89.tar.gz |
Upstream for Math::BigRat is CPAN
-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 4a0acbe67a..b457821e83 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -898,7 +898,7 @@ use File::Glob qw(:case); t/pod_cov.t }, ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Math::Complex' => |