This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More updates to Module::CoreList:
authorSawyer X <xsawyerx@cpan.org>
Sun, 21 Feb 2016 13:02:27 +0000 (14:02 +0100)
committerSawyer X <xsawyerx@cpan.org>
Sun, 21 Feb 2016 13:02:27 +0000 (14:02 +0100)
I hope I got this right (I probably didn't though). The release
version was 20160121, not 20160220 or 20160221, so I'm not really
sure what's going on. Of course, with Module::CoreList I'm rarely
sure.

Still all tests pass and the world hasn't exploded yet, as far
as I know.

If you find a problem with this, I would appreciate a fix, but
also to ping me and tell me what I did wrong. I promise to update
the release checklist with it.

Thanks!

dist/Module-CoreList/Changes
dist/Module-CoreList/lib/Module/CoreList.pm
pod/perldelta.pod

index ffb4d9b..a4cd745 100644 (file)
@@ -1,3 +1,6 @@
+5.20160220
+  - Updated for v5.23.8
+
 5.20160120
   - Updated for v5.23.7
 
index c72400c..d78e235 100644 (file)
@@ -12310,6 +12310,11 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     5.023009 => {
         delta_from => 5.023008,
         changed => {
+            'B::Op_private'         => '5.023009',
+            'Config'                => '5.023009',
+            'Module::CoreList'      => '5.20160221',
+            'Module::CoreList::TieHashDelta'=> '5.20160221',
+            'Module::CoreList::Utils'=> '5.20160221',
         },
         removed => {
         }
index 5a9311f..3b4544b 100644 (file)
@@ -121,6 +121,11 @@ XXX
 
 L<XXX> has been upgraded from version A.xx to B.yy.
 
+=item *
+
+L<Module::CoreList> has been upgraded from version 5.20160121 to
+5.20160221.
+
 =back
 
 =head2 Removed Modules and Pragmata