In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/6e6cdde63658709abb7347e7c4b065138fe839f1?hp=906ab9d7e9411692d23665f59e92c1c980767d23>

- Log -----------------------------------------------------------------
commit 6e6cdde63658709abb7347e7c4b065138fe839f1
Author: Nicolas R <[email protected]>
Date:   Wed Feb 20 23:34:27 2019 -0700

    fix for Module/CoreList.pm 5.029009
    
    damn it Nico..

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

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 862befc36b..33f77821ec 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -16197,7 +16197,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         }
     },
     5.029009 => {
-        delta_from => 5.029006,
+        delta_from => 5.029008,
         changed => {
             'B::Op_private'         => '5.029009',
             'Config'                => '5.029009',

-- 
Perl5 Master Repository

Reply via email to