Skip to content

Commit

Permalink
bump the version on Module::CoreList
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed May 11, 2013
1 parent b4e787b commit 058ce27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
2.89
- Updated for v5.18.0

2.88 Tue Apr 23 2013
- Include deprecations for v5.17.10 and v5.17.11

Expand Down
8 changes: 4 additions & 4 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated/;
use Module::CoreList::TieHashDelta;
$VERSION = '2.88';
$VERSION = '2.89';

my $dumpinc = 0;
sub import {
Expand Down Expand Up @@ -230,7 +230,7 @@ sub changes_between {
5.016003 => '2013-03-11',
5.017010 => '2013-03-21',
5.017011 => '2013-04-20',
5.018000 => '????-??-??',
5.018000 => '2013-05-18',
);

for my $version ( sort { $a <=> $b } keys %released ) {
Expand Down Expand Up @@ -7984,8 +7984,8 @@ my %delta = (
'Hash::Util' => '0.16',
'IO::Handle' => '1.34',
'IO::Socket' => '1.36',
'Module::CoreList' => '2.88',
'Module::CoreList::TieHashDelta'=> '2.88',
'Module::CoreList' => '2.89',
'Module::CoreList::TieHashDelta'=> '2.89',
},
removed => {
}
Expand Down
2 changes: 1 addition & 1 deletion dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
Expand Up @@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);

$VERSION = "2.88";
$VERSION = "2.89";

sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
Expand Down

0 comments on commit 058ce27

Please sign in to comment.