In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/003900e275f0c45375d4d02ffb0ac0fcd2eacfa2?hp=e7f1d4a74b38eea00e7928f048d1981610a4bced>
- Log ----------------------------------------------------------------- commit 003900e275f0c45375d4d02ffb0ac0fcd2eacfa2 Author: Matthew Horsfall <[email protected]> Date: Tue Jul 21 08:10:01 2015 -0400 Updates to Module::CoreList per RMG. M Porting/Maintainers.pl M dist/Module-CoreList/Changes M dist/Module-CoreList/lib/Module/CoreList.pm commit 14071f951e2facb2599e25258093b7c4426a2b4a Author: Matthew Horsfall <[email protected]> Date: Tue Jul 21 07:53:58 2015 -0400 RMG - Manually adding perldelta for Module::CoreList isn't needed M Porting/release_managers_guide.pod ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- Porting/release_managers_guide.pod | 5 ++++- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 3 +++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index cc5e564..fe357c6 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -819,7 +819,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150620.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150720.tar.gz', 'FILES' => q[dist/Module-CoreList], }, diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index d80dafb..55b50bb 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -637,7 +637,10 @@ Also edit Module::CoreList's new version number in its F<Changes> file. =head4 Add Module::CoreList version bump to perldelta -Add a perldelta entry for the new Module::CoreList version. +Add a perldelta entry for the new Module::CoreList version. You only +need to do this if you want to add notes about the changes included +with this version of Module::CoreList. Otherwise, its version bump +will be automatically filled in below in L<finalize perldelta>. =for checklist skip RC diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index d5cb688..deb3ddb 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20150820 + - Updated for v5.23.2 + 5.20150720 - Updated for v5.23.1 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 12a7fb5..a402fcc 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -11657,6 +11657,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'B::Op_private' => '5.023002', 'Config' => '5.023002', + 'Module::CoreList' => '5.20150820', + 'Module::CoreList::TieHashDelta'=> '5.20150820', + 'Module::CoreList::Utils'=> '5.20150820', }, removed => { } -- Perl5 Master Repository
