In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a25e25cd8e0a9e4339e0be02c828ce1a1c133528?hp=37416c143ccd820a98793a867be458a61985ad25>
- Log ----------------------------------------------------------------- commit a25e25cd8e0a9e4339e0be02c828ce1a1c133528 Author: Chris 'BinGOs' Williams <[email protected]> Date: Sun Sep 14 14:48:45 2014 +0100 Bump Module-CoreList versions again I've removed all the v5.21.4 data from the release I am going to make to CPAN, so as not to break blead the version needs bumping again to a higher version than I am going to release. ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 2 +- dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm | 2 +- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index a73b3a8..9f039fa 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 = '5.201409014'; +$VERSION = '5.201409015'; 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 2ee16ca..7464229 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 = '5.201409014'; +$VERSION = '5.201409015'; 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 be6fddb..470a75b 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 = '5.201409014'; +$VERSION = '5.201409015'; sub utilities { my $perl = shift; -- Perl5 Master Repository
