Skip to content

Commit 1bbb094

Browse files
committed
corelist: bump version past v5.22.2
1 parent 01f58bc commit 1bbb094

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
44
%bug_tracker %deprecated %delta/;
55
use Module::CoreList::TieHashDelta;
66
use version;
7-
$VERSION = '5.20160420';
7+
$VERSION = '5.20160506';
88

99
sub _released_order { # Sort helper, to make '?' sort after everything else
1010
(substr($released{$a}, 0, 1) eq "?")
@@ -12391,6 +12391,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
1239112391
'File::Copy' => '2.31',
1239212392
'File::Path' => '2.12_01',
1239312393
'File::Spec::AmigaOS' => '3.64',
12394+
'Module::CoreList' => '5.20160506',
12395+
'Module::CoreList::TieHashDelta'=> '5.20160506',
12396+
'Module::CoreList::Utils'=> '5.20160506',
1239412397
'ODBM_File' => '1.14',
1239512398
'POSIX' => '1.65',
1239612399
'Pod::Man' => '4.07',

dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
33
use strict;
44
use vars qw($VERSION);
55

6-
$VERSION = '5.20160420';
6+
$VERSION = '5.20160506';
77

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

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
66
use Module::CoreList;
77
use Module::CoreList::TieHashDelta;
88

9-
$VERSION = '5.20160420';
9+
$VERSION = '5.20160506';
1010

1111
sub utilities {
1212
my $perl = shift;

0 commit comments

Comments
 (0)