In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1bcb402a888020b57f9faef468c2a6c36aefbb18?hp=9cbffb38735712e3a34e6f537892b6ef06fb815f>
- Log ----------------------------------------------------------------- commit 1bcb402a888020b57f9faef468c2a6c36aefbb18 Author: Steve Hay <[email protected]> Date: Fri Apr 29 23:51:09 2016 +0100 Create new perldelta for 5.22.3 M MANIFEST M Makefile.SH M pod/.gitignore M pod/perl.pod A pod/perl5222delta.pod M pod/perldelta.pod M vms/descrip_mms.template M win32/Makefile M win32/makefile.mk M win32/pod.mak commit 57ddee768a888d233288efe61bd6952e0fcf01c2 Author: Steve Hay <[email protected]> Date: Fri Apr 29 23:40:03 2016 +0100 Add epigraph for 5.22.2 M Porting/epigraphs.pod ----------------------------------------------------------------------- Summary of changes: MANIFEST | 1 + Makefile.SH | 8 +- Porting/epigraphs.pod | 25 ++ pod/.gitignore | 2 +- pod/perl.pod | 1 + pod/{perldelta.pod => perl5222delta.pod} | 2 +- pod/perldelta.pod | 430 +++++++++++++++++-------------- vms/descrip_mms.template | 2 +- win32/Makefile | 4 +- win32/makefile.mk | 4 +- win32/pod.mak | 4 + 11 files changed, 272 insertions(+), 211 deletions(-) copy pod/{perldelta.pod => perl5222delta.pod} (99%) diff --git a/MANIFEST b/MANIFEST index e099c9f..4695d01 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4569,6 +4569,7 @@ pod/perl5202delta.pod Perl changes in version 5.20.2 pod/perl5203delta.pod Perl changes in version 5.20.3 pod/perl5220delta.pod Perl changes in version 5.22.0 pod/perl5221delta.pod Perl changes in version 5.22.1 +pod/perl5222delta.pod Perl changes in version 5.22.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/Makefile.SH b/Makefile.SH index c078b90..21e1205 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -495,7 +495,7 @@ mini_obj = $(minindt_obj) $(MINIDTRACE_O) ndt_obj = $(obj0) $(obj1) $(obj2) $(obj3) $(ARCHOBJS) obj = $(ndt_obj) $(DTRACE_O) -perltoc_pod_prereqs = extra.pods pod/perl5222delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl5223delta.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 @@ -1023,9 +1023,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/perl5222delta.pod: pod/perldelta.pod - $(RMS) pod/perl5222delta.pod - $(LNS) perldelta.pod pod/perl5222delta.pod +pod/perl5223delta.pod: pod/perldelta.pod + $(RMS) pod/perl5223delta.pod + $(LNS) perldelta.pod pod/perl5223delta.pod extra.pods: $(MINIPERL_EXE) -@test ! -f extra.pods || rm -f `cat extra.pods` diff --git a/Porting/epigraphs.pod b/Porting/epigraphs.pod index d54eb51..765707a 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -299,6 +299,31 @@ L<Announced on 2015-06-20 by Ricardo Signes|http://www.nntp.perl.org/group/perl. They sing while you slave and I just get bored I ain't gonna work on Maggie's farm no more +=head2 v5.22.2 - Gaston Leroux, trans. Mireille Ribière, "The Phantom of the Opera" + +L<Announced on 2016-04-29 by Steve Hay|http://www.nntp.perl.org/group/perl.perl5.porters/2016/04/msg236120.html> + +A silence; and then: 'If, in just two minutes' time by my watch--and a +splendid watch it is--you have not turned the scorpion, mademoiselle, I +shall turn the grasshopper... and the grasshopper, remember, _leaps +straight up into the air!_' +The silence that ensued was terrifying, worse than any we had +experienced before. I knew that when Erik spoke with that quiet, +gentle, slightly weary voice, it meant that he had reached the end of +his tether: that he was capable of the most abominable crimes or the +most selfless devotion; that the slightest irritation might unleash a +storm. +Realizing that our fate was out of our hands, the Viscount fell to his +knees and prayed. As for me, I pressed both hands to my chest, for my +heart was pounding so fiercely that I thought it would burst. We were +intensely aware of the excruciating dilemma Christine Daaé faced in +those final seconds. We understood why she hesitated to turn the +scorpion. What if the scorpion, rather than the grasshopper, were to +set off the explosion? What if Erik was simply intent on destroying +everything, regardless? +At last he spoke: 'The two minutes are up,' he said in a soft, angelic +voice. 'Goodbye, mademoiselle. Off you go, little grasshopper!' + =head2 v5.22.2-RC1 - Gaston Leroux, trans. Mireille Ribière, "The Phantom of the Opera" L<Announced on 2016-04-10 by Steve Hay|http://www.nntp.perl.org/group/perl.perl5.porters/2016/04/msg235732.html> diff --git a/pod/.gitignore b/pod/.gitignore index ab1d730..2ec5558 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -53,7 +53,7 @@ /roffitall # generated -/perl5222delta.pod +/perl5223delta.pod /perlapi.pod /perlintern.pod *.html diff --git a/pod/perl.pod b/pod/perl.pod index 638e8c9..f6b7d79 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 + perl5222delta Perl changes in version 5.22.2 perl5221delta Perl changes in version 5.22.1 perl5220delta Perl changes in version 5.22.0 perl5203delta Perl changes in version 5.20.3 diff --git a/pod/perldelta.pod b/pod/perl5222delta.pod similarity index 99% copy from pod/perldelta.pod copy to pod/perl5222delta.pod index c214120..034d5bc 100644 --- a/pod/perldelta.pod +++ b/pod/perl5222delta.pod @@ -2,7 +2,7 @@ =head1 NAME -perldelta - what is new for perl v5.22.2 +perl5222delta - what is new for perl v5.22.2 =head1 DESCRIPTION diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c214120..ad308b5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2,360 +2,390 @@ =head1 NAME -perldelta - what is new for perl v5.22.2 +[ 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.22.3 =head1 DESCRIPTION -This document describes differences between the 5.22.1 release and the 5.22.2 +This document describes differences between the 5.22.2 release and the 5.22.3 release. -If you are upgrading from an earlier release such as 5.22.0, first read -L<perl5221delta>, which describes differences between 5.22.0 and 5.22.1. +If you are upgrading from an earlier release such as 5.22.1, first read +L<perl5222delta>, which describes differences between 5.22.1 and 5.22.2. + +=head1 Notice + +XXX Any important notices here + +=head1 Core Enhancements + +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. + +[ List each enhancement as a =head2 entry ] =head1 Security -=head2 Fix out of boundary access in Win32 path handling +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. + +[ List each security issue as a =head2 entry ] -This is CVE-2015-8608. For more information see -L<[perl #126755]|https://rt.perl.org/Ticket/Display.html?id=126755>. +=head1 Incompatible Changes -=head2 Fix loss of taint in C<canonpath()> +XXX For a release on a stable branch, this section aspires to be: -This is CVE-2015-8607. For more information see -L<[perl #126862]|https://rt.perl.org/Ticket/Display.html?id=126862>. + 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. -=head2 Set proper umask before calling C<mkstemp(3)> +[ List each incompatible change as a =head2 entry ] -In 5.22.0 perl started setting umask to C<0600> before calling C<mkstemp(3)> -and restoring it afterwards. This wrongfully tells C<open(2)> to strip the -owner read and write bits from the given mode before applying it, rather than -the intended negation of leaving only those bits in place. +=head1 Deprecations -Systems that use mode C<0666> in C<mkstemp(3)> (like old versions of glibc) -create a file with permissions C<0066>, leaving world read and write permissions -regardless of current umask. +XXX Any deprecated features, syntax, modules etc. should be listed here. -This has been fixed by using umask C<0177> instead. +=head2 Module removals -L<[perl #127322]|https://rt.perl.org/Ticket/Display.html?id=127322> +XXX Remove this section if inapplicable. -=head2 Avoid accessing uninitialized memory in Win32 C<crypt()> +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. -Validation that will detect both a short salt and invalid characters in the -salt has been added. +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. -L<[perl #126922]|https://rt.perl.org/Ticket/Display.html?id=126922> +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. -=head2 Remove duplicate environment variables from C<environ> +=over -Previously, if an environment variable appeared more than once in C<environ[]>, -L<C<%ENV>|perlvar/%ENV> would contain the last entry for that name, while a -typical C<getenv()> would return the first entry. We now make sure C<%ENV> -contains the same as what C<getenv()> returns. +=item XXX -Secondly, we now remove duplicates from C<environ[]>, so if a setting with that -name is set in C<%ENV> we won't pass an unsafe value to a child process. +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. -This is CVE-2016-2381. +=back -=head1 Incompatible Changes +[ List each other deprecation as a =head2 entry ] -There are no changes intentionally incompatible with Perl 5.22.1. If any -exist, they are bugs, and we request that you submit a report. See -L</Reporting Bugs> below. +=head1 Performance Enhancements -=head1 Modules and Pragmata +XXX Changes which enhance performance without changing behaviour go here. +There may well be none in a stable release. -=head2 Updated Modules and Pragmata +[ List each enhancement as a =item entry ] =over 4 =item * -L<File::Spec> has been upgraded from version 3.56 to 3.56_01. +XXX -C<canonpath()> now preserves taint. See L</"Fix loss of taint in -C<canonpath()>">. +=back -=item * +=head1 Modules and Pragmata -L<Module::CoreList> has been upgraded from version 5.20151213 to 5.20160429. +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. -The version number of L<Digest::SHA> listed for Perl 5.18.4 was wrong and has -been corrected. Likewise for the version number of L<Config> in 5.18.3 and -5.18.4. -L<[perl #127624]|https://rt.perl.org/Ticket/Display.html?id=127624> +[ Within each section, list entries as a =item entry ] -=back +=head2 New Modules and Pragmata -=head1 Documentation +=over 4 -=head2 Changes to Existing Documentation +=item * -=head3 L<perldiag> +XXX + +=back + +=head2 Updated Modules and Pragmata =over 4 =item * -The explanation of the warning "unable to close filehandle %s properly: %s" -which can occur when doing an implicit close of a filehandle has been expanded -and improved. +L<XXX> has been upgraded from version A.xx to B.yy. =back -=head3 L<perlfunc> +=head2 Removed Modules and Pragmata =over 4 =item * -The documentation of L<C<hex()>|perlfunc/hex> has been revised to clarify valid -inputs. +XXX =back -=head1 Configuration and Compilation +=head1 Documentation + +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>. + +=head2 New Documentation + +XXX Changes which create B<new> files in F<pod/> go here. + +=head3 L<XXX> + +XXX Description of the purpose of the new file here + +=head2 Changes to Existing Documentation + +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> =over 4 =item * -Dtrace builds now build successfully on systems with a newer dtrace that -require an input object file that uses the probes in the F<.d> file. +XXX Description of the change here + +=back -Previously the probe would fail and cause a build failure. +=head1 Diagnostics -L<[perl #122287]|https://rt.perl.org/Ticket/Display.html?id=122287> +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>. -=item * +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. -F<Configure> no longer probes for F<libnm> by default. Originally this was the -"New Math" library, but the name has been re-used by the GNOME NetworkManager. +=head2 New Diagnostics -L<[perl #127131]|https://rt.perl.org/Ticket/Display.html?id=127131> +XXX Newly added diagnostic messages go under here, separated into New Errors +and New Warnings + +=head3 New Errors + +=over 4 =item * -F<Configure> now knows about gcc 5. +XXX L<message|perldiag/"message"> + +=back + +=head3 New Warnings + +=over 4 =item * -Compiling perl with B<-DPERL_MEM_LOG> now works again. +XXX L<message|perldiag/"message"> =back -=head1 Platform Support +=head2 Changes to Existing Diagnostics -=head2 Platform-Specific Notes +XXX Changes (i.e. rewording) of diagnostic messages go here =over 4 -=item Darwin - -Compiling perl with B<-Dusecbacktrace> on Darwin now works again. +=item * -L<[perl #127764]|https://rt.perl.org/Ticket/Display.html?id=127764> +XXX Describe change here -=item OS X/Darwin +=back -Builds with both B<-DDEBUGGING> and threading enabled would fail with a "panic: -free from wrong pool" error when built or tested from Terminal on OS X. This -was caused by perl's internal management of the environment conflicting with an -atfork handler using the libc C<setenv()> function to update the environment. +=head1 Utility Changes -Perl now uses C<setenv()>/C<unsetenv()> to update the environment on OS X. +XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here. +Most of these are built within the directory F<utils>. -L<[perl #126240]|https://rt.perl.org/Ticket/Display.html?id=126240> +[ 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. ] -=item ppc64el +=head2 L<XXX> -The floating point format of ppc64el (Debian naming for little-endian PowerPC) -is now detected correctly. +=over 4 -=item Tru64 +=item * -A test failure in F<t/porting/extrefs.t> has been fixed. +XXX =back -=head1 Internal Changes +=head1 Configuration and Compilation + +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. + +[ List changes as a =item entry ]. =over 4 =item * -An unwarranted assertion in C<Perl_newATTRSUB_x()> has been removed. If a stub -subroutine definition with a prototype has been seen, then any subsequent stub -(or definition) of the same subroutine with an attribute was causing an -assertion failure because of a null pointer. - -L<[perl #126845]|https://rt.perl.org/Ticket/Display.html?id=126845> +XXX =back -=head1 Selected Bug Fixes +=head1 Testing + +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. + +[ List each test improvement as a =item entry ] =over 4 =item * -Calls to the placeholder C<&PL_sv_yes> used internally when an C<import()> or -C<unimport()> method isn't found now correctly handle scalar context. -L<[perl #126042]|https://rt.perl.org/Ticket/Display.html?id=126042> +XXX -=item * +=back -The L<C<pipe()>|perlfunc/pipe> operator would assert for C<DEBUGGING> builds -instead of producing the correct error message. The condition asserted on is -detected and reported on correctly without the assertions, so the assertions -were removed. -L<[perl #126480]|https://rt.perl.org/Ticket/Display.html?id=126480> +=head1 Platform Support -=item * +XXX Any changes to platform support should be listed in the sections below. -In some cases, failing to parse a here-doc would attempt to use freed memory. -This was caused by a pointer not being restored correctly. -L<[perl #126443]|https://rt.perl.org/Ticket/Display.html?id=126443> +[ Within the sections, list each platform as a =item entry with specific +changes as paragraphs below it. ] -=item * +=head2 New Platforms -Perl now reports more context when it sees an array where it expects to see an -operator, and avoids an assertion failure. -L<[perl #123737]|https://rt.perl.org/Ticket/Display.html?id=123737> +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 -If a here-doc was found while parsing another operator, the parser had already -read end of file, and the here-doc was not terminated, perl could produce an -assertion or a segmentation fault. This now reliably complains about the -unterminated here-doc. -L<[perl #125540]|https://rt.perl.org/Ticket/Display.html?id=125540> +=item XXX-some-platform -=item * +XXX -Parsing beyond the end of the buffer when processing a C<#line> directive with -no filename is now avoided. -L<[perl #127334]|https://rt.perl.org/Ticket/Display.html?id=127334> +=back -=item * +=head2 Discontinued Platforms -Perl 5.22.0 added support for the C99 hexadecimal floating point notation, but -sometimes misparsed hex floats. This has been fixed. -L<[perl #127183]|https://rt.perl.org/Ticket/Display.html?id=127183> +XXX List any platforms that this version of perl no longer compiles on. -=item * +=over 4 -Certain regex patterns involving a complemented posix class in an inverted -bracketed character class, and matching something else optionally would -improperly fail to match. An example of one that could fail is -C<qr/_?[^\Wbar]\x{100}/>. This has been fixed. -L<[perl #127537]|https://rt.perl.org/Ticket/Display.html?id=127537> +=item XXX-some-platform -=item * +XXX -Fixed an issue with L<C<pack()>|perlfunc/pack> where C<< pack "H" >> (and -C<< pack "h" >>) could read past the source when given a non-utf8 source and a -utf8 target. -L<[perl #126325]|https://rt.perl.org/Ticket/Display.html?id=126325> +=back -=item * +=head2 Platform-Specific Notes -Fixed some cases where perl would abort due to a segmentation fault, or a -C-level assert. -L<[perl #126193]|https://rt.perl.org/Ticket/Display.html?id=126193> -L<[perl #126257]|https://rt.perl.org/Ticket/Display.html?id=126257> -L<[perl #126258]|https://rt.perl.org/Ticket/Display.html?id=126258> -L<[perl #126405]|https://rt.perl.org/Ticket/Display.html?id=126405> -L<[perl #126602]|https://rt.perl.org/Ticket/Display.html?id=126602> -L<[perl #127773]|https://rt.perl.org/Ticket/Display.html?id=127773> -L<[perl #127786]|https://rt.perl.org/Ticket/Display.html?id=127786> +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. -=item * +=over 4 -A memory leak when setting C<$ENV{foo}> on Darwin has been fixed. -L<[perl #126240]|https://rt.perl.org/Ticket/Display.html?id=126240> +=item XXX-some-platform -=item * +XXX -Perl now correctly raises an error when trying to compile patterns with -unterminated character classes while there are trailing backslashes. -L<[perl #126141]|https://rt.perl.org/Ticket/Display.html?id=126141> +=back -=item * +=head1 Internal Changes -C<NOTHING> regops and C<EXACTFU_SS> regops in C<make_trie()> are now handled -properly. -L<[perl #126206]|https://rt.perl.org/Ticket/Display.html?id=126206> +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. -=item * +[ List each change as a =item entry ] -Perl now only tests C<semctl()> if we have everything needed to use it. In -FreeBSD the C<semctl()> entry point may exist, but it can be disabled by -policy. -L<[perl #127533]|https://rt.perl.org/Ticket/Display.html?id=127533> +=over 4 =item * -A regression that allowed undeclared barewords as hash keys to work despite -strictures has been fixed. -L<[perl #126981]|https://rt.perl.org/Ticket/Display.html?id=126981> +XXX + +=back + +=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 * -As an optimization (introduced in Perl 5.20.0), L<C<uc()>|perlfunc/uc>, -L<C<lc()>|perlfunc/lc>, L<C<ucfirst()>|perlfunc/ucfirst> and -L<C<lcfirst()>|perlfunc/lcfirst> sometimes modify their argument in-place -rather than returning a modified copy. The criteria for this optimization has -been made stricter to avoid these functions accidentally modifying in-place -when they should not, which has been happening in some cases, e.g. in -L<List::Util>. +XXX + +=back + +=head1 Known Problems + +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. + +[ List each fix as a =item entry ] + +=over 4 =item * -Excessive memory usage in the compilation of some regular expressions involving -non-ASCII characters has been reduced. A more complete fix is forthcoming in -Perl 5.24.0. +XXX =back -=head1 Acknowledgements +=head1 Errata From Previous Releases -Perl 5.22.2 represents approximately 5 months of development since Perl 5.22.1 -and contains approximately 3,000 lines of changes across 110 files from 24 -authors. +=over 4 + +=item * -Excluding auto-generated files, documentation and release tools, there were -approximately 1,500 lines of changes to 52 .pm, .t, .c and .h files. +XXX Add anything here that we forgot to add, or were mistaken about, in +the perldelta of a previous release. -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.22.2: +=back + +=head1 Obituary -Aaron Crane, Abigail, Andreas König, Aristotle Pagaltzis, Chris 'BinGOs' -Williams, Craig A. Berry, Dagfinn Ilmari Mannsåker, David Golden, David -Mitchell, H.Merijn Brand, James E Keenan, Jarkko Hietaniemi, Karen Etheridge, -Karl Williamson, Matthew Horsfall, Niko Tyni, Ricardo Signes, Sawyer X, Stevan -Little, Steve Hay, Todd Rinaldo, Tony Cook, Vladimir Timofeev, 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.22.2..HEAD =head1 Reporting Bugs If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and the perl bug database at -https://rt.perl.org/ . There may also be information at http://www.perl.org/ , -the Perl Home Page. +https://rt.perl.org/ . There may also be information at +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 diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 8b04f67..b8fea83 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]perl5222delta.pod +PERLDELTA_CURRENT = [.pod]perl5223delta.pod $(PERLDELTA_CURRENT) : [.pod]perldelta.pod Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT) diff --git a/win32/Makefile b/win32/Makefile index a192cf0..dfe3c39 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1176,7 +1176,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\perl5222delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5223delta.pod cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. @@ -1272,7 +1272,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 \ - perl5222delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5223delta.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 5b83c8b..d9004ca 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1468,7 +1468,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\perl5222delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5223delta.pod $(PERLEXE) $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1563,7 +1563,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 \ - perl5222delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5223delta.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 cef5d1e..820dd92 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -43,6 +43,7 @@ POD = perl.pod \ perl5220delta.pod \ perl5221delta.pod \ perl5222delta.pod \ + perl5223delta.pod \ perl561delta.pod \ perl56delta.pod \ perl581delta.pod \ @@ -180,6 +181,7 @@ MAN = perl.man \ perl5220delta.man \ perl5221delta.man \ perl5222delta.man \ + perl5223delta.man \ perl561delta.man \ perl56delta.man \ perl581delta.man \ @@ -317,6 +319,7 @@ HTML = perl.html \ perl5220delta.html \ perl5221delta.html \ perl5222delta.html \ + perl5223delta.html \ perl561delta.html \ perl56delta.html \ perl581delta.html \ @@ -454,6 +457,7 @@ TEX = perl.tex \ perl5220delta.tex \ perl5221delta.tex \ perl5222delta.tex \ + perl5223delta.tex \ perl561delta.tex \ perl56delta.tex \ perl581delta.tex \ -- Perl5 Master Repository
