Skip to content

Commit

Permalink
corelist: update for v5.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed May 9, 2016
1 parent 557e6e6 commit c800d8b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
24 changes: 23 additions & 1 deletion dist/Module-CoreList/lib/Module/CoreList.pm
Expand Up @@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
use version;
$VERSION = '5.20160506';
$VERSION = '5.20160507';

sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
Expand Down Expand Up @@ -293,6 +293,7 @@ sub changes_between {
5.023009 => '2016-03-20',
5.022002 => '2016-04-29',
5.024000 => '2016-05-09',
5.025000 => '2016-05-09',
);

for my $version ( sort { $a <=> $b } keys %released ) {
Expand Down Expand Up @@ -12391,6 +12392,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'File::Copy' => '2.31',
'File::Path' => '2.12_01',
'File::Spec::AmigaOS' => '3.64',
'IO::Handle' => '1.36',
'Module::CoreList' => '5.20160506',
'Module::CoreList::TieHashDelta'=> '5.20160506',
'Module::CoreList::Utils'=> '5.20160506',
Expand All @@ -12406,6 +12408,19 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Time::HiRes' => '1.9733',
'threads' => '2.07',
'threads::shared' => '1.51',
'locale' => '1.09',
},
removed => {
}
},
5.025000 => {
delta_from => 5.024,
changed => {
'B::Op_private' => '5.025000',
'Config' => '5.025',
'Module::CoreList' => '5.20160507',
'Module::CoreList::TieHashDelta'=> '5.20160507',
'Module::CoreList::Utils'=> '5.20160507',
},
removed => {
}
Expand Down Expand Up @@ -13063,6 +13078,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
5.025000 => {
delta_from => 5.024,
changed => {
},
removed => {
}
},
);

for my $version (sort { $a <=> $b } keys %deprecated) {
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 = '5.20160506';
$VERSION = '5.20160507';

sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
Expand Down
9 changes: 8 additions & 1 deletion dist/Module-CoreList/lib/Module/CoreList/Utils.pm
Expand Up @@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;

$VERSION = '5.20160506';
$VERSION = '5.20160507';

sub utilities {
my $perl = shift;
Expand Down Expand Up @@ -1150,6 +1150,13 @@ my %delta = (
removed => {
}
},
5.025000 => {
delta_from => 5.024000,
changed => {
},
removed => {
}
},
);

for my $version (sort { $a <=> $b } keys %delta) {
Expand Down

0 comments on commit c800d8b

Please sign in to comment.