From: Chris 'BinGOs' Williams Date: Fri, 21 Feb 2014 16:08:01 +0000 (+0000) Subject: Module-CoreList 3.07 released to CPAN, bump core version to 3.08 X-Git-Tag: upstream/5.20.0~318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=591cc29275ca89af0933d32727b40e5162cd19c1;p=platform%2Fupstream%2Fperl.git Module-CoreList 3.07 released to CPAN, bump core version to 3.08 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 77f899a..bf8f48f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -813,7 +813,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.06.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.07.tar.gz', 'FILES' => q[dist/Module-CoreList], }, diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 31fa9ca..56ff418 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,4 +1,10 @@ -3.06 +3.08 + - prepared for v5.19.10 + +3.07 Fri Feb 21 2014 + - fix for is_core tests and perls ending in 0 + +3.06 Thu Feb 20 2014 - updated for 5.19.9 - fix Module::CoreList::is_core default perl version - fix Module::CoreList::is_core version comparision diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index d43b3c3..1b5f4f3 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated %delta/; use Module::CoreList::TieHashDelta; use version; -$VERSION = '3.07'; +$VERSION = '3.08'; my $dumpinc = 0; sub import { diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 635e913..3f7c669 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm @@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta; use strict; use vars qw($VERSION); -$VERSION = "3.07"; +$VERSION = "3.08"; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 4a3580d..8fc1170 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities]; use Module::CoreList; use Module::CoreList::TieHashDelta; -$VERSION = '3.07'; +$VERSION = '3.08'; sub utilities { my $perl = shift;