diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-11-20 09:41:34 +0000 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-11-20 09:41:34 +0000 |
commit | 7c5c215e1c2227e9a83f8a692fa67abe338df835 (patch) | |
tree | 4dee673788376008ca89548ab96351e931477055 | |
parent | 2e8102e639cc68472aff0bc83e9a5410f171bfa9 (diff) | |
download | perl-7c5c215e1c2227e9a83f8a692fa67abe338df835.tar.gz |
Updated Module::CoreList Changes etc for a CPAN release
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/Module-CoreList/Changes | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3a599c9bc4..a0b4700eef 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1015,7 +1015,7 @@ use File::Glob qw(:case); 'Module::CoreList' => { 'MAINTAINER' => 'rgarcia', - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-2.22.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-2.23.tar.gz', 'FILES' => q[dist/Module-CoreList], 'CPAN' => 1, 'UPSTREAM' => 'blead', diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index e6dc8635e2..1ecd7d4c92 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +2.23 Fri Nov 20 2009 + - Updated for 5.11.2 + 2.22 Thu Oct 22 2009 - is_deprecated function and %deprecated hash (dagolden) |