diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-05-16 12:29:18 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-05-16 12:51:14 +0100 |
commit | 965f9517a764238c745d253495e1c1ef8403b65c (patch) | |
tree | e0a390b3a119002f45cde31d261c8cda083e3758 /Porting | |
parent | 05a6ec7788eb8010c20a36ab57418c187f61573c (diff) | |
download | perl-965f9517a764238c745d253495e1c1ef8403b65c.tar.gz |
Correct info in Maintainers.pl for dists already on CPAN
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 2d142dc71b..0b8595f8f7 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -167,7 +167,7 @@ use File::Glob qw(:case); }, 'autouse' => { - 'DISTRIBUTION' => 'WOLFSAGE/autouse-1.08.tar.gz', + 'DISTRIBUTION' => 'RJBS/autouse-1.11.tar.gz', 'FILES' => q[dist/autouse], 'EXCLUDED' => [qr{^t/release-.*\.t}], }, @@ -1211,7 +1211,7 @@ use File::Glob qw(:case); }, 'Time::HiRes' => { - 'DISTRIBUTION' => 'RJBS/Time-HiRes-1.9728.tar.gz', + 'DISTRIBUTION' => 'JHI/Time-HiRes-1.9733.tar.gz', 'FILES' => q[dist/Time-HiRes], }, |