This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adjust code which did not get automatically switched over to 5.027011
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList / Utils.pm
index 95bb5c7..d8cc9d7 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Module::CoreList;
 
-our $VERSION = '5.20180221';
+our $VERSION = '5.20180321';
 our %utilities;
 
 sub utilities {
@@ -1368,6 +1368,13 @@ my %delta = (
         removed => {
         }
     },
+    5.027011 => {
+        delta_from => 5.027010,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %utilities = Module::CoreList::_undelta(\%delta);