summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Module-CoreList/lib/Module/CoreList/Utils.pm')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index f42bb9b81e..3141a874df 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.20150620';
+$VERSION = '5.20150720';
sub utilities {
my $perl = shift;
@@ -1059,6 +1059,13 @@ my %delta = (
removed => {
}
},
+ 5.023001 => {
+ delta_from => 5.023,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {