In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/cb561db114f6c0388dfbb4a0628b90605d1470db?hp=52bd4b1005ce2b1499ca6df62b6d09e45880a467>
- Log ----------------------------------------------------------------- commit cb561db114f6c0388dfbb4a0628b90605d1470db Author: Steve Hay <[email protected]> Date: Fri Jul 19 22:08:55 2019 +0100 Document known problems on Windows commit f2966be6dcf2154a39110689108b6750ffd65813 Author: Steve Hay <[email protected]> Date: Fri Jul 19 21:06:09 2019 +0100 Fix upgrade notes in INSTALL Each BLEAD release is potentially not binary compatible with the previous release. commit fcd4ea8fef8c1998e4fec3c208dfb2e2919c0833 Author: Steve Hay <[email protected]> Date: Fri Jul 19 21:01:03 2019 +0100 RMG - Fix a couple of typos commit aff33f21008639e8f696e7bb133cad697b3ddcd7 Author: Steve Hay <[email protected]> Date: Fri Jul 19 20:55:09 2019 +0100 Config::Perl::V is ahead of CPAN commit 24af953159399aee75ff9d50dcb7db84e02056dd Author: Steve Hay <[email protected]> Date: Fri Jul 19 20:54:25 2019 +0100 Correct an epigraph link commit de8c10755e1a0ad5e8113779a6f771e29e2c4cc4 Author: Steve Hay <[email protected]> Date: Thu Jul 18 20:52:48 2019 +0100 Fill in missing epigraphs links ----------------------------------------------------------------------- Summary of changes: INSTALL | 4 ++-- Porting/Maintainers.pl | 1 + Porting/epigraphs.pod | 10 ++++++---- Porting/release_managers_guide.pod | 4 ++-- pod/perldelta.pod | 7 ++++++- t/porting/customized.dat | 1 + 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index a555c50eef..abec8e4a9e 100644 --- a/INSTALL +++ b/INSTALL @@ -2526,9 +2526,9 @@ seriously consider using a separate directory, since development subversions may not have all the compatibility wrinkles ironed out yet. -=head2 Upgrading from 5.28.0 or earlier +=head2 Upgrading from 5.31.1 or earlier -B<Perl 5.31.2 may not be binary compatible with Perl 5.28.0 or +B<Perl 5.31.2 may not be binary compatible with Perl 5.31.1 or earlier Perl releases.> Perl modules having binary parts (meaning that a C compiler is used) will have to be recompiled to be used with 5.31.2. If you find you do need to rebuild an extension with diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4ca00aab59..648628462b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -237,6 +237,7 @@ use File::Glob qw(:case); 'EXCLUDED' => [qw( examples/show-v.pl )], + 'CUSTOMIZED' => [ qw(V.pm) ], }, 'constant' => { diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod index 3849309a09..117ade5694 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -19,6 +19,8 @@ Consult your favorite dictionary for details. =head2 v5.31.1 - Kurt Vonnegut, _A Man without a Country_ +L<Announced on 2019-06-20 by Karen Etheridge|https://www.nntp.perl.org/group/perl.perl5.porters/2019/06/msg255243.html> + On Tuesday, January 20, 2004, I sent Joel Bleifuss, my editor at _In These Times_, this fax: @@ -65,21 +67,21 @@ cheap and lazy." =head2 v5.31.0 - Fumiko Enchi, Masks -Announced on 2019-05-22 by Sawyer X +L<Announced on 2019-05-24 by Sawyer X|https://www.nntp.perl.org/group/perl.perl5.porters/2019/05/msg254886.html> The secrets inside her mind are like flowers in a garden at nighttime, filling the darkness with perfume. =head2 v5.30.0 - Morihei Ueshiba -Announced on 2019-05-22 by Sawyer X +L<Announced on 2019-05-22 by Sawyer X|https://www.nntp.perl.org/group/perl.perl5.porters/2019/05/msg254844.html> Life is growth. If we stop growing, technically and spiritually, we are as good as dead. =head2 v5.30.0-RC2 - Derek Walcott -Announced on 2019-05-17 by Sawyer X +L<Announced on 2019-05-17 by Sawyer X|https://www.nntp.perl.org/group/perl.perl5.porters/2019/05/msg254824.html> The truest writers are those who see language not as linguistic process but as a living element. @@ -88,7 +90,7 @@ Announced on 2019-05-17 by Sawyer X =head2 v5.30.0-RC1 - Marcel Proust -L<Announced on 2019-05-11 by Sawyer X|https://www.nntp.perl.org/group/perl.perl5.porters/2019/05/msg254750.html> +L<Announced on 2019-05-11 by Sawyer X|https://www.nntp.perl.org/group/perl.perl5.porters/2019/05/msg254748.html> If a little dreaming is dangerous, the cure for it is not to dream less but to dream more, to dream all the time. diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index e2e91f94ee..484ac68c1c 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -436,8 +436,8 @@ When doing a BLEAD-POINT or BLEAD-FINAL release, also make sure the C<PERL_API_*> constants in F<patchlevel.h> are in sync with the version you're releasing, unless you're absolutely sure the release you're about to make is 100% binary compatible to an earlier release. Note: for BLEAD-POINT -releases the bump should have already occured at the end of the previous release -and this is somethig you would have to do at the very end. +releases the bump should have already occurred at the end of the previous +release and this is something you would have to do at the very end. When releasing a MAINT perl version, the C<PERL_API_*> constants C<MUST NOT> be changed as we aim to guarantee binary compatibility in maint branches. diff --git a/pod/perldelta.pod b/pod/perldelta.pod index de84bd936e..e0643aea84 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -433,7 +433,12 @@ platform specific bugs also go here. =item * -XXX +The VC++ 6.0 build on Windows is currently broken. + +=item * + +Tests 9-11 in F<t/op/blocks.t> currently fail on Windows. +[perl #134295] =back diff --git a/t/porting/customized.dat b/t/porting/customized.dat index f710639adc..141d5d79df 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -1,6 +1,7 @@ # Regenerate this file using: # cd t # ./perl -I../lib porting/customized.t --regen +Config::Perl::V cpan/Config-Perl-V/V.pm 0a0f7207e6505b78ee345a933acb0246a13579f5 Digest cpan/Digest/Digest.pm 43f7f544cb11842b2f55c73e28930da50774e081 Locale::Maketext::Simple cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm 57ed38905791a17c150210cd6f42ead22a7707b6 Math::Complex cpan/Math-Complex/lib/Math/Complex.pm 198ea6c6c584f5ea79a0fd7e9d411d0878f3b2af -- Perl5 Master Repository
