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.pm30
1 files changed, 29 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 1aa6d5b958..09d942faa3 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 = '2.96';
+$VERSION = '3.02';
sub utilities {
my $perl = shift;
@@ -847,6 +847,34 @@ my %delta = (
removed => {
}
},
+ 5.019004 => {
+ delta_from => 5.019003,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.019005 => {
+ delta_from => 5.019004,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.019006 => {
+ delta_from => 5.019005,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.019007 => {
+ delta_from => 5.019006,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {