In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5ad999257778c656213e977c2fd782e515f02bad?hp=3268d169edcb7724b8e271f088667b341d87f4f6>
- Log ----------------------------------------------------------------- commit 5ad999257778c656213e977c2fd782e515f02bad Author: Sawyer X <[email protected]> Date: Sat May 21 00:39:12 2016 +0200 Note latest stable in INSTALL: This was in the instructions but as it appears right after bumping the version number (which contains a note that BLEAD-POINT should only do it later), I had missed it. Also, INSTALL is generally updated by the bump version script, which is usually done the version before. Anyway, might as well fix it now. M INSTALL commit 1e2ea6fa1a2eba023fc9e17082e8909395c79e5a Author: Sawyer X <[email protected]> Date: Sat May 21 00:08:13 2016 +0200 Bump the perl version in various places for 5.25.2 M Cross/config.sh-arm-linux M Cross/config.sh-arm-linux-n770 M INSTALL M META.json M META.yml M NetWare/Makefile M NetWare/config_H.wc M Porting/config.sh M Porting/config_H M Porting/perldelta_template.pod M Porting/todo.pod M README.haiku M README.macosx M README.os2 M README.vms M hints/catamount.sh M lib/B/Op_private.pm M patchlevel.h M plan9/config.plan9 M plan9/config_sh.sample M win32/GNUmakefile M win32/Makefile M win32/makefile.mk commit efdbe372ef49f72363879a5a2b598b0770415402 Author: Sawyer X <[email protected]> Date: Sat May 21 00:03:08 2016 +0200 new delta for 5.25.2 M MANIFEST M Makefile.SH M pod/.gitignore M pod/perl.pod A pod/perl5251delta.pod M pod/perldelta.pod M vms/descrip_mms.template M win32/GNUmakefile M win32/Makefile M win32/makefile.mk M win32/pod.mak commit 63c81c3f753ee347d0a9b62b314aa7e843093805 Author: Sawyer X <[email protected]> Date: Fri May 20 23:53:53 2016 +0200 mark 5.25.1 release as done M Porting/release_schedule.pod commit 3d809c37fa60448b1ea99d2ccb4c331887f353c9 Author: Sawyer X <[email protected]> Date: Fri May 20 23:53:16 2016 +0200 Add epigraph to list: NNTP link not available yet, I'll update it in the near future (tomorrow) when it's available. M Porting/epigraphs.pod ----------------------------------------------------------------------- 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/config.sh | 42 ++-- Porting/config_H | 18 +- Porting/epigraphs.pod | 19 ++ Porting/perldelta_template.pod | 2 +- Porting/release_schedule.pod | 2 +- Porting/todo.pod | 4 +- README.haiku | 4 +- README.macosx | 8 +- README.os2 | 2 +- README.vms | 4 +- hints/catamount.sh | 4 +- lib/B/Op_private.pm | 2 +- patchlevel.h | 4 +- plan9/config.plan9 | 10 +- plan9/config_sh.sample | 38 +-- pod/.gitignore | 2 +- pod/perl.pod | 1 + pod/{perldelta.pod => perl5251delta.pod} | 2 +- pod/perldelta.pod | 412 +++++++++++++++---------------- vms/descrip_mms.template | 2 +- win32/GNUmakefile | 6 +- win32/Makefile | 6 +- win32/makefile.mk | 6 +- win32/pod.mak | 4 + 33 files changed, 378 insertions(+), 363 deletions(-) copy pod/{perldelta.pod => perl5251delta.pod} (99%) diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index e82ac96..463bf54 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -32,12 +32,12 @@ alignbytes='4' ansi2knr='' aphostname='/bin/hostname' api_revision='5' -api_subversion='1' +api_subversion='2' api_version='25' -api_versionstring='5.25.1' +api_versionstring='5.25.2' ar='ar' -archlib='/usr/lib/perl5/5.25.1/armv4l-linux' -archlibexp='/usr/lib/perl5/5.25.1/armv4l-linux' +archlib='/usr/lib/perl5/5.25.2/armv4l-linux' +archlibexp='/usr/lib/perl5/5.25.2/armv4l-linux' archname64='' archname='armv4l-linux' archobjs='' @@ -56,7 +56,7 @@ castflags='0' cat='cat' cc='cc' cccdlflags='-fpic' -ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.25.1/armv4l-linux/CORE' +ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.25.2/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' @@ -808,7 +808,7 @@ inc_version_list=' ' inc_version_list_init='0' incpath='' inews='' -installarchlib='./install_me_here/usr/lib/perl5/5.25.1/armv4l-linux' +installarchlib='./install_me_here/usr/lib/perl5/5.25.2/armv4l-linux' installbin='./install_me_here/usr/bin' installhtml1dir='' installhtml3dir='' @@ -816,13 +816,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.25.1' +installprivlib='./install_me_here/usr/lib/perl5/5.25.2' installscript='./install_me_here/usr/bin' -installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.25.1/armv4l-linux' +installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.25.2/armv4l-linux' installsitebin='./install_me_here/usr/bin' installsitehtml1dir='' installsitehtml3dir='' -installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.25.1' +installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.25.2' installsiteman1dir='./install_me_here/usr/share/man/man1' installsiteman3dir='./install_me_here/usr/share/man/man3' installsitescript='./install_me_here/usr/bin' @@ -956,8 +956,8 @@ pmake='' pr='' prefix='/usr' prefixexp='/usr' -privlib='/usr/lib/perl5/5.25.1' -privlibexp='/usr/lib/perl5/5.25.1' +privlib='/usr/lib/perl5/5.25.2' +privlibexp='/usr/lib/perl5/5.25.2' procselfexe='"/proc/self/exe"' prototype='define' ptrsize='4' @@ -1022,17 +1022,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, ... [78 chars truncated] sig_size='68' signal_t='void' -sitearch='/usr/lib/perl5/site_perl/5.25.1/armv4l-linux' -sitearchexp='/usr/lib/perl5/site_perl/5.25.1/armv4l-linux' +sitearch='/usr/lib/perl5/site_perl/5.25.2/armv4l-linux' +sitearchexp='/usr/lib/perl5/site_perl/5.25.2/armv4l-linux' sitebin='/usr/bin' sitebinexp='/usr/bin' sitehtml1dir='' sitehtml1direxp='' sitehtml3dir='' sitehtml3direxp='' -sitelib='/usr/lib/perl5/site_perl/5.25.1' +sitelib='/usr/lib/perl5/site_perl/5.25.2' sitelib_stem='/usr/lib/perl5/site_perl' -sitelibexp='/usr/lib/perl5/site_perl/5.25.1' +sitelibexp='/usr/lib/perl5/site_perl/5.25.2' siteman1dir='/usr/share/man/man1' siteman1direxp='/usr/share/man/man1' siteman3dir='/usr/share/man/man3' @@ -1071,7 +1071,7 @@ stdio_stream_array='' strerror_r_proto='0' strings='/usr/include/string.h' submit='' -subversion='1' +subversion='2' sysman='/usr/share/man/man1' tail='' tar='' @@ -1163,8 +1163,8 @@ vendorprefix='' vendorprefixexp='' vendorscript='' vendorscriptexp='' -version='5.25.1' -version_patchlevel_string='version 25 subversion 1' +version='5.25.2' +version_patchlevel_string='version 25 subversion 2' versiononly='undef' vi='' xlibpth='/usr/lib/386 /lib/386' @@ -1178,9 +1178,9 @@ config_args='' config_argc=0 PERL_REVISION=5 PERL_VERSION=25 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 PERL_API_REVISION=5 PERL_API_VERSION=25 -PERL_API_SUBVERSION=1 +PERL_API_SUBVERSION=2 PERL_PATCHLEVEL= PERL_CONFIG_SH=true diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770 index 5db904e..81dc543 100644 --- a/Cross/config.sh-arm-linux-n770 +++ b/Cross/config.sh-arm-linux-n770 @@ -32,12 +32,12 @@ alignbytes='4' ansi2knr='' aphostname='/bin/hostname' api_revision='5' -api_subversion='1' +api_subversion='2' api_version='25' -api_versionstring='5.25.1' +api_versionstring='5.25.2' ar='ar' -archlib='/usr/lib/perl5/5.25.1/armv4l-linux' -archlibexp='/usr/lib/perl5/5.25.1/armv4l-linux' +archlib='/usr/lib/perl5/5.25.2/armv4l-linux' +archlibexp='/usr/lib/perl5/5.25.2/armv4l-linux' archname64='' archname='armv4l-linux' archobjs='' @@ -55,7 +55,7 @@ castflags='0' cat='cat' cc='arm-none-linux-gnueabi-gcc' cccdlflags='-fpic' -ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.25.1/armv4l-linux/CORE' +ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.25.2/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' @@ -699,7 +699,7 @@ inc_version_list=' ' inc_version_list_init='0' incpath='' inews='' -installarchlib='./install_me_here/usr/lib/perl5/5.25.1/armv4l-linux' +installarchlib='./install_me_here/usr/lib/perl5/5.25.2/armv4l-linux' installbin='./install_me_here/usr/bin' installhtml1dir='' installhtml3dir='' @@ -707,13 +707,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.25.1' +installprivlib='./install_me_here/usr/lib/perl5/5.25.2' installscript='./install_me_here/usr/bin' -installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.25.1/armv4l-linux' +installsitearch='./install_me_here/usr/lib/perl5/site_perl/5.25.2/armv4l-linux' installsitebin='./install_me_here/usr/bin' installsitehtml1dir='' installsitehtml3dir='' -installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.25.1' +installsitelib='./install_me_here/usr/lib/perl5/site_perl/5.25.2' installsiteman1dir='./install_me_here/usr/share/man/man1' installsiteman3dir='./install_me_here/usr/share/man/man3' installsitescript='./install_me_here/usr/bin' @@ -841,8 +841,8 @@ pmake='' pr='' prefix='/usr' prefixexp='/usr' -privlib='/usr/lib/perl5/5.25.1' -privlibexp='/usr/lib/perl5/5.25.1' +privlib='/usr/lib/perl5/5.25.2' +privlibexp='/usr/lib/perl5/5.25.2' procselfexe='"/proc/self/exe"' prototype='define' ptrsize='4' @@ -903,17 +903,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, ... [78 chars truncated] sig_size='68' signal_t='void' -sitearch='/usr/lib/perl5/site_perl/5.25.1/armv4l-linux' -sitearchexp='/usr/lib/perl5/site_perl/5.25.1/armv4l-linux' +sitearch='/usr/lib/perl5/site_perl/5.25.2/armv4l-linux' +sitearchexp='/usr/lib/perl5/site_perl/5.25.2/armv4l-linux' sitebin='/usr/bin' sitebinexp='/usr/bin' sitehtml1dir='' sitehtml1direxp='' sitehtml3dir='' sitehtml3direxp='' -sitelib='/usr/lib/perl5/site_perl/5.25.1' +sitelib='/usr/lib/perl5/site_perl/5.25.2' sitelib_stem='/usr/lib/perl5/site_perl' -sitelibexp='/usr/lib/perl5/site_perl/5.25.1' +sitelibexp='/usr/lib/perl5/site_perl/5.25.2' siteman1dir='/usr/share/man/man1' siteman1direxp='/usr/share/man/man1' siteman3dir='/usr/share/man/man3' @@ -950,7 +950,7 @@ stdio_stream_array='' strerror_r_proto='0' strings='/usr/include/string.h' submit='' -subversion='1' +subversion='2' sysman='/usr/share/man/man1' tail='' tar='' @@ -1035,8 +1035,8 @@ vendorprefix='' vendorprefixexp='' vendorscript='' vendorscriptexp='' -version='5.25.1' -version_patchlevel_string='version 25 subversion 1' +version='5.25.2' +version_patchlevel_string='version 25 subversion 2' versiononly='undef' vi='' xlibpth='/usr/lib/386 /lib/386' @@ -1050,9 +1050,9 @@ config_args='' config_argc=0 PERL_REVISION=5 PERL_VERSION=25 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 PERL_API_REVISION=5 PERL_API_VERSION=25 -PERL_API_SUBVERSION=1 +PERL_API_SUBVERSION=2 PERL_PATCHLEVEL= PERL_CONFIG_SH=true diff --git a/INSTALL b/INSTALL index 7af4f99..0ad1097 100644 --- a/INSTALL +++ b/INSTALL @@ -581,7 +581,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.25.1. +By default, Configure will use the following directories for 5.25.2. $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 @@ -2437,7 +2437,7 @@ http://www.chiark.greenend.org.uk/~sgtatham/bugs.html =head1 Coexistence with earlier versions of perl 5 -Perl 5.25.1 is not binary compatible with earlier versions of Perl. +Perl 5.25.2 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 @@ -2512,9 +2512,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.25.1 + sh Configure -Dprefix=/opt/perl5.25.2 -and adding /opt/perl5.25.1/bin to the shell PATH variable. Such users +and adding /opt/perl5.25.2/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. @@ -2527,13 +2527,13 @@ seriously consider using a separate directory, since development subversions may not have all the compatibility wrinkles ironed out yet. -=head2 Upgrading from v5.22 or earlier +=head2 Upgrading from v5.25.0 or earlier -B<Perl 5.25.1 may not be binary compatible with Perl v5.22 or +B<Perl 5.25.2 may not be binary compatible with Perl v5.22 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.25.1. If you find you do need to rebuild an extension with -5.25.1, you may safely do so without disturbing the older +used with 5.25.2. If you find you do need to rebuild an extension with +5.25.2, you may safely do so without disturbing the older installations. (See L<"Coexistence with earlier versions of perl 5"> above.) @@ -2566,15 +2566,15 @@ Firstly, the bare minimum to run this script print("$f\n"); } -in Linux with perl-5.25.1 is as follows (under $Config{prefix}): +in Linux with perl-5.25.2 is as follows (under $Config{prefix}): ./bin/perl - ./lib/perl5/5.25.1/strict.pm - ./lib/perl5/5.25.1/warnings.pm - ./lib/perl5/5.25.1/i686-linux/File/Glob.pm - ./lib/perl5/5.25.1/feature.pm - ./lib/perl5/5.25.1/XSLoader.pm - ./lib/perl5/5.25.1/i686-linux/auto/File/Glob/Glob.so + ./lib/perl5/5.25.2/strict.pm + ./lib/perl5/5.25.2/warnings.pm + ./lib/perl5/5.25.2/i686-linux/File/Glob.pm + ./lib/perl5/5.25.2/feature.pm + ./lib/perl5/5.25.2/XSLoader.pm + ./lib/perl5/5.25.2/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 eaeb89c..cb53872 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4740,6 +4740,7 @@ pod/perl5221delta.pod Perl changes in version 5.22.1 pod/perl5222delta.pod Perl changes in version 5.22.2 pod/perl5240delta.pod Perl changes in version 5.24.0 pod/perl5250delta.pod Perl changes in version 5.25.0 +pod/perl5251delta.pod Perl changes in version 5.25.1 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 121ac2e..7ed89a5 100644 --- a/META.json +++ b/META.json @@ -124,6 +124,6 @@ "url" : "http://perl5.git.perl.org/" } }, - "version" : "5.025001", + "version" : "5.025002", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 7035c9b..7eecc96 100644 --- a/META.yml +++ b/META.yml @@ -111,5 +111,5 @@ resources: homepage: http://www.perl.org/ license: http://dev.perl.org/licenses/ repository: http://perl5.git.perl.org/ -version: '5.025001' +version: '5.025002' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/Makefile.SH b/Makefile.SH index f398359..ea50da2 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -522,7 +522,7 @@ miniperl_objs = $(miniperl_objs_nodt) $(DTRACE_MINI_O) perllib_objs = $(perllib_objs_nodt) $(DTRACE_PERLLIB_O) perlmain_objs = perlmain$(OBJ_EXT) $(DTRACE_MAIN_O) -perltoc_pod_prereqs = extra.pods pod/perl5251delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl5252delta.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 @@ -1085,9 +1085,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/perl5251delta.pod: pod/perldelta.pod - $(RMS) pod/perl5251delta.pod - $(LNS) perldelta.pod pod/perl5251delta.pod +pod/perl5252delta.pod: pod/perldelta.pod + $(RMS) pod/perl5252delta.pod + $(LNS) perldelta.pod pod/perl5252delta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` diff --git a/NetWare/Makefile b/NetWare/Makefile index faa7aa7..e0f0eed 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.25.1 for NetWare" +MODULE_DESC = "Perl 5.25.2 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.25.1 +INST_VER = \5.25.2 # # 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 270f4a2..e2f4d96 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -1042,7 +1042,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.25.1\\lib\\NetWare-x86-multi-thread" /**/ +#define ARCHLIB "c:\\perl\\5.25.2\\lib\\NetWare-x86-multi-thread" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -1073,8 +1073,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.25.1\\bin\\NetWare-x86-multi-thread" /**/ -#define BIN_EXP "c:\\perl\\5.25.1\\bin\\NetWare-x86-multi-thread" /**/ +#define BIN "c:\\perl\\5.25.2\\bin\\NetWare-x86-multi-thread" /**/ +#define BIN_EXP "c:\\perl\\5.25.2\\bin\\NetWare-x86-multi-thread" /**/ /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, @@ -3047,7 +3047,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.25.1\\lib\\NetWare-x86-multi-thread" /**/ +#define SITEARCH "c:\\perl\\site\\5.25.2\\lib\\NetWare-x86-multi-thread" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -3070,7 +3070,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.25.1\\lib" /**/ +#define SITELIB "c:\\perl\\site\\5.25.2\\lib" /**/ /*#define SITELIB_EXP "" /**/ #define SITELIB_STEM "" /**/ diff --git a/Porting/config.sh b/Porting/config.sh index 96e7ba2..6ce6e82 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -39,12 +39,12 @@ alignbytes='8' ansi2knr='' aphostname='/bin/hostname' api_revision='5' -api_subversion='1' +api_subversion='2' api_version='25' -api_versionstring='5.25.1' +api_versionstring='5.25.2' ar='ar' -archlib='/tmp/mblead/lib/perl5/5.25.1/darwin-2level' -archlibexp='/tmp/mblead/lib/perl5/5.25.1/darwin-2level' +archlib='/tmp/mblead/lib/perl5/5.25.2/darwin-2level' +archlibexp='/tmp/mblead/lib/perl5/5.25.2/darwin-2level' archname64='' archname='darwin-2level' archobjs='' @@ -829,7 +829,7 @@ incpath='' incpth='/usr/local/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeD ... [514 chars truncated] inews='' initialinstalllocation='/tmp/mblead/bin' -installarchlib='/tmp/mblead/lib/perl5/5.25.1/darwin-2level' +installarchlib='/tmp/mblead/lib/perl5/5.25.2/darwin-2level' installbin='/tmp/mblead/bin' installhtml1dir='' installhtml3dir='' @@ -837,13 +837,13 @@ installman1dir='/tmp/mblead/man/man1' installman3dir='/tmp/mblead/man/man3' installprefix='/tmp/mblead' installprefixexp='/tmp/mblead' -installprivlib='/tmp/mblead/lib/perl5/5.25.1' +installprivlib='/tmp/mblead/lib/perl5/5.25.2' installscript='/tmp/mblead/bin' -installsitearch='/tmp/mblead/lib/perl5/site_perl/5.25.1/darwin-2level' +installsitearch='/tmp/mblead/lib/perl5/site_perl/5.25.2/darwin-2level' installsitebin='/tmp/mblead/bin' installsitehtml1dir='' installsitehtml3dir='' -installsitelib='/tmp/mblead/lib/perl5/site_perl/5.25.1' +installsitelib='/tmp/mblead/lib/perl5/site_perl/5.25.2' installsiteman1dir='/tmp/mblead/man/man1' installsiteman3dir='/tmp/mblead/man/man3' installsitescript='/tmp/mblead/bin' @@ -968,7 +968,7 @@ perl_patchlevel='' perl_static_inline='static __inline__' perladmin='[email protected]' perllibs='-lpthread -ldl -lm -lutil -lc' -perlpath='/tmp/mblead/bin/perl5.25.1' +perlpath='/tmp/mblead/bin/perl5.25.2' pg='pg' phostname='hostname' pidtype='pid_t' @@ -977,8 +977,8 @@ pmake='' pr='' prefix='/tmp/mblead' prefixexp='/tmp/mblead' -privlib='/tmp/mblead/lib/perl5/5.25.1' -privlibexp='/tmp/mblead/lib/perl5/5.25.1' +privlib='/tmp/mblead/lib/perl5/5.25.2' +privlibexp='/tmp/mblead/lib/perl5/5.25.2' procselfexe='' prototype='define' ptrsize='8' @@ -1044,17 +1044,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, 6, 0' sig_size='33' signal_t='void' -sitearch='/tmp/mblead/lib/perl5/site_perl/5.25.1/darwin-2level' -sitearchexp='/tmp/mblead/lib/perl5/site_perl/5.25.1/darwin-2level' +sitearch='/tmp/mblead/lib/perl5/site_perl/5.25.2/darwin-2level' +sitearchexp='/tmp/mblead/lib/perl5/site_perl/5.25.2/darwin-2level' sitebin='/tmp/mblead/bin' sitebinexp='/tmp/mblead/bin' sitehtml1dir='' sitehtml1direxp='' sitehtml3dir='' sitehtml3direxp='' -sitelib='/tmp/mblead/lib/perl5/site_perl/5.25.1' +sitelib='/tmp/mblead/lib/perl5/site_perl/5.25.2' sitelib_stem='/tmp/mblead/lib/perl5/site_perl' -sitelibexp='/tmp/mblead/lib/perl5/site_perl/5.25.1' +sitelibexp='/tmp/mblead/lib/perl5/site_perl/5.25.2' siteman1dir='/tmp/mblead/man/man1' siteman1direxp='/tmp/mblead/man/man1' siteman3dir='/tmp/mblead/man/man3' @@ -1080,7 +1080,7 @@ src='.' ssizetype='ssize_t' st_ino_sign='1' st_ino_size='8' -startperl='#!/tmp/mblead/bin/perl5.25.1' +startperl='#!/tmp/mblead/bin/perl5.25.2' startsh='#!/bin/sh' static_ext=' ' stdchar='char' @@ -1093,7 +1093,7 @@ stdio_stream_array='' strerror_r_proto='0' strings='/usr/include/string.h' submit='' -subversion='1' +subversion='2' sysman='/usr/share/man/man1' sysroot='' tail='' @@ -1192,8 +1192,8 @@ vendorprefix='' vendorprefixexp='' vendorscript='' vendorscriptexp='' -version='5.25.1' -version_patchlevel_string='version 25 subversion 1' +version='5.25.2' +version_patchlevel_string='version 25 subversion 2' versiononly='define' vi='' xlibpth='/usr/lib/386 /lib/386' @@ -1203,9 +1203,9 @@ zcat='' zip='zip' PERL_REVISION=5 PERL_VERSION=25 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 PERL_API_REVISION=5 PERL_API_VERSION=25 -PERL_API_SUBVERSION=1 +PERL_API_SUBVERSION=2 PERL_PATCHLEVEL='' PERL_CONFIG_SH=true diff --git a/Porting/config_H b/Porting/config_H index 97fb777..a5b6d78 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -960,8 +960,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 "/pro/lib/perl5/5.25.1/i686-linux-64int-ld" /**/ -#define ARCHLIB_EXP "/pro/lib/perl5/5.25.1/i686-linux-64int-ld" /**/ +#define ARCHLIB "/pro/lib/perl5/5.25.2/i686-linux-64int-ld" /**/ +#define ARCHLIB_EXP "/pro/lib/perl5/5.25.2/i686-linux-64int-ld" /**/ /* ARCHNAME: * This symbol holds a string representing the architecture name. @@ -2068,8 +2068,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 "/pro/lib/perl5/5.25.1" /**/ -#define PRIVLIB_EXP "/pro/lib/perl5/5.25.1" /**/ +#define PRIVLIB "/pro/lib/perl5/5.25.2" /**/ +#define PRIVLIB_EXP "/pro/lib/perl5/5.25.2" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2119,8 +2119,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 "/pro/lib/perl5/site_perl/5.25.1/i686-linux-64int-ld" /**/ -#define SITEARCH_EXP "/pro/lib/perl5/site_perl/5.25.1/i686-linux-64int-ld" /**/ +#define SITEARCH "/pro/lib/perl5/site_perl/5.25.2/i686-linux-64int-ld" /**/ +#define SITEARCH_EXP "/pro/lib/perl5/site_perl/5.25.2/i686-linux-64int-ld" /**/ /* SITELIB: * This symbol contains the name of the private library for this package. @@ -2142,8 +2142,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 "/pro/lib/perl5/site_perl/5.25.1" /**/ -#define SITELIB_EXP "/pro/lib/perl5/site_perl/5.25.1" /**/ +#define SITELIB "/pro/lib/perl5/site_perl/5.25.2" /**/ +#define SITELIB_EXP "/pro/lib/perl5/site_perl/5.25.2" /**/ #define SITELIB_STEM "/pro/lib/perl5/site_perl" /**/ /* SSize_t: @@ -4282,7 +4282,7 @@ * script to make sure (one hopes) that it runs with perl and not * some shell. */ -#define STARTPERL "#!/pro/bin/perl5.25.1" /**/ +#define STARTPERL "#!/pro/bin/perl5.25.2" /**/ /* 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 80a213a..292d5ab 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -17,6 +17,25 @@ Consult your favorite dictionary for details. =head1 EPIGRAPHS +=head2 v5.25.1 - Eli Pariser, "The Filter Bubble" + +Announced on 2016-05-20 by Sawyer X + +Imagine that you're a smart high school student on the low end of the social +totem pole. You're alienated from adult authority, but unlike many teenagers, +you're also alienated from the power structures of your peers -- an existence +that can feel lonely and peripheral. Systems and equations are intuitive, but +people aren't -- social signals are confusing and messy, difficult to interpret. + +Then you discover code. You may be powerless at the lunch table, but code +gives you power over an infinitely malleable world and opens the door to a +symbolic system that's perfectly clear and ordered. The jostling for position +and status fades away. The nagging parental voices disappear. There's just a +clean, white page for you to fill, an opportunity to build a better place, a +home, from the ground up. + +No wonder you're a geek. + =head2 v5.25.0 - Robert Frost, "The Trial by Existence" L<Announced on 2016-05-09 by Ricardo Signes|http://www.nntp.perl.org/group/perl.perl5.porters/2016/05/msg236244.html> diff --git a/Porting/perldelta_template.pod b/Porting/perldelta_template.pod index 27c9952..e2535db 100644 --- a/Porting/perldelta_template.pod +++ b/Porting/perldelta_template.pod @@ -378,7 +378,7 @@ here. XXX Generate this with: - perl Porting/acknowledgements.pl v5.25.1..HEAD + perl Porting/acknowledgements.pl v5.25.2..HEAD =head1 Reporting Bugs diff --git a/Porting/release_schedule.pod b/Porting/release_schedule.pod index 310c3c4..3e482dc 100644 --- a/Porting/release_schedule.pod +++ b/Porting/release_schedule.pod @@ -49,7 +49,7 @@ you should reset the version numbers to the next blead series. =head2 Perl 5.25 2016-04-08 5.25.0 â Ricardo Signes - 2016-05-20 5.25.1 Sawyer X + 2016-05-20 5.25.1 â Sawyer X 2016-06-20 5.25.2 Matthew Horsfall 2016-07-20 5.25.3 Steve Hay 2016-08-20 5.25.4 BinGOs diff --git a/Porting/todo.pod b/Porting/todo.pod index 37ba31b..88a6c57 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -467,7 +467,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.25.1. +options would be nice for perl 5.25.2. =head2 Profile Perl - am I hot or not? @@ -1170,7 +1170,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.25.1" +of 5.25.2" =head2 make ithreads more robust diff --git a/README.haiku b/README.haiku index b833f7d..8296add 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.25.1/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.25.2/BePC-haiku/CORE/libperl.so . -Replace C<5.25.1> with your respective version of Perl. +Replace C<5.25.2> with your respective version of Perl. =head1 KNOWN PROBLEMS diff --git a/README.macosx b/README.macosx index 17034c7..63cf0fd 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.25.1.tar.gz - tar -xzf perl-5.25.1.tar.gz - cd perl-5.25.1 + curl -O http://www.cpan.org/src/perl-5.25.2.tar.gz + tar -xzf perl-5.25.2.tar.gz + cd perl-5.25.2 ./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.25.1 as of this writing) builds without changes +The latest Perl release (5.25.2 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 db39d4e..6c8bb0c 100644 --- a/README.os2 +++ b/README.os2 @@ -619,7 +619,7 @@ C<set PERLLIB_PREFIX> in F<Config.sys>, see L<"PERLLIB_PREFIX">. =item Additional Perl modules - unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.25.1/ + unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.25.2/ 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 2cce887..0d836dc 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^.25^.1.tar + vmstar -xvf perl-5^.25^.2.tar Then set default to the top-level source directory like so: - set default [.perl-5^.25^.1] + set default [.perl-5^.25^.2] and proceed with configuration as described in the next section. diff --git a/hints/catamount.sh b/hints/catamount.sh index 50cc85f..bd1b26b 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.25.1 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.2 # 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.25.1 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.2 # 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 6618418..ecacfaf 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.025001"; +our $VERSION = "5.025002"; $bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv); $bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv); diff --git a/patchlevel.h b/patchlevel.h index 808846a..819d14a 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -15,7 +15,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 25 /* epoch */ -#define PERL_SUBVERSION 1 /* generation */ +#define PERL_SUBVERSION 2 /* 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 25 -#define PERL_API_SUBVERSION 1 +#define PERL_API_SUBVERSION 2 /* 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 174ac26..d7a4af9 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3329,8 +3329,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.25.1" /**/ -#define PRIVLIB_EXP "/sys/lib/perl/5.25.1" /**/ +#define PRIVLIB "/sys/lib/perl/5.25.2" /**/ +#define PRIVLIB_EXP "/sys/lib/perl/5.25.2" /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3457,9 +3457,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.25.1/site_perl" /**/ -#define SITELIB_EXP "/sys/lib/perl/5.25.1/site_perl" /**/ -#define SITELIB_STEM "/sys/lib/perl/5.25.1/site_perl" /**/ +#define SITELIB "/sys/lib/perl/5.25.2/site_perl" /**/ +#define SITELIB_EXP "/sys/lib/perl/5.25.2/site_perl" /**/ +#define SITELIB_STEM "/sys/lib/perl/5.25.2/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 37b3228..8e5cae3 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -32,12 +32,12 @@ alignbytes='4' ansi2knr='' aphostname='/bin/uname -n' api_revision='5' -api_subversion='1' +api_subversion='2' api_version='25' -api_versionstring='5.25.1' +api_versionstring='5.25.2' ar='ar' -archlib='/sys/lib/perl5/5.25.1/386' -archlibexp='/sys/lib/perl5/5.25.1/386' +archlib='/sys/lib/perl5/5.25.2/386' +archlibexp='/sys/lib/perl5/5.25.2/386' archname64='' archname='386' archobjs='' @@ -802,17 +802,17 @@ inc_version_list=' ' inc_version_list_init='0' incpath='' inews='' -installarchlib='/sys/lib/perl/5.25.1/386' +installarchlib='/sys/lib/perl/5.25.2/386' installbin='/usr/bin' installman1dir='/sys/man/1pub' installman3dir='/sys/man/2pub' installprefix='/usr' installprefixexp='/usr' -installprivlib='/sys/lib/perl/5.25.1' +installprivlib='/sys/lib/perl/5.25.2' installscript='/usr/bin' -installsitearch='/sys/lib/perl/5.25.1/site_perl/386' +installsitearch='/sys/lib/perl/5.25.2/site_perl/386' installsitebin='/usr/bin' -installsitelib='/sys/lib/perl/5.25.1/site_perl' +installsitelib='/sys/lib/perl/5.25.2/site_perl' installstyle='lib/perl5' installusrbinperl='undef' installvendorarch='' @@ -937,8 +937,8 @@ pmake='' pr='' prefix='/usr' prefixexp='/usr' -privlib='/sys/lib/perl/5.25.1' -privlibexp='/sys/lib/perl/5.25.1' +privlib='/sys/lib/perl/5.25.2' +privlibexp='/sys/lib/perl/5.25.2' procselfexe='' prototype='define' ptrsize='4' @@ -1003,13 +1003,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, ... [7 chars truncated] sig_size='50' signal_t='void' -sitearch='/sys/lib/perl/5.25.1/site_perl/386' +sitearch='/sys/lib/perl/5.25.2/site_perl/386' sitearchexp='/sys/lib/perl/site_perl/386' sitebin='/usr/bin' sitebinexp='/usr/bin' -sitelib='/sys/lib/perl/5.25.1/site_perl' -sitelib_stem='/sys/lib/perl/5.25.1/site_perl' -sitelibexp='/sys/lib/perl/5.25.1/site_perl' +sitelib='/sys/lib/perl/5.25.2/site_perl' +sitelib_stem='/sys/lib/perl/5.25.2/site_perl' +sitelibexp='/sys/lib/perl/5.25.2/site_perl' siteprefix='/usr' siteprefixexp='/usr' sizesize='4' @@ -1042,7 +1042,7 @@ stdio_stream_array='' strerror_r_proto='0' strings='/sys/include/ape/string.h' submit='' -subversion='1' +subversion='2' sysman='/sys/man/1pub' tail='' tar='' @@ -1124,8 +1124,8 @@ vendorlib_stem='' vendorlibexp='' vendorprefix='' vendorprefixexp='' -version='5.25.1' -version_patchlevel_string='version 25 subversion 1' +version='5.25.2' +version_patchlevel_string='version 25 subversion 2' versiononly='undef' vi='' xlibpth='' @@ -1139,9 +1139,9 @@ config_args='' config_argc=0 PERL_REVISION=5 PERL_VERSION=25 -PERL_SUBVERSION=1 +PERL_SUBVERSION=2 PERL_API_REVISION=5 PERL_API_VERSION=25 -PERL_API_SUBVERSION=1 +PERL_API_SUBVERSION=2 PERL_PATCHLEVEL= PERL_CONFIG_SH=true diff --git a/pod/.gitignore b/pod/.gitignore index bf8ebee..a305636 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -53,7 +53,7 @@ /roffitall # generated -/perl5251delta.pod +/perl5252delta.pod /perlapi.pod /perlintern.pod *.html diff --git a/pod/perl.pod b/pod/perl.pod index 14e78ac..dbf57ec 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -180,6 +180,7 @@ aux c2ph h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp perlhist Perl history records perldelta Perl changes since previous version + perl5251delta Perl changes in version 5.25.1 perl5250delta Perl changes in version 5.25.0 perl5240delta Perl changes in version 5.24.0 perl5222delta Perl changes in version 5.22.2 diff --git a/pod/perldelta.pod b/pod/perl5251delta.pod similarity index 99% copy from pod/perldelta.pod copy to pod/perl5251delta.pod index eee8529..b615112 100644 --- a/pod/perldelta.pod +++ b/pod/perl5251delta.pod @@ -2,7 +2,7 @@ =head1 NAME -perldelta - what is new for perl v5.25.1 +perl5251delta - what is new for perl v5.25.1 =head1 DESCRIPTION diff --git a/pod/perldelta.pod b/pod/perldelta.pod index eee8529..f5bcd6a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2,393 +2,383 @@ =head1 NAME -perldelta - what is new for perl v5.25.1 +[ 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.25.2 =head1 DESCRIPTION -This document describes differences between the 5.25.0 release and the 5.25.1 +This document describes differences between the 5.25.1 release and the 5.25.2 release. -If you are upgrading from an earlier release such as 5.24.0, first read -L<perl5250delta>, which describes differences between 5.24.0 and 5.25.0. +If you are upgrading from an earlier release such as 5.25.0, first read +L<perl5251delta>, which describes differences between 5.25.0 and 5.25.1. + +=head1 Notice + +XXX Any important notices here =head1 Core Enhancements -=head2 POSIX::tmpnam() has been removed +XXX New core language features go here. Summarize user-visible core language +enhancements. Particularly prominent performance optimisations could go +here, but most should go in the L</Performance Enhancements> section. -The fundamentally unsafe C<tmpnam()> interface was deprecated in -Perl 5.22.0 and has now been removed. In its place you can use -for example the L<File::Temp> interfaces. +[ List each enhancement as a =head2 entry ] -=head2 require ::Foo::Bar is now illegal. +=head1 Security -Formerly, C<require ::Foo::Bar> would try to read F</Foo/Bar.pm>. Now any -bareword require which starts with a double colon dies instead. +XXX Any security-related notices go here. In particular, any security +vulnerabilities closed should be noted here rather than in the +L</Selected Bug Fixes> section. -=head2 Unescaped literal C<"{"> characters in regular expression -patterns are no longer permissible +[ List each security issue as a =head2 entry ] -You have to now say something like C<"\{"> or C<"[{]"> to specify to -match a LEFT CURLY BRACKET. This will allow future extensions to the -language. This restriction is not enforced, nor are there current plans -to enforce it, if the C<"{"> is the first character in the pattern. +=head1 Incompatible Changes -These have been deprecated since v5.16, with a deprecation message -displayed starting in v5.22. +XXX For a release on a stable branch, this section aspires to be: -=head2 Literal control character variable names are no longer permissible + There are no changes intentionally incompatible with 5.XXX.XXX + If any exist, they are bugs, and we request that you submit a + report. See L</Reporting Bugs> below. -A variable name may no longer contain a literal control character under -any circumstances. These previously were allowed in single-character -names on ASCII platforms, but have been deprecated there since Perl -v5.20. This affects things like C<$I<\cT>>, where I<\cT> is a literal -control (such as a C<NAK> or C<NEGATIVE ACKNOWLEDGE> character) in the -source code. +[ List each incompatible change as a =head2 entry ] -=head2 C<qr//xx> is no longer permissible +=head1 Deprecations -Using more than one C</x> regular expression pattern modifier on a -single pattern is now forbidden. This is to allow a future enhancement -to the language. This usage has been deprecated since v5.22. +XXX Any deprecated features, syntax, modules etc. should be listed here. -=head2 C<NBSP> is no longer permissible in C<\N{...}> +=head2 Module removals -The name of a character may no longer contain non-breaking spaces. It -has been deprecated to do so since Perl v5.22. +XXX Remove this section if inapplicable. -=head1 Performance Enhancements +The following modules will be removed from the core distribution in a +future release, and will at that time need to be installed from CPAN. +Distributions on CPAN which require these modules will need to list them as +prerequisites. -=over 4 +The core versions of these modules will now issue C<"deprecated">-category +warnings to alert you to this fact. To silence these deprecation warnings, +install the modules in question from CPAN. -=item * +Note that these are (with rare exceptions) fine modules that you are encouraged +to continue to use. Their disinclusion from core primarily hinges on their +necessity to bootstrapping a fully functional, CPAN-capable Perl installation, +not usually on concerns over their design. + +=over -Bareword constant strings are now permitted to take part in constant -folding. They were originally exempted from constant folding in August 1999, -during the development of Perl 5.6, to ensure that C<use strict "subs"> -would still apply to bareword constants. That has now been accomplished a -different way, so barewords, like other constants, now gain the performance -benefits of constant folding. +=item XXX -This also means that void-context warnings on constant expressions of -barewords now report the folded constant operand, rather than the operation; -this matches the behaviour for non-bareword constants. +XXX Note that deprecated modules should be listed here even if they are listed +as an updated module in the L</Modules and Pragmata> section. =back -=head1 Modules and Pragmata +[ List each other deprecation as a =head2 entry ] -=head2 Updated Modules and Pragmata +=head1 Performance Enhancements + +XXX Changes which enhance performance without changing behaviour go here. +There may well be none in a stable release. + +[ List each enhancement as a =item entry ] =over 4 =item * -L<Archive::Tar> has been upgraded from version 2.04 to 2.08. +XXX -=item * +=back -L<Carp> has been upgraded from version 1.40 to 1.41. +=head1 Modules and Pragmata -=item * +XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/> +go here. If Module::CoreList is updated, generate an initial draft of the +following sections using F<Porting/corelist-perldelta.pl>. A paragraph summary +for important changes should then be added by hand. In an ideal world, +dual-life modules would have a F<Changes> file that could be cribbed. -L<charnames> has been upgraded from version 1.43 to 1.44. +[ Within each section, list entries as a =item entry ] -=item * +=head2 New Modules and Pragmata -L<Config::Perl::V> has been upgraded from version 0.25 to 0.26. +=over 4 =item * -L<DB_File> has been upgraded from version 1.835 to 1.838. +XXX -=item * +=back -L<Digest::MD5> has been upgraded from version 2.54 to 2.55. +=head2 Updated Modules and Pragmata + +=over 4 =item * -L<IPC::Cmd> has been upgraded from version 0.92 to 0.94. +L<XXX> has been upgraded from version A.xx to B.yy. -=item * +=back + +=head2 Removed Modules and Pragmata -L<IPC::SysV> has been upgraded from version 2.06_01 to 2.07. +=over 4 =item * -L<List::Util> has been upgraded from version 1.42_02 to 1.45_01. +XXX -=item * +=back -L<Locale::Codes> has been upgraded from version 3.37 to 3.38. +=head1 Documentation -=item * +XXX Changes to files in F<pod/> go here. Consider grouping entries by +file and be sure to link to the appropriate page, e.g. L<perlfunc>. -L<Locale::Maketext> has been upgraded from version 1.26 to 1.27. +=head2 New Documentation -=item * +XXX Changes which create B<new> files in F<pod/> go here. -L<Module::CoreList> has been upgraded from version 5.20160507 to 5.20160520. +=head3 L<XXX> -=item * +XXX Description of the purpose of the new file here -L<Module::Metadata> has been upgraded from version 1.000031 to 1.000032. +=head2 Changes to Existing Documentation -=item * +XXX Changes which significantly change existing files in F<pod/> go here. +However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics> +section. + +=head3 L<XXX> -L<perlfaq> has been upgraded from version 5.021010 to 5.021011. +=over 4 =item * -L<POSIX> has been upgraded from version 1.65 to 1.69. This remedies several -defects in making its symbols exportable. [perl #127821] -The C<POSIX::tmpnam()> interface has been removed, -see L</"POSIX::tmpnam() has been removed">. -Trying to import POSIX subs that have no real implementations -(like C<POSIX::atend()>) now fails at import time, instead of -waiting until runtime. +XXX Description of the change here -=item * +=back -L<re> has been upgraded from version 0.32 to 0.33. +=head1 Diagnostics -=item * +The following additions or changes have been made to diagnostic output, +including warnings and fatal error messages. For the complete list of +diagnostic messages, see L<perldiag>. -L<Scalar::Util> has been upgraded from version 1.42_02 to 1.45_01. +XXX New or changed warnings emitted by the core's C<C> code go here. Also +include any changes in L<perldiag> that reconcile it to the C<C> code. -=item * +=head2 New Diagnostics -L<Sys::Syslog> has been upgraded from version 0.33 to 0.34. +XXX Newly added diagnostic messages go under here, separated into New Errors +and New Warnings -=item * +=head3 New Errors -L<Term::ANSIColor> has been upgraded from version 4.04 to 4.05. +=over 4 =item * -L<Test::Simple> has been upgraded from version 1.001014 to 1.302015. +XXX L<message|perldiag/"message"> -=item * +=back + +=head3 New Warnings -L<threads> has been upgraded from version 2.07 to 2.08. Compatibility -with 5.8 has been restored. +=over 4 =item * -L<threads::shared> has been upgraded from version 1.51 to 1.52. -Compatibility with 5.8 has been restored. +XXX L<message|perldiag/"message"> =back -=head1 Documentation +=head2 Changes to Existing Diagnostics -=head2 Changes to Existing Documentation +XXX Changes (i.e. rewording) of diagnostic messages go here =over 4 =item * -Fixed link to Crosby paper on hash complexity attack in L<perlsec>. +XXX Describe change here =back -=head1 Diagnostics +=head1 Utility Changes -=head2 New Diagnostics +XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here. +Most of these are built within the directory F<utils>. -=head3 New Errors +[ List utility changes as a =head2 entry for each utility and =item +entries for each change +Use L<XXX> with program names to get proper documentation linking. ] + +=head2 L<XXX> =over 4 =item * -L<Bareword in require contains "%s"|perldiag/"Bareword in require contains "%s""> +XXX -=item * +=back -L<Bareword in require maps to empty filename|perldiag/"Bareword in require maps to empty filename"> +=head1 Configuration and Compilation -=item * +XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools +go here. Any other changes to the Perl build process should be listed here. +However, any platform-specific changes should be listed in the +L</Platform Support> section, instead. -L<Bareword in require maps to disallowed filename "%s"|perldiag/"Bareword in require maps to disallowed filename "%s""> +[ List changes as a =item entry ]. + +=over 4 =item * -L<Bareword in require must not start with a double-colon: "%s"|perldiag/"Bareword in require must not start with a double-colon: "%s""> +XXX =back -=head2 Changes to Existing Diagnostics +=head1 Testing -=over 4 +XXX Any significant changes to the testing of a freshly built perl should be +listed here. Changes which create B<new> files in F<t/> go here as do any +large changes to the testing harness (e.g. when parallel testing was added). +Changes to existing files in F<t/> aren't worth summarizing, although the bugs +that they represent may be covered elsewhere. -=item * +[ List each test improvement as a =item entry ] -Code like C<$x = $x . "a"> was incorrectly failing to yield a -L<use of uninitialized value|perldiag/"Use of uninitialized value%s"> -warning when C<$x> was a lexical variable with an undefined value. That has -now been fixed. [perl #127877] +=over 4 =item * -When the error "Experimental push on scalar is now forbidden" is raised for -the hash functions C<keys>, C<each>, and C<values>, it is now followed by -the more helpful message, "Type of arg 1 to whatever must be hash or -array". [perl #127976] +XXX -=item * +=back -C<undef *_; shift> or C<undef *_; pop> inside a subroutine, with no -argument to C<shift> or C<pop>, began crashing in Perl 5.14.0, but has now -been fixed. +=head1 Platform Support -=item * +XXX Any changes to platform support should be listed in the sections below. -C<< "string$scalar-E<gt>$*" >> now correctly prefers concat overloading to -string overloading if C<< $scalar-E<gt>$* >> returns an overloaded object, -bringing it into consistency with C<$$scalar>. +[ Within the sections, list each platform as a =item entry with specific +changes as paragraphs below it. ] -=item * +=head2 New Platforms -C<< /@0{0*-E<gt>@*/*0 >> and similar contortions used to crash, but no longer -do, but merely produce a syntax error. [perl #128171] +XXX List any platforms that this version of perl compiles on, that previous +versions did not. These will either be enabled by new files in the F<hints/> +directories, or new subdirectories and F<README> files at the top level of the +source tree. -=item * +=over 4 + +=item XXX-some-platform -C<do> or C<require> with a reference or typeglob which, when stringified, -contains a null character started crashing in Perl 5.20.0, but has now been -fixed. [perl #128182] +XXX =back -=head1 Utility Changes +=head2 Discontinued Platforms -=head2 L<perlbug> +XXX List any platforms that this version of perl no longer compiles on. =over 4 -=item * +=item XXX-some-platform -Long lines in the message body are now wrapped at 900 characters, to stay -well within the 1000-character limit imposed by SMTP mail transfer agents. -This is particularly likely to be important for the list of arguments to -C<Configure>, which can readily exceed the limit if, for example, it names -several non-default installation paths. This change also adds the first unit -tests for perlbug. [perl #128020] +XXX =back -=head1 Configuration and Compilation +=head2 Platform-Specific Notes + +XXX List any changes for specific platforms. This could include configuration +and compilation changes or changes in portability/compatibility. However, +changes within modules for platforms should generally be listed in the +L</Modules and Pragmata> section. =over 4 -=item * +=item XXX-some-platform -C<Configure> now builds C<miniperl> and C<generate_uudmap> if you -invoke it with C<-Dusecrosscompiler> but not C<-Dtargethost=somehost>. -This means you can supply your target platform C<config.sh>, generate -the headers and proceed to build your cross-target perl. [perl #127234] +XXX -=item * +=back -Builds with C<-Accflags=-DPERL_TRACE_OPS> now only dump the operator -counts when the environment variable C<PERL_TRACE_OPS> to be set to a -non-zero integer. This allows C<make test> to pass on such a build. +=head1 Internal Changes -=item * +XXX Changes which affect the interface available to C<XS> code go here. Other +significant internal changes for future core maintainers should be noted as +well. -When building with GCC 6 and link-time optimization (the C<-flto> option to -C<gcc>), C<Configure> was treating all probed symbols as present on the -system, regardless of whether they actually exist. This has been fixed. -[perl #128131] +[ List each change as a =item entry ] -=item * - -The F<t/test.pl> library is used for internal testing of Perl itself, and -also copied by several CPAN modules. Some of those modules must work on -older versions of Perl, so F<t/test.pl> must in turn avoid newer Perl -features. Compatibility with Perl 5.8 was inadvertently removed some time -ago; it has now been restored. [perl #128052] +=over 4 =item * -The build process no longer emits an extra blank line before building each -"simple" extension (those with only F<*.pm> and F<*.pod> files). +XXX =back -=head1 Internal Changes +=head1 Selected Bug Fixes + +XXX Important bug fixes in the core language are summarized here. Bug fixes in +files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. + +[ List each fix as a =item entry ] =over 4 =item * -Perl is now built with the C<PERL_OP_PARENT> compiler define enabled by -default. To disable it, use the C<PERL_NO_OP_PARENT> compiler define. -This flag alters how the C<op_sibling> field is used in C<OP> structures, -and has been available optionally since perl 5.22.0. - -See L<perl5220delta/"Internal Changes"> for more details of what this -build option does. +XXX =back -=head1 Selected Bug Fixes +=head1 Known Problems -=over 4 +XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any +tests that had to be C<TODO>ed for the release would be noted here. Unfixed +platform specific bugs also go here. -=item * +[ List each fix as a =item entry ] -Expressions containing an C<&&> or C<||> operator (or their synonyms C<and> -and C<or>) were being compiled incorrectly in some cases. If the left-hand -side consisted of either a negated bareword constant or a negated C<do {}> -block containing a constant expression, and the right-hand side consisted of -a negated non-foldable expression, one of the negations was effectively -ignored. The same was true of C<if> and C<unless> statement modifiers, -though with the left-hand and right-hand sides swapped. This long-standing -bug has now been fixed. [perl #127952] +=over 4 =item * -C<reset> with an argument no longer crashes when encountering stash entries -other than globs. [perl #128106] +XXX -=item * +=back -Assignment of hashes to, and deletion of, typeglobs named C<*::::::> no -longer causes crashes. [perl #128086] +=head1 Errata From Previous Releases -=back +=over 4 -=head1 Acknowledgements +=item * -Perl 5.25.1 represents approximately 2 weeks of development since Perl 5.25.0 -and contains approximately 46,000 lines of changes across 630 files from 24 -authors. +XXX Add anything here that we forgot to add, or were mistaken about, in +the perldelta of a previous release. -Excluding auto-generated files, documentation and release tools, there were -approximately 40,000 lines of changes to 510 .pm, .t, .c and .h files. +=back -Perl continues to flourish into its third decade thanks to a vibrant community -of users and developers. The following people are known to have contributed the -improvements that became Perl 5.25.1: +=head1 Obituary -Aaron Crane, Andreas Voegele, Chad Granum, Chris 'BinGOs' Williams, Craig A. -Berry, David Mitchell, Doug Bell, Father Chrysostomos, H.Merijn Brand, Hugo van -der Sanden, Jarkko Hietaniemi, Jerry D. Hedden, Jim Cromie, John Lightsey, -Karen Etheridge, Karl Williamson, Lukas Mai, Maxwell Carey, Nicholas Clark, -Niko Tyni, Ricardo Signes, Sawyer X, Tony Cook, Yves Orton. +XXX If any significant core contributor has died, we've added a short obituary +here. -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. +=head1 Acknowledgements -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. +XXX Generate this with: -For a more complete list of all of Perl's historical contributors, please see -the F<AUTHORS> file in the Perl source distribution. + perl Porting/acknowledgements.pl v5.25.1..HEAD =head1 Reporting Bugs diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 2f6908a..6971e08 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -307,7 +307,7 @@ utils : $(utils1) $(utils2) $(utils3) $(utils4) $(utils5) extra.pods : miniperl @ @extra_pods.com -PERLDELTA_CURRENT = [.pod]perl5251delta.pod +PERLDELTA_CURRENT = [.pod]perl5252delta.pod $(PERLDELTA_CURRENT) : [.pod]perldelta.pod Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT) diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 070f5d8..4e9e90f 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -67,7 +67,7 @@ INST_TOP := $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -#INST_VER := \5.25.1 +#INST_VER := \5.25.2 # # Comment this out if you DON'T want your perl installation to have @@ -1544,7 +1544,7 @@ utils: $(HAVEMINIPERL) ..\utils\Makefile copy ..\README.tw ..\pod\perltw.pod copy ..\README.vos ..\pod\perlvos.pod copy ..\README.win32 ..\pod\perlwin32.pod - copy ..\pod\perldelta.pod ..\pod\perl5251delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5252delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1641,7 +1641,7 @@ distclean: realclean -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -cd $(PODDIR) && del /f *.html *.bat roffitall \ - perl5251delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5252delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \ perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \ perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \ diff --git a/win32/Makefile b/win32/Makefile index 33207b0..bb923eb 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -38,7 +38,7 @@ INST_TOP = $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -#INST_VER = \5.25.1 +#INST_VER = \5.25.2 # # Comment this out if you DON'T want your perl installation to have @@ -1215,7 +1215,7 @@ utils: $(PERLEXE) ..\utils\Makefile copy ..\README.tw ..\pod\perltw.pod copy ..\README.vos ..\pod\perlvos.pod copy ..\README.win32 ..\pod\perlwin32.pod - copy ..\pod\perldelta.pod ..\pod\perl5251delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5252delta.pod cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. @@ -1314,7 +1314,7 @@ distclean: realclean -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -cd $(PODDIR) && del /f *.html *.bat roffitall \ - perl5251delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5252delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \ perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \ perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \ diff --git a/win32/makefile.mk b/win32/makefile.mk index fff0787..f580575 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -44,7 +44,7 @@ INST_TOP *= $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -#INST_VER *= \5.25.1 +#INST_VER *= \5.25.2 # # Comment this out if you DON'T want your perl installation to have @@ -1511,7 +1511,7 @@ utils: $(HAVEMINIPERL) ..\utils\Makefile copy ..\README.tw ..\pod\perltw.pod copy ..\README.vos ..\pod\perlvos.pod copy ..\README.win32 ..\pod\perlwin32.pod - copy ..\pod\perldelta.pod ..\pod\perl5251delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5252delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1609,7 +1609,7 @@ distclean: realclean -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS -cd $(PODDIR) && del /f *.html *.bat roffitall \ - perl5251delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5252delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ perlapi.pod perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \ perldos.pod perlfreebsd.pod perlhaiku.pod perlhpux.pod \ perlhurd.pod perlintern.pod perlirix.pod perljp.pod perlko.pod \ diff --git a/win32/pod.mak b/win32/pod.mak index 5180108..569c88f 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -46,6 +46,7 @@ POD = perl.pod \ perl5240delta.pod \ perl5250delta.pod \ perl5251delta.pod \ + perl5252delta.pod \ perl561delta.pod \ perl56delta.pod \ perl581delta.pod \ @@ -186,6 +187,7 @@ MAN = perl.man \ perl5240delta.man \ perl5250delta.man \ perl5251delta.man \ + perl5252delta.man \ perl561delta.man \ perl56delta.man \ perl581delta.man \ @@ -326,6 +328,7 @@ HTML = perl.html \ perl5240delta.html \ perl5250delta.html \ perl5251delta.html \ + perl5252delta.html \ perl561delta.html \ perl56delta.html \ perl581delta.html \ @@ -466,6 +469,7 @@ TEX = perl.tex \ perl5240delta.tex \ perl5250delta.tex \ perl5251delta.tex \ + perl5252delta.tex \ perl561delta.tex \ perl56delta.tex \ perl581delta.tex \ -- Perl5 Master Repository
