In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c379aaf4d7a20df8c2c6eeb4f901037b9c3057bb?hp=e31034da4547cf4bcecd416395eff1d626de25d1>

- Log -----------------------------------------------------------------
commit c379aaf4d7a20df8c2c6eeb4f901037b9c3057bb
Author: Max Maischein <[email protected]>
Date:   Sun Dec 21 12:14:24 2014 +0100

    Missed the %deprecated entry in Module::CoreList
-----------------------------------------------------------------------

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

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 45ac622..654196b 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -11349,6 +11349,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
         removed => {
         }
     },
+    5.021008 => {
+        delta_from => 5.021007,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %deprecated) {

--
Perl5 Master Repository

Reply via email to