diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-09 21:23:21 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-09 21:23:21 +0000 |
commit | 5ce19fcf9b06ef678cf66fa882e5b9296294b8e0 (patch) | |
tree | 91aa4507a7fce471631a80b92ffb7b3c78f62a56 /Porting | |
parent | a48e42054790d7e52df73e8a2c8b120da9ea6dc4 (diff) | |
download | perl-5ce19fcf9b06ef678cf66fa882e5b9296294b8e0.tar.gz |
Update Pod-Escapes to CPAN version 1.05
[DELTA]
1.05 2014-02-09 NEILB
* Added PREREQ_PM, MIN_PERL_VERSION, LICENSE and repo to Makefile.PL
* Made strict- and warnings-clean.
* Fixed syntax error in abstract: RT#49985 from JDHEDDEN
* Fixed typo reported in RT#85374 by dsteinbrunner
* Renamed this file to Changes and reformatted as per CPAN::Changes::Spec
* Deleted META.yml so MakeMaker will generate MYMETA.{yml,json}
* Noted in pod that now being maintained by NEILB
* Added link to github repo in pod
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 7d931f6083..06b265eff0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -917,7 +917,7 @@ use File::Glob qw(:case); }, 'Pod::Escapes' => { - 'DISTRIBUTION' => 'SBURKE/Pod-Escapes-1.04.tar.gz', + 'DISTRIBUTION' => 'NEILB/Pod-Escapes-1.05.tar.gz', 'FILES' => q[cpan/Pod-Escapes], }, |