In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/01725c1062c0e78d5d79424b6f84013e248992a5?hp=789326ddfc9b0148440ce6eb9de74ac655a9dc5d>
- Log ----------------------------------------------------------------- commit 01725c1062c0e78d5d79424b6f84013e248992a5 Author: Abigail <[email protected]> Date: Tue Mar 20 17:03:30 2012 +0100 Clearify "build, test and check a fresh perl" instructions M Porting/release_managers_guide.pod commit a9f63ca06480dc157437e9cfb73ebb414711518c Author: Abigail <[email protected]> Date: Tue Mar 20 16:21:23 2012 +0100 Add 5.15.9 release to perlhist.pod M pod/perlhist.pod commit ccfdda5cc5d8d66023b7c81763682db6089f4929 Author: Abigail <[email protected]> Date: Tue Mar 20 16:13:55 2012 +0100 Work around an HTML display issue M pod/perldelta.pod commit 3431211243438f45ca57923aa38a75246a74f0cd Author: Abigail <[email protected]> Date: Tue Mar 20 15:50:00 2012 +0100 Final version of Module::CoreList is 2.65. M dist/Module-CoreList/Changes M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 8 +++++++- dist/Module-CoreList/Changes | 9 +++++++++ pod/perldelta.pod | 4 +++- pod/perlhist.pod | 3 ++- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index a1680ec..ab5380d 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -674,7 +674,13 @@ C</tmp/perl-5.x.y-pretest/bin/perl -V> are as expected, especially as regards version numbers, patch and/or RC levels, and @INC paths. Note that as they have been been built from a git working directory, they will still identify themselves using git tags and -commits. +commits. (Note that for an odd-numbered version, perl will install +itself as C<perl5.x.y>). C<perl -v> will identify itself as: + + This is perl 5, version X, subversion Y (v5.X.Y (v5.X.Z-NNN-deadbeef)) + +where 5.X.Z is the latest tag, Z the number of commits since this tag, +and C<< deadbeef >> commit of that tag. Then delete the temporary installation. diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 8a4ebf5..c0c932b 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,12 @@ +2.65 Tue Mar 20 2012 + - Update of lib/charnames + +2.64 Tue Mar 20 2012 + - Update of Data::Dumper and XS::APItest + +2.63 Tue Mar 20 2012 + - Update for v5.15.9 + 2.62 Thu Mar 15 2012 - Separate the POD (bingos) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6c6dc5e..5ffd912 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -120,7 +120,7 @@ C<HTTP::Tiny> has been upgraded from version 0.016 to 0.017. =item * -C<Module::CoreList> has been upgraded from version 2.60 to 2.63. +C<Module::CoreList> has been upgraded from version 2.60 to 2.65. =item * @@ -303,6 +303,8 @@ resolved before 5.16.0 =item F<< op/sigdispatch.t >> fails alarm test 14 and gets killed [perl #89718] +E<32> + =item Perl crash due to wrong delimiter in C<< PATH >> environment [perl #94846] It's possible to crash perl under Win32 if the wrong delimiter is used. diff --git a/pod/perlhist.pod b/pod/perlhist.pod index a02c648..77ecb0b 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -31,7 +31,7 @@ Michael Schwern, Rafael Garcia-Suarez, Nicholas Clark, Richard Clamp, Leon Brocard, Dave Mitchell, Jesse Vincent, Ricardo Signes, Steve Hay, Matt S Trout, David Golden, Florian Ragwitz, Tatsuhiko Miyagawa, Chris C<BinGOs> Williams, Zefram, Ãvar Arnfjörð Bjarmason, Stevan -Little, Dave Rolsky, and Max Maischein. +Little, Dave Rolsky, Max Maischein, and Abigail. =head2 PUMPKIN? @@ -474,6 +474,7 @@ the strings?). Dave R 5.15.6 2011-Dec-20 BinGOs 5.15.7 2012-Jan-20 Max M 5.15.8 2012-Feb-20 + Abigail 5.15.9 2012-Mar-20 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
