diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-22 13:08:05 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-22 13:08:05 +0000 |
commit | f1495101f8b951dc126f5898777a723f994cc6a4 (patch) | |
tree | 52df43fbbe8e81fba3cde79ef0aba2ec21a74a7e /dist | |
parent | 96e4e4a039343538262e5d24133f0cd91cbc65a5 (diff) | |
download | perl-f1495101f8b951dc126f5898777a723f994cc6a4.tar.gz |
Update Changes and bump Module::CoreList to 2.44 for a CPAN release
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Changes | 5 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index f3dea391a5..35d4052f2e 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,7 @@ -2.43 ????? +2.44 Sat Jan 22 2011 + - Merged v5.12.3 and v5.13.9 + +2.43 Sat Jan 22 2011 - Updated for v5.12.3 2.42_01 Thu Jan 20 2011 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 9e75e7bdf4..1363f9ad18 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -2,7 +2,7 @@ package Module::CoreList; use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; -$VERSION = '2.42_01'; +$VERSION = '2.44'; =head1 NAME |