In perl.git, the branch smoke-me/ilmari/leonerd-parse-subsignature has been updated
<https://perl5.git.perl.org/perl.git/commitdiff/5fd4015baf3bf4a255c7188dbc57aa7fb81c1f06?hp=802f2eedb632f864ef3014fb94c4cbfd8b0e7096> discards 802f2eedb632f864ef3014fb94c4cbfd8b0e7096 (commit) discards fb9170bc37f6a0f3badd95d0db553575c8de4c1d (commit) discards ffa15735e8cb45e18b45d1984ea84dc5ccae5167 (commit) - Log ----------------------------------------------------------------- commit 5fd4015baf3bf4a255c7188dbc57aa7fb81c1f06 Author: Paul "LeoNerd" Evans <[email protected]> Date: Thu Jul 11 18:34:28 2019 +0100 [perl #132474] Add function for parsing sub signatures This exposes a GRAMSUBSIGNATURE top-level production from perly.y for toke.c to consume, which parses a subroutine signature, inside the parens. This needed a small change to the existing rules, to pull out a rule that handles all of the insides of the parens but not the parens themselves. (h/t to ilmari for the suggestion) ----------------------------------------------------------------------- Summary of changes: Cross/config.sh-arm-linux | 40 +-- Cross/config.sh-arm-linux-n770 | 40 +-- INSTALL | 30 +-- MANIFEST | 1 + META.json | 2 +- META.yml | 2 +- Makefile.SH | 8 +- NetWare/Makefile | 4 +- NetWare/config_H.wc | 10 +- Porting/Maintainers.pl | 12 +- Porting/config.sh | 42 ++-- Porting/config_H | 18 +- Porting/epigraphs.pod | 23 +- Porting/perldelta_template.pod | 2 +- Porting/release_managers_guide.pod | 9 +- Porting/release_schedule.pod | 2 +- Porting/todo.pod | 4 +- README.haiku | 4 +- README.macosx | 8 +- README.os2 | 2 +- README.vms | 4 +- dist/Devel-PPPort/PPPort_pm.PL | 2 +- dist/Devel-PPPort/mktests.PL | 5 +- dist/Devel-PPPort/parts/inc/uv | 2 +- dist/Module-CoreList/Changes | 3 + dist/Module-CoreList/lib/Module/CoreList.pm | 72 +++++- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 9 +- ext/File-Find/lib/File/Find.pm | 2 +- ext/File-Find/t/find.t | 77 +++--- hints/catamount.sh | 4 +- lib/B/Op_private.pm | 2 +- lib/Thread.pm | 6 +- patchlevel.h | 4 +- plan9/config.plan9 | 10 +- plan9/config_sh.sample | 38 +-- pod/.gitignore | 2 +- pod/perl.pod | 1 + pod/perl5312delta.pod | 283 ++++++++++++++++++++++ pod/perldelta.pod | 99 +++----- pod/perlfunc.pod | 4 +- pod/perlhist.pod | 1 + pp_sys.c | 2 +- t/op/die.t | 6 +- t/porting/customized.dat | 5 +- vms/descrip_mms.template | 2 +- win32/GNUmakefile | 6 +- win32/Makefile | 6 +- win32/makefile.mk | 6 +- win32/pod.mak | 4 + win32/win32.h | 4 + 50 files changed, 642 insertions(+), 292 deletions(-) create mode 100644 pod/perl5312delta.pod diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 1965d6b531..8ea0871fc8 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -31,12 +31,12 @@ afsroot='/afs' alignbytes='4' aphostname='/bin/hostname' api_revision='5' -api_subversion='2' +api_subversion='3' api_version='31' -api_versionstring='5.31.2' +api_versionstring='5.31.3' ar='ar' -archlib='/usr/lib/perl5/5.31.2/armv4l-linux' -archlibexp='/usr/lib/perl5/5.31.2/armv4l-linux' +archlib='/usr/lib/perl5/5.31.3/armv4l-linux' +archlibexp='/usr/lib/perl5/5.31.3/armv4l-linux' archname64='' archname='armv4l-linux' archobjs='' @@ -55,7 +55,7 @@ castflags='0' cat='cat' cc='cc' cccdlflags='-fpic' -ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.31.2/armv4l-linux/CORE' +ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.31.3/armv4l-linux/CORE' ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' ccname='arm-linux-gcc' @@ -821,7 +821,7 @@ inc_version_list=' ' inc_version_list_init='0' incpath='' inews='' -installarchlib='./install_me_here/usr/lib/perl5/5.31.2/armv4l-linux' +installarchlib='./install_me_here/usr/lib/perl5/5.31.3/armv4l-linux' installbin='./install_me_here/usr/bin' installhtml1dir='' installhtml3dir='' @@ -829,13 +829,13 @@ installman1dir='./install_me_here/usr/share/man/man1' installman3dir='./install_me_here/usr/share/man/man3' installprefix='./install_me_here/usr' installprefixexp='./install_me_here/usr' -installprivlib='./install_me_here/usr/lib/perl5/5.31.2' +installprivlib='./install_me_here/usr/lib/perl5/5.31.3' installscript='./install_me_here/usr/bin' -installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.31.2/armv4l-linux' +installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.31.3/armv4l-linux' installsitebin='./install_me_here/usr/bin' installsitehtml1dir='' installsitehtml3dir='' -installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.31.2' +installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.31.3' installsiteman1dir='./install_me_here/usr/share/man/man1' installsiteman3dir='./install_me_here/usr/share/man/man3' installsitescript='./install_me_here/usr/bin' @@ -969,8 +969,8 @@ pmake='' pr='' prefix='/usr' prefixexp='/usr' -privlib='/usr/lib/perl5/5.31.2' -privlibexp='/usr/lib/perl5/5.31.2' +privlib='/usr/lib/perl5/5.31.3' +privlibexp='/usr/lib/perl5/5.31.3' procselfexe='"/proc/self/exe"' prototype='define' ptrsize='4' @@ -1035,17 +1035,17 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 6, 17, 29, 31, 0' sig_size='68' signal_t='void' -sitearch='/usr/lib/perl5/site_perl/5.31.2/armv4l-linux' -sitearchexp='/usr/lib/perl5/site_perl/5.31.2/armv4l-linux' +sitearch='/usr/lib/perl5/site_perl/5.31.3/armv4l-linux' +sitearchexp='/usr/lib/perl5/site_perl/5.31.3/armv4l-linux' sitebin='/usr/bin' sitebinexp='/usr/bin' sitehtml1dir='' sitehtml1direxp='' sitehtml3dir='' sitehtml3direxp='' -sitelib='/usr/lib/perl5/site_perl/5.31.2' +sitelib='/usr/lib/perl5/site_perl/5.31.3' sitelib_stem='/usr/lib/perl5/site_perl' -sitelibexp='/usr/lib/perl5/site_perl/5.31.2' +sitelibexp='/usr/lib/perl5/site_perl/5.31.3' siteman1dir='/usr/share/man/man1' siteman1direxp='/usr/share/man/man1' siteman3dir='/usr/share/man/man3' @@ -1084,7 +1084,7 @@ stdio_stream_array='' strerror_r_proto='0' strings='/usr/include/string.h' submit='' -subversion='2' +subversion='3' sysman='/usr/share/man/man1' tail='' tar='' @@ -1175,8 +1175,8 @@ vendorprefix='' vendorprefixexp='' vendorscript='' vendorscriptexp='' -version='5.31.2' -version_patchlevel_string='version 31 subversion 2' +version='5.31.3' +version_patchlevel_string='version 31 subversion 3' versiononly='undef' vi='' xlibpth='/usr/lib/386 /lib/386' @@ -1190,9 +1190,9 @@ config_args='' config_argc=0 PERL_REVISION=5 PERL_VERSION=31 -PERL_SUBVERSION=2 +PERL_SUBVERSION=3 PERL_API_REVISION=5 PERL_API_VERSION=31 -PERL_API_SUBVERSION=2 +PERL_API_SUBVERSION=3 PERL_PATCHLEVEL= PERL_CONFIG_SH=true diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770 index 73f13707db..edbabf0e32 100644 --- a/Cross/config.sh-arm-linux-n770 +++ b/Cross/config.sh-arm-linux-n770 @@ -31,12 +31,12 @@ afsroot='/afs' alignbytes='4' aphostname='/bin/hostname' api_revision='5' -api_subversion='2' +api_subversion='3' api_version='31' -api_versionstring='5.31.2' +api_versionstring='5.31.3' ar='ar' -archlib='/usr/lib/perl5/5.31.2/armv4l-linux' -archlibexp='/usr/lib/perl5/5.31.2/armv4l-linux' +archlib='/usr/lib/perl5/5.31.3/armv4l-linux' +archlibexp='/usr/lib/perl5/5.31.3/armv4l-linux' archname64='' archname='armv4l-linux' archobjs='' @@ -54,7 +54,7 @@ castflags='0' cat='cat' cc='arm-none-linux-gnueabi-gcc' cccdlflags='-fpic' -ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.31.2/armv4l-linux/CORE' +ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.31.3/armv4l-linux/CORE' ccflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' ccname='arm-linux-gcc' @@ -819,7 +819,7 @@ inc_version_list=' ' inc_version_list_init='0' incpath='' inews='' -installarchlib='./install_me_here/usr/lib/perl5/5.31.2/armv4l-linux' +installarchlib='./install_me_here/usr/lib/perl5/5.31.3/armv4l-linux' installbin='./install_me_here/usr/bin' installhtml1dir='' installhtml3dir='' @@ -827,13 +827,13 @@ installman1dir='./install_me_here/usr/share/man/man1' installman3dir='./install_me_here/usr/share/man/man3' installprefix='./install_me_here/usr' installprefixexp='./install_me_here/usr' -installprivlib='./install_me_here/usr/lib/perl5/5.31.2' +installprivlib='./install_me_here/usr/lib/perl5/5.31.3' installscript='./install_me_here/usr/bin' -installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.31.2/armv4l-linux' +installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.31.3/armv4l-linux' installsitebin='./install_me_here/usr/bin' installsitehtml1dir='' installsitehtml3dir='' -installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.31.2' +installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.31.3' installsiteman1dir='./install_me_here/usr/share/man/man1' installsiteman3dir='./install_me_here/usr/share/man/man3' installsitescript='./install_me_here/usr/bin' @@ -967,8 +967,8 @@ pmake='' pr='' prefix='/usr' prefixexp='/usr' -privlib='/usr/lib/perl5/5.31.2' -privlibexp='/usr/lib/perl5/5.31.2' +privlib='/usr/lib/perl5/5.31.3' +privlibexp='/usr/lib/perl5/5.31.3' procselfexe='"/proc/self/exe"' prototype='define' ptrsize='4' @@ -1033,17 +1033,17 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 6, 17, 29, 31, 0' sig_size='68' signal_t='void' -sitearch='/usr/lib/perl5/site_perl/5.31.2/armv4l-linux' -sitearchexp='/usr/lib/perl5/site_perl/5.31.2/armv4l-linux' +sitearch='/usr/lib/perl5/site_perl/5.31.3/armv4l-linux' +sitearchexp='/usr/lib/perl5/site_perl/5.31.3/armv4l-linux' sitebin='/usr/bin' sitebinexp='/usr/bin' sitehtml1dir='' sitehtml1direxp='' sitehtml3dir='' sitehtml3direxp='' -sitelib='/usr/lib/perl5/site_perl/5.31.2' +sitelib='/usr/lib/perl5/site_perl/5.31.3' sitelib_stem='/usr/lib/perl5/site_perl' -sitelibexp='/usr/lib/perl5/site_perl/5.31.2' +sitelibexp='/usr/lib/perl5/site_perl/5.31.3' siteman1dir='/usr/share/man/man1' siteman1direxp='/usr/share/man/man1' siteman3dir='/usr/share/man/man3' @@ -1082,7 +1082,7 @@ stdio_stream_array='' strerror_r_proto='0' strings='/usr/include/string.h' submit='' -subversion='2' +subversion='3' sysman='/usr/share/man/man1' tail='' tar='' @@ -1173,8 +1173,8 @@ vendorprefix='' vendorprefixexp='' vendorscript='' vendorscriptexp='' -version='5.31.2' -version_patchlevel_string='version 31 subversion 2' +version='5.31.3' +version_patchlevel_string='version 31 subversion 3' versiononly='undef' vi='' xlibpth='/usr/lib/386 /lib/386' @@ -1188,9 +1188,9 @@ config_args='' config_argc=0 PERL_REVISION=5 PERL_VERSION=31 -PERL_SUBVERSION=2 +PERL_SUBVERSION=3 PERL_API_REVISION=5 PERL_API_VERSION=31 -PERL_API_SUBVERSION=2 +PERL_API_SUBVERSION=3 PERL_PATCHLEVEL= PERL_CONFIG_SH=true diff --git a/INSTALL b/INSTALL index a555c50eef..f6d8f880f8 100644 --- a/INSTALL +++ b/INSTALL @@ -609,7 +609,7 @@ The directories set up by Configure fall into three broad categories. =item Directories for the perl distribution -By default, Configure will use the following directories for 5.31.2. +By default, Configure will use the following directories for 5.31.3. $version is the full perl version number, including subversion, e.g. 5.12.3, and $archname is a string like sun4-sunos, determined by Configure. The full definitions of all Configure @@ -2436,7 +2436,7 @@ L<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html> =head1 Coexistence with earlier versions of perl 5 -Perl 5.31.2 is not binary compatible with earlier versions of Perl. +Perl 5.31.3 is not binary compatible with earlier versions of Perl. In other words, you will have to recompile your XS modules. In general, you can usually safely upgrade from one version of Perl @@ -2511,9 +2511,9 @@ won't interfere with another version. (The defaults guarantee this for libraries after 5.6.0, but not for executables. TODO?) One convenient way to do this is by using a separate prefix for each version, such as - sh Configure -Dprefix=/opt/perl5.31.2 + sh Configure -Dprefix=/opt/perl5.31.3 -and adding /opt/perl5.31.2/bin to the shell PATH variable. Such users +and adding /opt/perl5.31.3/bin to the shell PATH variable. Such users may also wish to add a symbolic link /usr/local/bin/perl so that scripts can still start with #!/usr/local/bin/perl. @@ -2526,13 +2526,13 @@ 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.2 or earlier -B<Perl 5.31.2 may not be binary compatible with Perl 5.28.0 or +B<Perl 5.31.3 may not be binary compatible with Perl 5.31.2 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 -5.31.2, you may safely do so without disturbing the older +used with 5.31.3. If you find you do need to rebuild an extension with +5.31.3, you may safely do so without disturbing the older installations. (See L<"Coexistence with earlier versions of perl 5"> above.) @@ -2565,15 +2565,15 @@ Firstly, the bare minimum to run this script print("$f\n"); } -in Linux with perl-5.31.2 is as follows (under $Config{prefix}): +in Linux with perl-5.31.3 is as follows (under $Config{prefix}): ./bin/perl - ./lib/perl5/5.31.2/strict.pm - ./lib/perl5/5.31.2/warnings.pm - ./lib/perl5/5.31.2/i686-linux/File/Glob.pm - ./lib/perl5/5.31.2/feature.pm - ./lib/perl5/5.31.2/XSLoader.pm - ./lib/perl5/5.31.2/i686-linux/auto/File/Glob/Glob.so + ./lib/perl5/5.31.3/strict.pm + ./lib/perl5/5.31.3/warnings.pm + ./lib/perl5/5.31.3/i686-linux/File/Glob.pm + ./lib/perl5/5.31.3/feature.pm + ./lib/perl5/5.31.3/XSLoader.pm + ./lib/perl5/5.31.3/i686-linux/auto/File/Glob/Glob.so Secondly, for perl-5.10.1, the Debian perl-base package contains 591 files, (of which 510 are for lib/unicore) totaling about 3.5MB in its diff --git a/MANIFEST b/MANIFEST index 14f6ae1680..9b7798e379 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5000,6 +5000,7 @@ pod/perl5282delta.pod Perl changes in version 5.28.2 pod/perl5300delta.pod Perl changes in version 5.30.0 pod/perl5310delta.pod Perl changes in version 5.31.0 pod/perl5311delta.pod Perl changes in version 5.31.1 +pod/perl5312delta.pod Perl changes in version 5.31.2 pod/perl561delta.pod Perl changes in version 5.6.1 pod/perl56delta.pod Perl changes in version 5.6 pod/perl581delta.pod Perl changes in version 5.8.1 diff --git a/META.json b/META.json index 534a8dc501..428cd49de7 100644 --- a/META.json +++ b/META.json @@ -127,6 +127,6 @@ "url" : "http://perl5.git.perl.org/" } }, - "version" : "5.031002", + "version" : "5.031003", "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/META.yml b/META.yml index 7492ed47c0..b85069c170 100644 --- a/META.yml +++ b/META.yml @@ -114,5 +114,5 @@ resources: homepage: http://www.perl.org/ license: http://dev.perl.org/licenses/ repository: http://perl5.git.perl.org/ -version: '5.031002' +version: '5.031003' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/Makefile.SH b/Makefile.SH index 63dff1db05..9f04c7dcde 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -589,7 +589,7 @@ esac $spitshell >>$Makefile <<'!NO!SUBS!' -perltoc_pod_prereqs = extra.pods pod/perl5312delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl5313delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) generated_headers = uudmap.h bitcount.h mg_data.h @@ -1153,9 +1153,9 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST $(MINIPERL) pod/perlmodlib.PL -q -pod/perl5312delta.pod: pod/perldelta.pod - $(RMS) pod/perl5312delta.pod - $(LNS) perldelta.pod pod/perl5312delta.pod +pod/perl5313delta.pod: pod/perldelta.pod + $(RMS) pod/perl5313delta.pod + $(LNS) perldelta.pod pod/perl5313delta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` diff --git a/NetWare/Makefile b/NetWare/Makefile index fcab932bf8..df07d6da75 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -86,7 +86,7 @@ NLM_VERSION = 3,20,0 # Here comes the CW tools - TO BE FILLED TO BUILD WITH CW - -MODULE_DESC = "Perl 5.31.2 for NetWare" +MODULE_DESC = "Perl 5.31.3 for NetWare" CCTYPE = CodeWarrior C_COMPILER = mwccnlm -c CPP_COMPILER = mwccnlm @@ -462,7 +462,7 @@ INST_NW_TOP2 = $(INST_NW_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER = \5.31.2 +INST_VER = \5.31.3 # # Comment this out if you DON'T want your perl installation to have diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 238f43fcb0..6f438d2f88 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -887,7 +887,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.31.2\\lib\\NetWare-x86-multi-thread" /**/ +#define ARCHLIB "c:\\perl\\5.31.3\\lib\\NetWare-x86-multi-thread" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -918,8 +918,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.31.2\\bin\\NetWare-x86-multi-thread" /**/ -#define BIN_EXP "c:\\perl\\5.31.2\\bin\\NetWare-x86-multi-thread" /**/ +#define BIN "c:\\perl\\5.31.3\\bin\\NetWare-x86-multi-thread" /**/ +#define BIN_EXP "c:\\perl\\5.31.3\\bin\\NetWare-x86-multi-thread" /**/ /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, @@ -2878,7 +2878,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.31.2\\lib\\NetWare-x86-multi-thread" /**/ +#define SITEARCH "c:\\perl\\site\\5.31.3\\lib\\NetWare-x86-multi-thread" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -2901,7 +2901,7 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "c:\\perl\\site\\5.31.2\\lib" /**/ +#define SITELIB "c:\\perl\\site\\5.31.3\\lib" /**/ /*#define SITELIB_EXP "" /**/ #define SITELIB_STEM "" /**/ diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4ca00aab59..042816c7cd 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' => { @@ -788,7 +789,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20190620.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20190720.tar.gz', 'FILES' => q[dist/Module-CoreList], }, @@ -827,15 +828,6 @@ use File::Glob qw(:case); qw(t/600_pod.t), qw(t/601_pod-coverage.t), ], - 'CUSTOMIZED' => [ - qw( - lib/Net/Ping.pm - t/000_load.t - t/500_ping_icmp.t - t/501_ping_icmpv6.t - ), - ], - }, 'NEXT' => { diff --git a/Porting/config.sh b/Porting/config.sh index 5daacdc619..a8e249d824 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -44,12 +44,12 @@ afsroot='/afs' alignbytes='8' aphostname='' api_revision='5' -api_subversion='2' +api_subversion='3' api_version='31' -api_versionstring='5.31.2' +api_versionstring='5.31.3' ar='ar' -archlib='/opt/perl/lib/5.31.2/x86_64-linux' -archlibexp='/opt/perl/lib/5.31.2/x86_64-linux' +archlib='/opt/perl/lib/5.31.3/x86_64-linux' +archlibexp='/opt/perl/lib/5.31.3/x86_64-linux' archname64='' archname='x86_64-linux' archobjs='' @@ -845,7 +845,7 @@ incpath='' incpth='/usr/lib/gcc/x86_64-linux-gnu/4.9/include /usr/local/include /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/include' inews='' initialinstalllocation='/opt/perl/bin' -installarchlib='/opt/perl/lib/5.31.2/x86_64-linux' +installarchlib='/opt/perl/lib/5.31.3/x86_64-linux' installbin='/opt/perl/bin' installhtml1dir='' installhtml3dir='' @@ -853,13 +853,13 @@ installman1dir='/opt/perl/man/man1' installman3dir='/opt/perl/man/man3' installprefix='/opt/perl' installprefixexp='/opt/perl' -installprivlib='/opt/perl/lib/5.31.2' +installprivlib='/opt/perl/lib/5.31.3' installscript='/opt/perl/bin' -installsitearch='/opt/perl/lib/site_perl/5.31.2/x86_64-linux' +installsitearch='/opt/perl/lib/site_perl/5.31.3/x86_64-linux' installsitebin='/opt/perl/bin' installsitehtml1dir='' installsitehtml3dir='' -installsitelib='/opt/perl/lib/site_perl/5.31.2' +installsitelib='/opt/perl/lib/site_perl/5.31.3' installsiteman1dir='/opt/perl/man/man1' installsiteman3dir='/opt/perl/man/man3' installsitescript='/opt/perl/bin' @@ -984,7 +984,7 @@ perl_patchlevel='' perl_static_inline='static __inline__' perladmin='[email protected]' perllibs='-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc' -perlpath='/opt/perl/bin/perl5.31.2' +perlpath='/opt/perl/bin/perl5.31.3' pg='pg' phostname='' pidtype='pid_t' @@ -993,8 +993,8 @@ pmake='' pr='' prefix='/opt/perl' prefixexp='/opt/perl' -privlib='/opt/perl/lib/5.31.2' -privlibexp='/opt/perl/lib/5.31.2' +privlib='/opt/perl/lib/5.31.3' +privlibexp='/opt/perl/lib/5.31.3' procselfexe='"/proc/self/exe"' ptrsize='8' quadkind='2' @@ -1059,17 +1059,17 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 31, 0' sig_size='69' signal_t='void' -sitearch='/opt/perl/lib/site_perl/5.31.2/x86_64-linux' -sitearchexp='/opt/perl/lib/site_perl/5.31.2/x86_64-linux' +sitearch='/opt/perl/lib/site_perl/5.31.3/x86_64-linux' +sitearchexp='/opt/perl/lib/site_perl/5.31.3/x86_64-linux' sitebin='/opt/perl/bin' sitebinexp='/opt/perl/bin' sitehtml1dir='' sitehtml1direxp='' sitehtml3dir='' sitehtml3direxp='' -sitelib='/opt/perl/lib/site_perl/5.31.2' +sitelib='/opt/perl/lib/site_perl/5.31.3' sitelib_stem='/opt/perl/lib/site_perl' -sitelibexp='/opt/perl/lib/site_perl/5.31.2' +sitelibexp='/opt/perl/lib/site_perl/5.31.3' siteman1dir='/opt/perl/man/man1' siteman1direxp='/opt/perl/man/man1' siteman3dir='/opt/perl/man/man3' @@ -1095,7 +1095,7 @@ src='.' ssizetype='ssize_t' st_ino_sign='1' st_ino_size='8' -startperl='#!/opt/perl/bin/perl5.31.2' +startperl='#!/opt/perl/bin/perl5.31.3' startsh='#!/bin/sh' static_ext=' ' stdchar='char' @@ -1107,7 +1107,7 @@ stdio_ptr='((fp)->_IO_read_ptr)' stdio_stream_array='' strerror_r_proto='0' submit='' -subversion='2' +subversion='3' sysman='/usr/share/man/man1' sysroot='' tail='' @@ -1205,8 +1205,8 @@ vendorprefix='' vendorprefixexp='' vendorscript='' vendorscriptexp='' -version='5.31.2' -version_patchlevel_string='version 31 subversion 2' +version='5.31.3' +version_patchlevel_string='version 31 subversion 3' versiononly='define' vi='' xlibpth='/usr/lib/386 /lib/386' @@ -1216,10 +1216,10 @@ zcat='' zip='zip' PERL_REVISION=5 PERL_VERSION=31 -PERL_SUBVERSION=2 +PERL_SUBVERSION=3 PERL_API_REVISION=5 PERL_API_VERSION=31 -PERL_API_SUBVERSION=2 +PERL_API_SUBVERSION=3 PERL_PATCHLEVEL='' PERL_CONFIG_SH=true : Variables propagated from previous config.sh file. diff --git a/Porting/config_H b/Porting/config_H index 6a1e8dc6fa..21127c936c 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -1239,8 +1239,8 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "/opt/perl/lib/5.31.2/x86_64-linux" /**/ -#define ARCHLIB_EXP "/opt/perl/lib/5.31.2/x86_64-linux" /**/ +#define ARCHLIB "/opt/perl/lib/5.31.3/x86_64-linux" /**/ +#define ARCHLIB_EXP "/opt/perl/lib/5.31.3/x86_64-linux" /**/ /* BIN: * This symbol holds the path of the bin directory where the package will @@ -1293,8 +1293,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "/opt/perl/lib/5.31.2" /**/ -#define PRIVLIB_EXP "/opt/perl/lib/5.31.2" /**/ +#define PRIVLIB "/opt/perl/lib/5.31.3" /**/ +#define PRIVLIB_EXP "/opt/perl/lib/5.31.3" /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1311,8 +1311,8 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "/opt/perl/lib/site_perl/5.31.2/x86_64-linux" /**/ -#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.31.2/x86_64-linux" /**/ +#define SITEARCH "/opt/perl/lib/site_perl/5.31.3/x86_64-linux" /**/ +#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.31.3/x86_64-linux" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -1334,8 +1334,8 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "/opt/perl/lib/site_perl/5.31.2" /**/ -#define SITELIB_EXP "/opt/perl/lib/site_perl/5.31.2" /**/ +#define SITELIB "/opt/perl/lib/site_perl/5.31.3" /**/ +#define SITELIB_EXP "/opt/perl/lib/site_perl/5.31.3" /**/ #define SITELIB_STEM "/opt/perl/lib/site_perl" /**/ /* PERL_VENDORARCH: @@ -4109,7 +4109,7 @@ * script to make sure (one hopes) that it runs with perl and not * some shell. */ -#define STARTPERL "#!/opt/perl/bin/perl5.31.2" /**/ +#define STARTPERL "#!/opt/perl/bin/perl5.31.3" /**/ /* HAS_STDIO_STREAM_ARRAY: * This symbol, if defined, tells that there is an array diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod index 3849309a09..49097616df 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -17,8 +17,23 @@ Consult your favorite dictionary for details. =head1 EPIGRAPHS +=head2 v5.31.2 - Edward Lear, ed. Vivien Noakes, "The Complete Nonsense and Other Verse": The Duck and the Kangaroo + +L<Announced on 2019-07-20 by Steve Hay|https://www.nntp.perl.org/group/perl.perl5.porters/2019/07/msg255639.html> + + Said the Duck to the Kangaroo, + 'Good gracious! how you hop! + Over the fields and the water too, + As if you never would stop! + My life is a bore in this nasty pond, + And I long to go out in the world beyond! + I wish I could hop like you!' + Said the Duck to the Kangaroo. + =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 +80,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 +103,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/perldelta_template.pod b/Porting/perldelta_template.pod index d9da713f11..29a24716c3 100644 --- a/Porting/perldelta_template.pod +++ b/Porting/perldelta_template.pod @@ -403,7 +403,7 @@ died, add a short obituary here. XXX Generate this with: - perl Porting/acknowledgements.pl v5.31.2..HEAD + perl Porting/acknowledgements.pl v5.31.3..HEAD =head1 Reporting Bugs diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index e2e91f94ee..7b7ccdca1a 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. @@ -1240,6 +1240,11 @@ header in your message after receiving it back via perl5-porters. If you have a blog, please consider writing an entry in your blog explaining why you chose that particular quote for your epigraph. +=head3 update the link to the latest perl on perlweb + +Submit a pull request to L<https://github.com/perlorg/perlweb> to update the +link in F<docs/dev/perl5/index.html> to point to your release. + =for checklist skip RC =head3 Release schedule diff --git a/Porting/release_schedule.pod b/Porting/release_schedule.pod index c0b335054c..16b4e32567 100644 --- a/Porting/release_schedule.pod +++ b/Porting/release_schedule.pod @@ -58,7 +58,7 @@ you should reset the version numbers to the next blead series. 2019-05-23 5.31.0 ✓ Sawyer X 2019-06-20 5.31.1 ✓ Karen Etheridge - 2019-07-20 5.31.2 + 2019-07-20 5.31.2 ✓ Steve Hay 2019-08-20 5.31.3 2019-09-20 5.31.4 2019-10-20 5.31.5 diff --git a/Porting/todo.pod b/Porting/todo.pod index b8dd63768e..16736209ba 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -485,7 +485,7 @@ Natively 64-bit systems need neither -Duse64bitint nor -Duse64bitall. On these systems, it might be the default compilation mode, and there is currently no guarantee that passing no use64bitall option to the Configure process will build a 32bit perl. Implementing -Duse32bit* -options would be nice for perl 5.26.0. +options would be nice for perl 5.32.0. =head2 Profile Perl - am I hot or not? @@ -1199,7 +1199,7 @@ L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2013-01/msg00339.html> =head1 Big projects Tasks that will get your name mentioned in the description of the "Highlights -of 5.26.0" +of 5.32.0" =head2 make ithreads more robust diff --git a/README.haiku b/README.haiku index da683ca7aa..4e063b9b19 100644 --- a/README.haiku +++ b/README.haiku @@ -22,9 +22,9 @@ The build procedure is completely standard: Make perl executable and create a symlink for libperl: chmod a+x /boot/common/bin/perl - cd /boot/common/lib; ln -s perl5/5.31.2/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.31.3/BePC-haiku/CORE/libperl.so . -Replace C<5.31.2> with your respective version of Perl. +Replace C<5.31.3> with your respective version of Perl. =head1 KNOWN PROBLEMS diff --git a/README.macosx b/README.macosx index a13035cf57..357bca8ce0 100644 --- a/README.macosx +++ b/README.macosx @@ -10,9 +10,9 @@ perlmacosx - Perl under Mac OS X This document briefly describes Perl under Mac OS X. - curl -O http://www.cpan.org/src/perl-5.31.2.tar.gz - tar -xzf perl-5.31.2.tar.gz - cd perl-5.31.2 + curl -O http://www.cpan.org/src/perl-5.31.3.tar.gz + tar -xzf perl-5.31.3.tar.gz + cd perl-5.31.3 ./Configure -des -Dprefix=/usr/local/ make make test @@ -20,7 +20,7 @@ This document briefly describes Perl under Mac OS X. =head1 DESCRIPTION -The latest Perl release (5.31.2 as of this writing) builds without changes +The latest Perl release (5.31.3 as of this writing) builds without changes under all versions of Mac OS X from 10.3 "Panther" onwards. In order to build your own version of Perl you will need 'make', diff --git a/README.os2 b/README.os2 index d7b52b2c8f..ae3dfd7f20 100644 --- a/README.os2 +++ b/README.os2 @@ -619,7 +619,7 @@ C<set PERLLIB_PREFIX> in F<Config.sys>, see L</"C<PERLLIB_PREFIX>">. =item Additional Perl modules - unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.31.2/ + unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.31.3/ Same remark as above applies. Additionally, if this directory is not one of directories on @INC (and @INC is influenced by C<PERLLIB_PREFIX>), you diff --git a/README.vms b/README.vms index 752427b158..199bad1f4e 100644 --- a/README.vms +++ b/README.vms @@ -142,11 +142,11 @@ You may need to set up a foreign symbol for the unpacking utility of choice. Once you have done so, use a command like the following to unpack the archive: - vmstar -xvf perl-5^.31^.2.tar + vmstar -xvf perl-5^.31^.3.tar Then set default to the top-level source directory like so: - set default [.perl-5^.31^.2] + set default [.perl-5^.31^.3] and proceed with configuration as described in the next section. diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL index a78d4028c1..69d965a7b6 100644 --- a/dist/Devel-PPPort/PPPort_pm.PL +++ b/dist/Devel-PPPort/PPPort_pm.PL @@ -551,7 +551,7 @@ package Devel::PPPort; use strict; use vars qw($VERSION $data); -$VERSION = '3.54'; +$VERSION = '3.55'; sub _init_data { diff --git a/dist/Devel-PPPort/mktests.PL b/dist/Devel-PPPort/mktests.PL index 02c9110463..8b3e708f65 100644 --- a/dist/Devel-PPPort/mktests.PL +++ b/dist/Devel-PPPort/mktests.PL @@ -41,11 +41,14 @@ sub generate_tests print "generating $testfile\n"; my $tmpl = $template; - $tmpl =~ s/__SOURCE__/$file/mg; + # ensure we get the same result on Win32 + (my $source = $file) =~ s(\\)(/)g; + $tmpl =~ s/__SOURCE__/$source/mg; $tmpl =~ s/__PLAN__/$spec->{OPTIONS}{tests}{plan}/mg; $tmpl =~ s/^__TESTS__$/$spec->{tests}/mg; open FH, ">$testfile" or die "$testfile: $!\n"; + binmode FH; print FH $tmpl; close FH; diff --git a/dist/Devel-PPPort/parts/inc/uv b/dist/Devel-PPPort/parts/inc/uv index 11b8370eea..ca10d3153e 100644 --- a/dist/Devel-PPPort/parts/inc/uv +++ b/dist/Devel-PPPort/parts/inc/uv @@ -90,7 +90,7 @@ my_strnlen(const char *str, Size_t maxlen) #endif #endif -#if { VERSION < 5.31.3 } +#if { VERSION < 5.31.4 } /* Versions prior to this accepted things that are now considered * malformations, and didn't return -1 on error with warnings enabled * */ diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index db462a9a9a..5bafffa764 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20190820 + - Updated for v5.31.3 + 5.20190720 - Updated for v5.31.2 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 5af9c29d1e..90d41a7e18 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -4,7 +4,7 @@ use strict; our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta ); use version; -our $VERSION = '5.20190720'; +our $VERSION = '5.20190820'; sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# } sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } } @@ -352,6 +352,7 @@ sub changes_between { 5.031000 => '2019-05-24', 5.031001 => '2019-06-20', 5.031002 => '2019-07-20', + 5.031003 => '2019-08-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -5760,7 +5761,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'B::Deparse' => '1.05', 'Benchmark' => '1.13', 'CGI' => '3.54', - 'CGI::Util' => '3.54', + 'CGI::Util' => '3.53', 'CPAN::Meta' => '2.110930', 'CPAN::Meta::Converter' => '2.110930', 'CPAN::Meta::Feature' => '2.110930', @@ -10821,7 +10822,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'ExtUtils::ParseXS::Eval'=> '3.27', 'ExtUtils::ParseXS::Utilities'=> '3.27', 'ExtUtils::testlib' => '7.04', - 'File::Spec' => '3.54', + 'File::Spec' => '3.53', 'File::Spec::Cygwin' => '3.54', 'File::Spec::Epoc' => '3.54', 'File::Spec::Functions' => '3.54', @@ -16336,7 +16337,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { delta_from => 5.031000, changed => { 'App::Cpan' => '1.675', - 'B::Op_private' => '5.031002', + 'B::Op_private' => '5.031001', 'CPAN' => '2.27', 'CPAN::Bundle' => '5.5005', 'CPAN::Distribution' => '2.27', @@ -16353,7 +16354,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Compress::Zlib' => '2.086', 'Config' => '5.031001', 'DB_File' => '1.852', - 'Devel::PPPort' => '3.54', + 'Devel::PPPort' => '3.53', 'ExtUtils::CBuilder' => '0.280232', 'ExtUtils::Command' => '7.36', 'ExtUtils::Command::MM' => '7.36', @@ -16423,8 +16424,8 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'IO::Uncompress::Inflate'=> '2.086', 'IO::Uncompress::RawInflate'=> '2.086', 'IO::Uncompress::Unzip' => '2.086', - 'Module::CoreList' => '5.20190720', - 'Module::CoreList::Utils'=> '5.20190720', + 'Module::CoreList' => '5.20190620', + 'Module::CoreList::Utils'=> '5.20190620', 'POSIX' => '1.89', 'Pod::Man' => '4.12', 'Pod::ParseLink' => '4.12', @@ -16548,7 +16549,57 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.031002 => { delta_from => 5.031001, changed => { + 'B::Op_private' => '5.031002', 'Config' => '5.031002', + 'Devel::PPPort' => '3.54', + 'Exporter' => '5.74', + 'Exporter::Heavy' => '5.74', + 'IPC::Cmd' => '1.04', + 'JSON::PP' => '4.04', + 'JSON::PP::Boolean' => '4.04', + 'Module::CoreList' => '5.20190720', + 'Module::CoreList::Utils'=> '5.20190720', + 'Opcode' => '1.44', + 'PerlIO::encoding' => '0.28', + 'Pod::Simple' => '3.39', + 'Pod::Simple::BlackBox' => '3.39', + 'Pod::Simple::Checker' => '3.39', + 'Pod::Simple::Debug' => '3.39', + 'Pod::Simple::DumpAsText'=> '3.39', + 'Pod::Simple::DumpAsXML'=> '3.39', + 'Pod::Simple::HTML' => '3.39', + 'Pod::Simple::HTMLBatch'=> '3.39', + 'Pod::Simple::LinkSection'=> '3.39', + 'Pod::Simple::Methody' => '3.39', + 'Pod::Simple::Progress' => '3.39', + 'Pod::Simple::PullParser'=> '3.39', + 'Pod::Simple::PullParserEndToken'=> '3.39', + 'Pod::Simple::PullParserStartToken'=> '3.39', + 'Pod::Simple::PullParserTextToken'=> '3.39', + 'Pod::Simple::PullParserToken'=> '3.39', + 'Pod::Simple::RTF' => '3.39', + 'Pod::Simple::Search' => '3.39', + 'Pod::Simple::SimpleTree'=> '3.39', + 'Pod::Simple::Text' => '3.39', + 'Pod::Simple::TextContent'=> '3.39', + 'Pod::Simple::TiedOutFH'=> '3.39', + 'Pod::Simple::Transcode'=> '3.39', + 'Pod::Simple::TranscodeDumb'=> '3.39', + 'Pod::Simple::TranscodeSmart'=> '3.39', + 'Pod::Simple::XHTML' => '3.39', + 'Pod::Simple::XMLOutStream'=> '3.39', + 'threads::shared' => '1.61', + }, + removed => { + } + }, + 5.031003 => { + delta_from => 5.031002, + changed => { + 'B::Op_private' => '5.031003', + 'Config' => '5.031003', + 'Module::CoreList' => '5.20190820', + 'Module::CoreList::Utils'=> '5.20190820', }, removed => { } @@ -17576,6 +17627,13 @@ sub is_core removed => { } }, + 5.031003 => { + delta_from => 5.031002, + changed => { + }, + removed => { + } + }, ); %deprecated = _undelta(\%deprecated); diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 8defdd49db..8b20d6856e 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Module::CoreList; -our $VERSION = '5.20190720'; +our $VERSION = '5.20190820'; our %utilities; sub utilities { @@ -1523,6 +1523,13 @@ my %delta = ( removed => { } }, + 5.031003 => { + delta_from => 5.031002, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); diff --git a/ext/File-Find/lib/File/Find.pm b/ext/File-Find/lib/File/Find.pm index 5fb9ee02fe..4c67e882a5 100644 --- a/ext/File-Find/lib/File/Find.pm +++ b/ext/File-Find/lib/File/Find.pm @@ -3,7 +3,7 @@ use 5.006; use strict; use warnings; use warnings::register; -our $VERSION = '1.36'; +our $VERSION = '1.37'; require Exporter; require Cwd; diff --git a/ext/File-Find/t/find.t b/ext/File-Find/t/find.t index b0e30eb478..0a7355296c 100644 --- a/ext/File-Find/t/find.t +++ b/ext/File-Find/t/find.t @@ -1026,46 +1026,49 @@ if ($^O eq 'MSWin32') { } } closedir $ROOT_DIR; - my $created_file; - unless (defined $expected_first_file) { - $expected_first_file = '__perl_File_Find_test.tmp'; - open(F, ">", "/$expected_first_file") && close(F) - or die "cannot create file in root directory: $!\n"; - $created_file = 1; - } + SKIP: + { + my $created_file; + unless (defined $expected_first_file) { + $expected_first_file = '__perl_File_Find_test.tmp'; + open(F, ">", "/$expected_first_file") && close(F) + or skip "cannot create file in root directory: $!", 8; + $created_file = 1; + } - # Run F:F:f with/without no_chdir for each possible style of root path. - # NB. If HOME were "/", then an inadvertent chdir('') would fluke the - # expected result, so ensure it is something else: - local $ENV{HOME} = $orig_dir; - foreach my $no_chdir (0, 1) { - foreach my $root_dir ("/", "\\", "$drive/", "$drive\\") { - eval { - File::Find::find({ - 'no_chdir' => $no_chdir, - 'preprocess' => sub { return sort @_ }, - 'wanted' => sub { - -f or return; # the first call is for $root_dir itself. - my $got = $File::Find::name; - my $exp = "$root_dir$expected_first_file"; - print "# no_chdir=$no_chdir $root_dir '$got'\n"; - is($got, $exp, - "Win32: Run 'find' with 'no_chdir' set to $no_chdir" ); - die "done"; # do not process the entire drive! - }, - }, $root_dir); - }; - # If F:F:f did not die "done" then it did not Check() either. - unless ($@ and $@ =~ /done/) { - print "# no_chdir=$no_chdir $root_dir ", - ($@ ? "error: $@" : "no files found"), "\n"; - ok(0, "Win32: 0"); + # Run F:F:f with/without no_chdir for each possible style of root path. + # NB. If HOME were "/", then an inadvertent chdir('') would fluke the + # expected result, so ensure it is something else: + local $ENV{HOME} = $orig_dir; + foreach my $no_chdir (0, 1) { + foreach my $root_dir ("/", "\\", "$drive/", "$drive\\") { + eval { + File::Find::find({ + 'no_chdir' => $no_chdir, + 'preprocess' => sub { return sort @_ }, + 'wanted' => sub { + -f or return; # the first call is for $root_dir itself. + my $got = $File::Find::name; + my $exp = "$root_dir$expected_first_file"; + print "# no_chdir=$no_chdir $root_dir '$got'\n"; + is($got, $exp, + "Win32: Run 'find' with 'no_chdir' set to $no_chdir" ); + die "done"; # do not process the entire drive! + }, + }, $root_dir); + }; + # If F:F:f did not die "done" then it did not Check() either. + unless ($@ and $@ =~ /done/) { + print "# no_chdir=$no_chdir $root_dir ", + ($@ ? "error: $@" : "no files found"), "\n"; + ok(0, "Win32: 0"); + } } } - } - if ($created_file) { - unlink("/$expected_first_file") - or warn "can't unlink /$expected_first_file: $!\n"; + if ($created_file) { + unlink("/$expected_first_file") + or warn "can't unlink /$expected_first_file: $!\n"; + } } } diff --git a/hints/catamount.sh b/hints/catamount.sh index 7f7623b2b0..f0ac52b1e2 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.31.2 +# mkdir -p /opt/perl-catamount/lib/perl5/5.31.3 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.2 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.3 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount diff --git a/lib/B/Op_private.pm b/lib/B/Op_private.pm index 77ca2caff4..1ad85c0529 100644 --- a/lib/B/Op_private.pm +++ b/lib/B/Op_private.pm @@ -118,7 +118,7 @@ package B::Op_private; our %bits; -our $VERSION = "5.031002"; +our $VERSION = "5.031003"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); diff --git a/lib/Thread.pm b/lib/Thread.pm index dbe0719bf5..70bcac3898 100644 --- a/lib/Thread.pm +++ b/lib/Thread.pm @@ -4,7 +4,7 @@ use strict; use warnings; no warnings 'redefine'; -our $VERSION = '3.04'; +our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { @@ -117,7 +117,7 @@ C<new> starts a new thread of execution in the referenced subroutine. The optional list is passed as parameters to the subroutine. Execution continues in both the subroutine and the code after the C<new> call. -C<Thread->new> returns a thread object representing the newly created +C<< Thread->new >> returns a thread object representing the newly created thread. =item lock VARIABLE @@ -148,7 +148,7 @@ C<lock(\$a)> is equivalent to C<lock($a)>, while C<lock(\\$a)> is not. C<async> creates a thread to execute the block immediately following it. This block is treated as an anonymous sub, and so must have a -semi-colon after the closing brace. Like C<Thread->new>, C<async> +semi-colon after the closing brace. Like C<< Thread->new >>, C<async> returns a thread object. =item Thread->self diff --git a/patchlevel.h b/patchlevel.h index 28e6d6d382..e5c6fe714d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 31 /* epoch */ -#define PERL_SUBVERSION 2 /* generation */ +#define PERL_SUBVERSION 3 /* generation */ /* The following numbers describe the earliest compatible version of Perl ("compatibility" here being defined as sufficient binary/API @@ -36,7 +36,7 @@ */ #define PERL_API_REVISION 5 #define PERL_API_VERSION 31 -#define PERL_API_SUBVERSION 2 +#define PERL_API_SUBVERSION 3 /* XXX Note: The selection of non-default Configure options, such as -Duselonglong may invalidate these settings. Currently, Configure diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 642ad90cda..957006da76 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3131,8 +3131,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "/sys/lib/perl/5.31.2" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.31.2" /**/ +#define PRIVLIB "/sys/lib/perl/5.31.3" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.31.3" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3259,9 +3259,9 @@ * removed. The elements in inc_version_list (inc_version_list.U) can * be tacked onto this variable to generate a list of directories to search. */ -#define SITELIB "/sys/lib/perl/5.31.2/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.31.2/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.31.2/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.31.3/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.31.3/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.31.3/site_perl" /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 472e20d121..91ebbe5ac3 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -31,12 +31,12 @@ afsroot='/afs' alignbytes='4' aphostname='/bin/uname -n' api_revision='5' -api_subversion='2' +api_subversion='3' api_version='31' -api_versionstring='5.31.2' +api_versionstring='5.31.3' ar='ar' -archlib='/sys/lib/perl5/5.31.2/386' -archlibexp='/sys/lib/perl5/5.31.2/386' +archlib='/sys/lib/perl5/5.31.3/386' +archlibexp='/sys/lib/perl5/5.31.3/386' archname64='' archname='386' archobjs='' @@ -815,17 +815,17 @@ inc_version_list=' ' inc_version_list_init='0' incpath='' inews='' -installarchlib='/sys/lib/perl/5.31.2/386' +installarchlib='/sys/lib/perl/5.31.3/386' installbin='/usr/bin' installman1dir='/sys/man/1pub' installman3dir='/sys/man/2pub' installprefix='/usr' installprefixexp='/usr' -installprivlib='/sys/lib/perl/5.31.2' +installprivlib='/sys/lib/perl/5.31.3' installscript='/usr/bin' -installsitearch='/sys/lib/perl/5.31.2/site_perl/386' +installsitearch='/sys/lib/perl/5.31.3/site_perl/386' installsitebin='/usr/bin' -installsitelib='/sys/lib/perl/5.31.2/site_perl' +installsitelib='/sys/lib/perl/5.31.3/site_perl' installstyle='lib/perl5' installusrbinperl='undef' installvendorarch='' @@ -950,8 +950,8 @@ pmake='' pr='' prefix='/usr' prefixexp='/usr' -privlib='/sys/lib/perl/5.31.2' -privlibexp='/sys/lib/perl/5.31.2' +privlib='/sys/lib/perl/5.31.3' +privlibexp='/sys/lib/perl/5.31.3' procselfexe='' prototype='define' ptrsize='4' @@ -1016,13 +1016,13 @@ sig_num='0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 sig_num_init='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 0' sig_size='50' signal_t='void' -sitearch='/sys/lib/perl/5.31.2/site_perl/386' +sitearch='/sys/lib/perl/5.31.3/site_perl/386' sitearchexp='/sys/lib/perl/site_perl/386' sitebin='/usr/bin' sitebinexp='/usr/bin' -sitelib='/sys/lib/perl/5.31.2/site_perl' -sitelib_stem='/sys/lib/perl/5.31.2/site_perl' -sitelibexp='/sys/lib/perl/5.31.2/site_perl' +sitelib='/sys/lib/perl/5.31.3/site_perl' +sitelib_stem='/sys/lib/perl/5.31.3/site_perl' +sitelibexp='/sys/lib/perl/5.31.3/site_perl' siteprefix='/usr' siteprefixexp='/usr' sizesize='4' @@ -1055,7 +1055,7 @@ stdio_stream_array='' strerror_r_proto='0' strings='/sys/include/ape/string.h' submit='' -subversion='2' +subversion='3' sysman='/sys/man/1pub' tail='' tar='' @@ -1136,8 +1136,8 @@ vendorlib_stem='' vendorlibexp='' vendorprefix='' vendorprefixexp='' -version='5.31.2' -version_patchlevel_string='version 31 subversion 2' +version='5.31.3' +version_patchlevel_string='version 31 subversion 3' versiononly='undef' vi='' xlibpth='' @@ -1151,9 +1151,9 @@ config_args='' config_argc=0 PERL_REVISION=5 PERL_VERSION=31 -PERL_SUBVERSION=2 +PERL_SUBVERSION=3 PERL_API_REVISION=5 PERL_API_VERSION=31 -PERL_API_SUBVERSION=2 +PERL_API_SUBVERSION=3 PERL_PATCHLEVEL= PERL_CONFIG_SH=true diff --git a/pod/.gitignore b/pod/.gitignore index 07a99d3497..05fe0a34d8 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -49,7 +49,7 @@ /roffitall # generated -/perl5312delta.pod +/perl5313delta.pod /perlapi.pod /perlintern.pod /perlmodlib.pod diff --git a/pod/perl.pod b/pod/perl.pod index 6e6ae58eac..6108418e74 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -181,6 +181,7 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp perlhist Perl history records perldelta Perl changes since previous version + perl5312delta Perl changes in version 5.31.2 perl5311delta Perl changes in version 5.31.1 perl5310delta Perl changes in version 5.31.0 perl5300delta Perl changes in version 5.30.0 diff --git a/pod/perl5312delta.pod b/pod/perl5312delta.pod new file mode 100644 index 0000000000..25f9123689 --- /dev/null +++ b/pod/perl5312delta.pod @@ -0,0 +1,283 @@ +=encoding utf8 + +=head1 NAME + +perl5312delta - what is new for perl v5.31.2 + +=head1 DESCRIPTION + +This document describes differences between the 5.31.1 release and the 5.31.2 +release. + +If you are upgrading from an earlier release such as 5.31.0, first read +L<perl5311delta>, which describes differences between 5.31.0 and 5.31.1. + +=head1 Modules and Pragmata + +=head2 Updated Modules and Pragmata + +=over 4 + +=item * + +L<Devel::PPPort> has been upgraded from version 3.53 to 3.54. + +=item * + +L<Exporter> has been upgraded from version 5.73 to 5.74. + +=item * + +L<IPC::Cmd> has been upgraded from version 1.02 to 1.04. + +=item * + +L<JSON::PP> has been upgraded from version 4.02 to 4.04. + +=item * + +L<Module::CoreList> has been upgraded from version 5.20190620 to 5.20190720. + +=item * + +L<Opcode> has been upgraded from version 1.43 to 1.44. + +=item * + +L<PerlIO::encoding> has been upgraded from version 0.27 to 0.28. + +=item * + +L<Pod::Simple> has been upgraded from version 3.38 to 3.39. + +=item * + +L<threads::shared> has been upgraded from version 1.60 to 1.61. + +=back + +=head1 Diagnostics + +=head2 New Diagnostics + +=head3 New Errors + +=over 4 + +=item * + +C<L<No digits found for %s literal|perldiag/"No digits found for %s literal">> + +(F) No hexadecimal digits were found following C<0x> or no binary digits were +found following C<0b>. + +=back + +=head2 Changes to Existing Diagnostics + +=over 4 + +=item * + +C<\N{} here is restricted to one character> is now emitted in the same +circumstances where previously C<\N{} in inverted character class or as a range +end-point is restricted to one character> was. + +This is due to new circumstances having been added in Perl 5.30 that weren't +covered by the earlier wording. + +=back + +=head1 Configuration and Compilation + +=over 4 + +=item * + +The C<ECHO> macro is now defined. This is used in a C<dtrace> rule that was +originally changed for FreeBSD, and the FreeBSD make apparently predefines it. +The Solaris make does not predefine C<ECHO> which broke this rule on Solaris. +L<[perl #134218]|https://rt.perl.org/Ticket/Display.html?id=134218> + +=item * + +Bison versions 3.1 through 3.4 are now supported. + +=back + +=head1 Platform Support + +=head2 Platform-Specific Notes + +=over 4 + +=item Linux + +C<cc> will be used to populate C<plibpth> if C<cc> is C<clang>. +L<[perl #134189]|https://rt.perl.org/Ticket/Display.html?id=134189> + +=item VMS + +C<-Duse64bitint> is now the default on VMS. + +=back + +=head1 Internal Changes + +=over 4 + +=item * + +The PERL_DESTRUCT_LEVEL environment variable was formerly only honoured on perl +binaries built with DEBUGGING support. It is now checked on all perl builds. +Its normal use is to force perl to individually free every block of memory +which it has allocated before exiting, which is useful when using automated +leak detection tools such as valgrind. + +=item * + +The API eval_sv() now accepts a C<G_RETHROW> flag. If this flag is set and an +exception is thrown while compiling or executing the supplied code, it will be +rethrown, and eval_sv() will not return. +L<[perl #134177]|https://rt.perl.org/Ticket/Display.html?id=134177> + +=item * + +As part of the fix for +L<[perl #2754]|https://rt.perl.org/Ticket/Display.html?id=2754> perl_parse() +now returns non-zero if exit(0) is called in a C<BEGIN>, C<UNITCHECK> or +C<CHECK> block. + +=item * + +Most functions which recursively walked an op tree during compilation have been +made non-recursive. This avoids SEGVs from stack overflow when the op tree is +deeply nested, such as C<$n == 1 ? "one" : $n == 2 ? "two" : ....> (especially +in code which is auto-generated). + +This is particularly noticeable where the code is compiled within a separate +thread, as threads tend to have small stacks by default. + +=back + +=head1 Selected Bug Fixes + +=over 4 + +=item * + +Parsing incomplete hex or binary literals was changed in 5.31.1 to treat such a +literal as just the 0, leaving the following C<x> or C<b> to be parsed as part +of the next token. This could lead to some silent changes in behaviour, so now +incomplete hex or binary literals produce a fatal error. +L<[perl #134125]|https://rt.perl.org/Ticket/Display.html?id=134125> + +=item * + +eval_pv()'s I<croak_on_error> flag will now throw even if the exception is a +false overloaded value. +L<[perl #134177]|https://rt.perl.org/Ticket/Display.html?id=134177> + +=item * + +C<INIT> blocks and the program itself are no longer run if exit(0) is called +within a C<BEGIN>, C<UNITCHECK> or C<CHECK> block. +L<[perl #2754]|https://rt.perl.org/Ticket/Display.html?id=2754> + +=item * + +C<<< open my $fh, ">>+", undef >>> now opens the temporary file in append mode +- writes will seek to the end of file before writing. +L<[perl #134221]|https://rt.perl.org/Ticket/Display.html?id=134221> + +=item * + +Fixed a SEGV when searching for the source of an uninitialized value warning on +an op whose subtree includes an OP_MULTIDEREF. +L<[perl #134275]|https://rt.perl.org/Ticket/Display.html?id=134275> + +=back + +=head1 Known Problems + +=over 4 + +=item * + +The VC++ 6.0 build on Windows is currently broken. Support for this compiler +is likely to be removed in the near future. + +=item * + +Tests 9-11 in F<t/op/blocks.t> currently fail on Windows. +L<[perl #134295]|https://rt.perl.org/Ticket/Display.html?id=134295> + +=back + +=head1 Acknowledgements + +Perl 5.31.2 represents approximately 4 weeks of development since Perl 5.31.1 +and contains approximately 7,600 lines of changes across 190 files from 16 +authors. + +Excluding auto-generated files, documentation and release tools, there were +approximately 3,100 lines of changes to 99 .pm, .t, .c and .h files. + +Perl continues to flourish into its fourth decade thanks to a vibrant community +of users and developers. The following people are known to have contributed +the improvements that became Perl 5.31.2: + +Alexandr Savca, Chris 'BinGOs' Williams, Craig A. Berry, Dagfinn Ilmari +Mannsåker, David Mitchell, H.Merijn Brand, James E Keenan, Karen Etheridge, +Karl Williamson, Nicolas R., Pali, Paul Evans, Richard Leach, Steve Hay, +Svyatoslav, Tony Cook. + +The list above is almost certainly incomplete as it is automatically generated +from version control history. In particular, it does not include the names of +the (very much appreciated) contributors who reported issues to the Perl bug +tracker. + +Many of the changes included in this version originated in the CPAN modules +included in Perl's core. We're grateful to the entire CPAN community for +helping Perl to flourish. + +For a more complete list of all of Perl's historical contributors, please see +the F<AUTHORS> file in the Perl source distribution. + +=head1 Reporting Bugs + +If you find what you think is a bug, you might check the perl bug database at +L<https://rt.perl.org/>. There may also be information at +L<http://www.perl.org/>, the Perl Home Page. + +If you believe you have an unreported bug, please run the L<perlbug> program +included with your release. Be sure to trim your bug down to a tiny but +sufficient test case. Your bug report, along with the output of C<perl -V>, +will be sent off to [email protected] to be analysed by the Perl porting team. + +If the bug you are reporting has security implications which make it +inappropriate to send to a publicly archived mailing list, then see +L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION> for details of how to +report the issue. + +=head1 Give Thanks + +If you wish to thank the Perl 5 Porters for the work we had done in Perl 5, you +can do so by running the C<perlthanks> program: + + perlthanks + +This will send an email to the Perl 5 Porters list with your show of thanks. + +=head1 SEE ALSO + +The F<Changes> file for an explanation of how to view exhaustive details on +what changed. + +The F<INSTALL> file for how to build Perl. + +The F<README> file for general stuff. + +The F<Artistic> and F<Copying> files for copyright information. + +=cut diff --git a/pod/perldelta.pod b/pod/perldelta.pod index de84bd936e..b42a0a98cd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -5,15 +5,15 @@ [ this is a template for a new perldelta file. Any text flagged as XXX needs to be processed before release. ] -perldelta - what is new for perl v5.31.2 +perldelta - what is new for perl v5.31.3 =head1 DESCRIPTION -This document describes differences between the 5.31.1 release and the 5.31.2 +This document describes differences between the 5.31.2 release and the 5.31.3 release. -If you are upgrading from an earlier release such as 5.31.0, first read -L<perl5311delta>, which describes differences between 5.31.0 and 5.31.1. +If you are upgrading from an earlier release such as 5.31.1, first read +L<perl5312delta>, which describes differences between 5.31.1 and 5.31.2. =head1 Notice @@ -125,6 +125,24 @@ XXX Remove this section if not applicable. =item * +L<Devel::PPPort> has been upgraded from version 3.54 to 3.55. + +The test files generated on Win32 are now identical to when they are +generated on POSIX-like systems. + +=item * + +L<File::Find> has been upgraded from version 1.36 to 1.37. + +On Win32, the tests no longer require either a file in the drive root +directory, or a writable root directory. + +=item * + +L<Thread> has been upgraded from version 3.04 to 3.05. + +=item * + L<XXX> has been upgraded from version A.xx to B.yy. If there was something important to note about this change, include that here. @@ -218,12 +236,7 @@ XXX Changes (i.e. rewording) of diagnostic messages go here =item * -C<\N{} here is restricted to one character> is now emitted in the same -circumstances where previously C<\N{} in inverted character class or as -a range end-point is restricted to one character> was. - -This is due to new circumstances having been added in perl v5.30 that -weren't covered by the earlier wording. +XXX Describe change here =back @@ -259,14 +272,7 @@ L</Platform Support> section, instead. =item * -The C<ECHO> macro is now defined. This is used in a C<dtrace> rule -that was originally changed for FreeBSD, and the FreeBSD make -apparently predefines it. The Solaris make does not predefine C<ECHO> -which broke this rule on Solaris. [perl #134218] - -=item * - -Bison versions 3.1 through 3.4 are now supported. +XXX =back @@ -342,14 +348,9 @@ L</Modules and Pragmata> section. =over 4 -=item Linux - -C<cc> will be used to populate C<plibpth> if C<cc> is C<clang>. [perl -#134189] - -=item VMS +=item XXX-some-platform -C<-Duse64bitint> is now the default on VMS. +XXX =back @@ -365,23 +366,11 @@ well. =item * -The PERL_DESTRUCT_LEVEL environment variable was formerly only honored on -perl binaries built with DEBUGGING support. It is now checked on all perl -builds. Its normal use is to force perl to individually free every block -of memory which it has allocated before exiting, which is useful when -using automated leak detection tools such as valgrind. - -=item * - -The API eval_sv() now accepts a C<G_RETHROW> flag. If this flag is -set and an exception is thrown while compiling or executing the -supplied code, it will be rethrown, and eval_sv() will not return. -[perl #134177] - -=item * - -As part of the fix for [perl #2754] perl_parse() now returns non-zero -if exit(0) is called in a C<BEGIN>, C<UNITCHECK> or C<CHECK> block. +A new parser function L<parse_subsignature()|perlapi/parse_subsignature> +allows a keyword plugin to parse a subroutine signature while C<use feature +'signatures'> is in effect. This allows custom keywords to implement +semantics similar to regular C<sub> declarations that include signatures. +[perl #132474] =back @@ -396,28 +385,8 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. =item * -Parsing incomplete hex or binary literals was changed in 5.31.1 to -treat such a literal as just the 0, leaving the following C<x> or C<b> -to be parsed as part of the next token. This could lead to some -silent changes in behaviour, so now incomplete hex or binary literals -produce a fatal error. [perl #134125] - -=item * - -eval_pv()'s I<croak_on_error> flag will now throw even if the -exception is a false overloaded value. [perl #134177] - -=item * - -C<INIT> blocks and the program itself are no longer run if exit(0) is -called within a C<BEGIN>, C<UNITCHECK> or C<CHECK> block. [perl -#2754] - -=item * - -C<<< open my $fh, ">>+", undef >>> now opens the temporary file in -append mode - writes will seek to the end of file before writing. -[perl #134221] +C<< $@ = 100; die; >> now correctly propagates the 100 as an exception +instead of ignoring it. [perl #134291] =back @@ -457,7 +426,7 @@ died, add a short obituary here. XXX Generate this with: - perl Porting/acknowledgements.pl v5.31.1..HEAD + perl Porting/acknowledgements.pl v5.31.2..HEAD =head1 Reporting Bugs diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0e50132907..066cd268db 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6789,8 +6789,8 @@ X<say> =for Pod::Functions +say output a list to a filehandle, appending a newline Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a -newline. C<say LIST> is simply an abbreviation for -C<{ local $\ = "\n"; print LIST }>. To use FILEHANDLE without a LIST to +newline at the end of the LIST instead of any value L<C<$\>|perlvar/$\> +might have. To use FILEHANDLE without a LIST to print the contents of L<C<$_>|perlvar/$_> to it, you must use a bareword filehandle like C<FH>, not an indirect one like C<$fh>. diff --git a/pod/perlhist.pod b/pod/perlhist.pod index cef9a7715d..5444c48efe 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -672,6 +672,7 @@ the strings?). Sawyer X 5.31.0 2018-May-24 The 5.31 development track Ether 5.31.1 2019-Jun-20 + Steve 5.31.2 2019-Jul-20 ... 219 lines suppressed ... -- Perl5 Master Repository
