diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-10 11:44:26 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-10 12:53:17 -0500 |
commit | a242eeb4c06c63af5ec7e01d5602b14bde94aa81 (patch) | |
tree | ec150bb0465359e98917433c36f94c184cb92302 /Porting | |
parent | c722fa88c82df2b147e7acc05736e2bc6ae85bc2 (diff) | |
download | perl-a242eeb4c06c63af5ec7e01d5602b14bde94aa81.tar.gz |
Updated to Pod::Simple 3.11 from CPAN [perl #71004]
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 20ee322933..a3e5e65fec 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1290,7 +1290,7 @@ use File::Glob qw(:case); 'Pod::Simple' => { 'MAINTAINER' => 'arandal', - 'DISTRIBUTION' => 'ARANDAL/Pod-Simple-3.08.tar.gz', + 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.11.tar.gz', 'FILES' => q[cpan/Pod-Simple], # XXX these two files correspond to similar ones in blead under # pod/, but the blead ones have newer changes, and also seem to |