In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/0a26304aa8fb5fc9cc6b4a9c725134cf6ced6917?hp=6e7ae5e45957e634dcca93f4cbf5c7160fee6347>

- Log -----------------------------------------------------------------
commit 0a26304aa8fb5fc9cc6b4a9c725134cf6ced6917
Author: Steve Hay <[email protected]>
Date:   Thu Nov 29 20:11:17 2018 +0000

    Update Module-CoreList with data for 5.26.3 and 5.28.1

-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/Changes                      |  6 ++++
 dist/Module-CoreList/lib/Module/CoreList.pm       | 40 +++++++++++++++++++++++
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 14 ++++++++
 3 files changed, 60 insertions(+)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 3de404061b..1bc790b407 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,9 @@
+5.20181129_28
+  - Updated for v5.28.1
+
+5.20181129_26
+  - Updated for v5.26.3
+
 5.20181120
   - Updated for v5.29.5
 
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 82df49704e..7fe484e115 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -340,6 +340,8 @@ sub changes_between {
     5.029003 => '2018-09-20',
     5.029004 => '2018-10-20',
     5.029005 => '2018-11-20',
+    5.026003 => '2018-11-29',
+    5.028001 => '2018-11-29',
     5.029006 => '2018-12-20',
   );
 
@@ -15844,6 +15846,30 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         removed => {
         }
     },
+    5.026003 => {
+        delta_from => 5.026002,
+        changed => {
+            'Archive::Tar'          => '2.24_01',
+            'B::Op_private'         => '5.026003',
+            'Config'                => '5.026003',
+            'Module::CoreList'      => '5.20181129_26',
+            'Module::CoreList::TieHashDelta'=> '5.20181129_26',
+            'Module::CoreList::Utils'=> '5.20181129_26',
+        },
+        removed => {
+        }
+    },
+    5.028001 => {
+        delta_from => 5.028,
+        changed => {
+            'B::Op_private'         => '5.028001',
+            'Config'                => '5.028001',
+            'Module::CoreList'      => '5.20181129_28',
+            'Module::CoreList::Utils'=> '5.20181129_28',
+        },
+        removed => {
+        }
+    },
     5.029006 => {
         delta_from => 5.029005,
         changed => {
@@ -16790,6 +16816,20 @@ sub is_core
         removed => {
         }
     },
+    5.026003 => {
+        delta_from => 5.026002,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.028001 => {
+        delta_from => 5.028000,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 0534277fd8..9493778972 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1438,6 +1438,20 @@ my %delta = (
         removed => {
         }
     },
+    5.026003 => {
+        delta_from => 5.026002,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.028001 => {
+        delta_from => 5.028000,
+        changed => {
+        },
+        removed => {
+        }
+    },
     5.029006 => {
         delta_from => 5.029005,
         changed => {

-- 
Perl5 Master Repository

Reply via email to