In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2b29d4bc27bf0f6ecfae06ec423a6643b3a6fe03?hp=d8b081e2a621ed5fbeafc993071fad7a6cb69e88>
- Log ----------------------------------------------------------------- commit 2b29d4bc27bf0f6ecfae06ec423a6643b3a6fe03 Author: Steve Hay <[email protected]> Date: Sat Feb 21 16:44:31 2015 +0000 Module-CoreList-5.20150220 is now on CPAN M Porting/Maintainers.pl commit 731623ab9836b248099b9e1d42872547270dd8ea Author: Steve Hay <[email protected]> Date: Sat Feb 21 16:11:33 2015 +0000 One $VERSION bump missed by 2f553ae1e1 M dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4dbf13f..a622016 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -806,7 +806,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150214.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150220.tar.gz', 'FILES' => q[dist/Module-CoreList], }, diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm index 81dc487..255dab0 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.20150220'; +$VERSION = '5.20150320'; sub TIEHASH { my ($class, $changed, $removed, $parent) = @_; -- Perl5 Master Repository
