This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 5.31.5 to Module::CoreList data
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList / Utils.pm
index 90467e1..03f2d3c 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Module::CoreList;
 
-our $VERSION = '5.20190620';
+our $VERSION = '5.20190920';
 our %utilities;
 
 sub utilities {
@@ -1509,13 +1509,41 @@ my %delta = (
         }
     },
     5.031001 => {
-        delta_from => 5.031000,
+        delta_from => 5.031,
         changed => {
         },
         removed => {
             'podselect'             => 1,
         }
     },
+    5.031002 => {
+        delta_from => 5.031001,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.031003 => {
+        delta_from => 5.031002,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.031004 => {
+        delta_from => 5.031003,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.031005 => {
+        delta_from => 5.031004,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %utilities = Module::CoreList::_undelta(\%delta);