In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1e189079dd8d3b401e43a6bd30dc70649336b0c5?hp=c31f5723faa0e5b98a485315772cfc3e683e102b>
- Log ----------------------------------------------------------------- commit 1e189079dd8d3b401e43a6bd30dc70649336b0c5 Author: Eric Herman <[email protected]> Date: Tue Jun 20 09:46:26 2017 +0200 new perldelta ----------------------------------------------------------------------- Summary of changes: MANIFEST | 1 + Makefile.SH | 8 +- Porting/epigraphs.pod | 2 +- pod/.gitignore | 2 +- pod/perl.pod | 1 + pod/{perldelta.pod => perl5271delta.pod} | 2 +- pod/perldelta.pod | 434 ++++++++++++++++--------------- vms/descrip_mms.template | 2 +- win32/GNUmakefile | 4 +- win32/Makefile | 4 +- win32/makefile.mk | 4 +- win32/pod.mak | 4 + 12 files changed, 238 insertions(+), 230 deletions(-) copy pod/{perldelta.pod => perl5271delta.pod} (99%) diff --git a/MANIFEST b/MANIFEST index 60f096c344..a775b92702 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4953,6 +4953,7 @@ pod/perl5240delta.pod Perl changes in version 5.24.0 pod/perl5241delta.pod Perl changes in version 5.24.1 pod/perl5260delta.pod Perl changes in version 5.26.0 pod/perl5270delta.pod Perl changes in version 5.27.0 +pod/perl5271delta.pod Perl changes in version 5.27.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/Makefile.SH b/Makefile.SH index 66bc45fc68..778b4ae8d2 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -570,7 +570,7 @@ esac $spitshell >>$Makefile <<'!NO!SUBS!' -perltoc_pod_prereqs = extra.pods pod/perl5271delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl5272delta.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 @@ -1120,9 +1120,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/perl5271delta.pod: pod/perldelta.pod - $(RMS) pod/perl5271delta.pod - $(LNS) perldelta.pod pod/perl5271delta.pod +pod/perl5272delta.pod: pod/perldelta.pod + $(RMS) pod/perl5272delta.pod + $(LNS) perldelta.pod pod/perl5272delta.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 8b6cfa5025..71b88d4c63 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -31,7 +31,7 @@ Announced on 2017-06-20 by Eric Herman =head2 v5.27.0 - Bertrand Russell, The Road to Happiness -L<Announced on 2017-05-31 by Sawyer X| http://www.nntp.perl.org/group/perl.perl5.porters/2017/05/msg244580.html> +L<Announced on 2017-05-31 by Sawyer X|http://www.nntp.perl.org/group/perl.perl5.porters/2017/05/msg244580.html> People who have theories as to how one should live tend to forget the limitations of nature. If your way of life involves constant diff --git a/pod/.gitignore b/pod/.gitignore index b3ce7c8bc5..e3dd1b5f0f 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -50,7 +50,7 @@ /roffitall # generated -/perl5271delta.pod +/perl5272delta.pod /perlapi.pod /perlintern.pod /perlmodlib.pod diff --git a/pod/perl.pod b/pod/perl.pod index c99cc40d0b..f52a6c6ae1 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -181,6 +181,7 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp perlhist Perl history records perldelta Perl changes since previous version + perl5271delta Perl changes in version 5.27.1 perl5270delta Perl changes in version 5.27.0 perl5260delta Perl changes in version 5.26.0 perl5241delta Perl changes in version 5.24.1 diff --git a/pod/perldelta.pod b/pod/perl5271delta.pod similarity index 99% copy from pod/perldelta.pod copy to pod/perl5271delta.pod index 4de1d5e440..5d9750dfa3 100644 --- a/pod/perldelta.pod +++ b/pod/perl5271delta.pod @@ -2,7 +2,7 @@ =head1 NAME -perldelta - what is new for perl v5.27.1 +perl5271delta - what is new for perl v5.27.1 =head1 DESCRIPTION diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4de1d5e440..aa32cd6561 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2,398 +2,400 @@ =head1 NAME -perldelta - what is new for perl v5.27.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.27.2 =head1 DESCRIPTION -This document describes differences between the 5.27.0 release and the 5.27.1 +This document describes differences between the 5.27.1 release and the 5.27.2 release. -If you are upgrading from an earlier release such as 5.26.0, first read -L<perl5270delta>, which describes differences between 5.26.0 and 5.27.0. - -=head1 Core Enhancements - -=head2 L<C<delete>|perlfunc/delete EXPR> on key/value slices - -L<C<delete>|perlfunc/delete EXPR> can now be used on key/value slices, -returning the keys along with the deleted values. -L<[perl #131328]|https://rt.perl.org/Ticket/Display.html?id=131328> - -=head1 Security - -=head2 Default Hash Function Change - -Perl 5.27.1 retires various older hash functions which are not viewed as -sufficiently secure for use in Perl. We now support four general purpose -hash functions, Siphash (2-4 and 1-3 variants), and Zaphod32, and StadtX -hash. In addition we support SBOX32 (a form of tabular hashing) for hashing -short strings, in conjunction with any of the other hash functions provided. +If you are upgrading from an earlier release such as 5.27.0, first read +L<perl5271delta>, which describes differences between 5.27.0 and 5.27.1. -By default Perl is configured to support SBOX hashing of strings up to 24 -characters, in conjunction with StadtX hashing on 64 bit builds, and -Zaphod32 hashing for 32 bit builds. +=head1 Notice -You may control these settings with the following options to Configure: +XXX Any important notices here - -DPERL_HASH_FUNC_SIPHASH - -DPERL_HASH_FUNC_SIPHASH13 - -DPERL_HASH_FUNC_STADTX - -DPERL_HASH_FUNC_ZAPHOD32 +=head1 Core Enhancements -To disable SBOX hashing you can use +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. - -DPERL_HASH_USE_SBOX32_ALSO=0 +[ List each enhancement as a =head2 entry ] -And to set the maximum length to use SBOX32 hashing on with: +=head1 Security - -DSBOX32_MAX_LEN=16 +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. -The maximum length allowed is 256. There probably isn't much point -in setting it higher than the default. +[ List each security issue as a =head2 entry ] =head1 Incompatible Changes -=head2 Comma-less variable lists in formats are no longer allowed - -Omitting the commas between variables passed to formats is no longer -allowed. This has been deprecated since Perl 5.000. - -=head2 The C<:locked> and C<:unique> attributes have been removed - -These have been no-ops and deprecated since Perl 5.12 and 5.10, -respectively. +XXX For a release on a stable branch, this section aspires to be: -=head2 C<\N{}> with nothing between the braces is now illegal. + 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. -This has been deprecated since Perl 5.24. +[ List each incompatible change as a =head2 entry ] -=head2 Opening the same symbol as both a file and directory handle is no longer allowed +=head1 Deprecations -Using C<open()> and C<opendir()> to associate both a filehandle and a dirhandle -to the same symbol (glob or scalar) has been deprecated since Perl 5.10. +XXX Any deprecated features, syntax, modules etc. should be listed here. -=head2 Use of bare C<< << >> to mean C<< <<"" >> is no longer allowed +=head2 Module removals -Use of a bare terminator has been deprecated since Perl 5.000. +XXX Remove this section if inapplicable. -=head2 Setting $/ to a reference to a non-positive integer no longer allowed +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. -This used to work like setting it to C<undef>, but has been deprecated -since Perl 5.20. +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. -=head2 Unicode code points with values exceeding C<IV_MAX> are now fatal. +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. -This was deprecated since Perl 5.24. +=over -=head2 C<B::OP::terse> no longer exists. +=item XXX -Use C<B::Concise::b_terse> instead. +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. -=head2 Use of inherited AUTOLOAD for non-methods is no longer allowed. +=back -This was deprecated in Perl 5.004. +[ List each other deprecation as a =head2 entry ] -=head2 Use of strings with code points over 0xFF is not allowed for -bitwise string operators +=head1 Performance Enhancements -Code points over C<0xFF> do not make sense for bitwise operators. +XXX Changes which enhance performance without changing behaviour go here. +There may well be none in a stable release. -=head2 Setting C<${^ENCODING}> to a defined value is now illegal +[ List each enhancement as a =item entry ] -This has been deprecated since Perl 5.22 and a no-op since Perl 5.26. +=over 4 -=head2 Backslash no longer escapes colon in PATH for the -S switch +=item * -Previously the C<-S> switch incorrectly treated backslash ("\") as an -escape for colon when traversing the C<PATH> environment variable. -[perl #129183] +XXX -=head2 the -DH (DEBUG_H) misfeature has been removed +=back -On a perl built with debugging support, the C<H> flag to the C<-D> -debugging option has been removed. This was supposed to dump hash values, -but has been broken for many years. +=head1 Modules and Pragmata -=head1 Deprecations +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. -=head2 Use of L<C<vec>|perlfunc/vec EXPR,OFFSET,BITS> on strings with code -points above 0xFF is deprecated. +[ Within each section, list entries as a =item entry ] -Use of these is nonsensical, as C<vec> is a bit-oriented operation, -which operates on the underlying UTF-8 representation these strings must -be in, and will likely give unexpected results. +=head2 New Modules and Pragmata -=head2 Some uses of unescaped C<"{"> are no longer fatal +=over 4 -Perl 5.26.0 fatalized some uses of an unescaped left brace, but an -exception was made at the last minute, specifically crafted to be a -minimal change to allow GNU Autoconf to work. This code is heavily -depended upon, and continues to use the deprecated usage. Its use of an -unescaped left brace is one where we have no intention of repurposing -C<"{"> to be something other than itself. +=item * -That exception is now generalized to include various other such cases -where the C<"{"> will not be repurposed. This is to get real experience -with this more complicated change now, in case we need to issue a dot -release if we find other things like Autoconf that are important to work -around. +XXX -Note that these uses continue to raise a deprecation message. +=back -=head1 Performance Enhancements +=head2 Updated Modules and Pragmata =over 4 =item * -L<File::Glob> has been modified to remove unnecessary backtracking and -recursion, thanks to Russ Cox. See L<https://research.swtch.com/glob> -for more details. - -=item * - -The C<ref()> builtin is now much faster in boolean context, since it no -longer bothers to construct a temporary string like C<Foo=ARRAY(0x134af48)>. +L<XXX> has been upgraded from version A.xx to B.yy. =back -=head1 Modules and Pragmata - -=head2 Updated Modules and Pragmata +=head2 Removed Modules and Pragmata =over 4 =item * -L<Archive::Tar> has been upgraded from version 2.24 to 2.26. +XXX -=item * +=back -L<B::Deparse> has been upgraded from version 1.40 to 1.41. It includes -many bug fixes, and in particular, it now deparses variable attributes -correctly: +=head1 Documentation - my $x :foo; # used to deparse as - # 'attributes'->import('main', \$x, 'foo'), my $x; +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>. -=item * +=head2 New Documentation -L<charnames> has been upgraded from version 1.44 to 1.45. +XXX Changes which create B<new> files in F<pod/> go here. -=item * +=head3 L<XXX> -L<Devel::PPPort> has been upgraded from version 3.35 to 3.36. +XXX Description of the purpose of the new file here -=item * +=head2 Changes to Existing Documentation -L<DirHandle> has been upgraded from version 1.04 to 1.05. +We have attempted to update the documentation to reflect the changes +listed in this document. If you find any we have missed, send email +to L<[email protected]|mailto:[email protected]>. -=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. -L<ExtUtils::Install> has been upgraded from version 2.04 to 2.14. +Additionally, the following selected changes have been made: -=item * +=head3 L<XXX> -L<ExtUtils::MakeMaker> has been upgraded from version 7.24 to 7.30. +=over 4 =item * -L<File::Path> has been upgraded from version 2.12_01 to 2.14. +XXX Description of the change here -=item * +=back -L<Filter::Util::Call> has been upgraded from version 1.55 to 1.57. +=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<GDBM_File> has been upgraded from version 1.15 to 1.16. +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<Getopt::Long> has been upgraded from version 2.49 to 2.5. +XXX Newly added diagnostic messages go under here, separated into New Errors +and New Warnings -=item * +=head3 New Errors -L<if> has been upgraded from version 0.0606 to 0.0607. +=over 4 =item * -L<IO::Socket::IP> has been upgraded from version 0.38 to 0.39. +XXX L<message|perldiag/"message"> -=item * +=back -L<IPC::Cmd> has been upgraded from version 0.96 to 0.98. +=head3 New Warnings + +=over 4 =item * -L<JSON::PP> has been upgraded from version 2.27400_02 to 2.94. +XXX L<message|perldiag/"message"> -=item * +=back -L<Locale::Codes> has been upgraded from version 3.42 to 3.52. +=head2 Changes to Existing Diagnostics -=item * +XXX Changes (i.e. rewording) of diagnostic messages go here -L<Module::CoreList> has been upgraded from version 5.20170620 to 5.20170621. +=over 4 =item * -L<mro> has been upgraded from version 1.20 to 1.21. +XXX Describe change here -=item * +=back -L<PerlIO::scalar> has been upgraded from version 0.26 to 0.27. +=head1 Utility Changes -=item * +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<PerlIO::via> has been upgraded from version 0.16 to 0.17. +[ 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 * +=head2 L<XXX> -L<Storable> has been upgraded from version 2.62 to 2.63. +=over 4 =item * -L<Test::Harness> has been upgraded from version 3.38 to 3.39. +XXX -=item * +=back -L<threads> has been upgraded from version 2.15 to 2.16. +=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. + +[ List changes as a =item entry ]. -L<threads::shared> has been upgraded from version 1.56 to 1.57. +=over 4 =item * -L<version> has been upgraded from version 0.9917 to 0.9918. +XXX =back =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. + +XXX If there were no significant test changes, say this: + +Tests were added and changed to reflect the other additions and changes +in this release. + +XXX If instead there were significant changes, say this: + Tests were added and changed to reflect the other additions and changes in this release. Furthermore, these significant changes were made: -=over 4 - -=item * +[ List each test improvement as a =item entry ] -Testing of the XS-APItest directory is now done in parallel, where -applicable. +=over 4 =item * -Perl now includes a default F<.travis.yml> file for Travis CI testing -on github mirrors. [perl #123981] +XXX =back =head1 Platform Support -=head2 Platform-Specific Notes +XXX Any changes to platform support should be listed in the sections below. -=over 4 +[ Within the sections, list each platform as a =item entry with specific +changes as paragraphs below it. ] + +=head2 New Platforms -=item Windows +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. =over 4 -=item * +=item XXX-some-platform -Support for compiling perl on Windows using Microsoft Visual Studio 2017 -(containing Visual C++ 14.1) has been added. +XXX =back +=head2 Discontinued Platforms + +XXX List any platforms that this version of perl no longer compiles on. + +=over 4 + +=item XXX-some-platform + +XXX + =back -=head1 Internal Changes +=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 -The C<PL_statbuf> interpreter variable has been removed. +XXX -=item * +=back + +=head1 Internal Changes + +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. -The deprecated function C<to_utf8_case()>, accessible from XS code, has -been removed. +[ List each change as a =item entry ] + +=over 4 =item * -A new function -L<C<is_utf8_invariant_string_loc()>|perlapi/is_utf8_invariant_string_loc> -has been added that is like -L<C<is_utf8_invariant_string()>|perlapi/is_utf8_invariant_string> -but takes an extra pointer parameter into which is stored the location -of the first variant character, if any are found. +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 * -Fetching the name of a glob that was previously UTF-8 but wasn't any -longer would return that name flagged as UTF-8. [perl #131263] +XXX -=item * +=back -The perl C<sprintf()> function (via the underlying C function -C<Perl_sv_vcatpvfn_flags()>) has been heavily reworked to fix many minor -bugs, including the integer wrapping of large width and precision -specifiers and potential buffer overruns. It has also been made faster in -many cases. +=head1 Known Problems -=item * +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. -Exiting from an C<eval>, whether normally or via an exception, now always -frees temporary values (possibly calling destructors) I<before> setting -C<$@>. For example: +[ List each fix as a =item entry ] - sub DESTROY { eval { die "died in DESTROY"; } } - eval { bless []; }; - # $@ used to be equal to "died in DESTROY" here; it's now "". +=over 4 + +=item * + +XXX =back -=head1 Acknowledgements +=head1 Errata From Previous Releases -Perl 5.27.1 represents approximately 3 weeks of development since Perl 5.27.0 -and contains approximately 62,000 lines of changes across 510 files from 30 -authors. +=over 4 + +=item * -Excluding auto-generated files, documentation and release tools, there were -approximately 55,000 lines of changes to 380 .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.27.1: +=back + +=head1 Obituary -Aaron Crane, Abigail, Andy Dougherty, Andy Lester, Aristotle Pagaltzis, Chris -'BinGOs' Williams, Craig A. Berry, Dagfinn Ilmari Mannsåker, Dan Collins, -David Mitchell, Eric Herman, Eugen Konkov, Father Chrysostomos, Graham Knop, -H.Merijn Brand, Jacques Germishuys, James E Keenan, Jerry D. Hedden, John -Peacock, Karl Williamson, Ken Cotterill, Lukas Mai, Matthew Horsfall, Sawyer X, -Steve Hay, Sullivan Beck, Thomas Sibley, Tony Cook, Yves Orton, Zefram. +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.5..HEAD =head1 Reporting Bugs diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index d113d8c1ff..aa667911fe 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]perl5271delta.pod +PERLDELTA_CURRENT = [.pod]perl5272delta.pod $(PERLDELTA_CURRENT) : [.pod]perldelta.pod Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT) diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 2f2f1e962c..cf85f3b4bd 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -1635,7 +1635,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\perl5271delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5272delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1732,7 +1732,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 \ - perl5271delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5272delta.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 51e2c27b14..6e7a491844 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1270,7 +1270,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\perl5271delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5272delta.pod cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. @@ -1369,7 +1369,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 \ - perl5271delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5272delta.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 65aefa10d2..3762a9c113 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1581,7 +1581,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\perl5271delta.pod + copy ..\pod\perldelta.pod ..\pod\perl5272delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1679,7 +1679,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 \ - perl5271delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl5272delta.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 d792fd7e18..f53a072950 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -49,6 +49,7 @@ POD = perl.pod \ perl5260delta.pod \ perl5270delta.pod \ perl5271delta.pod \ + perl5272delta.pod \ perl561delta.pod \ perl56delta.pod \ perl581delta.pod \ @@ -193,6 +194,7 @@ MAN = perl.man \ perl5260delta.man \ perl5270delta.man \ perl5271delta.man \ + perl5272delta.man \ perl561delta.man \ perl56delta.man \ perl581delta.man \ @@ -336,6 +338,7 @@ HTML = perl.html \ perl5260delta.html \ perl5270delta.html \ perl5271delta.html \ + perl5272delta.html \ perl561delta.html \ perl56delta.html \ perl581delta.html \ @@ -480,6 +483,7 @@ TEX = perl.tex \ perl5260delta.tex \ perl5270delta.tex \ perl5271delta.tex \ + perl5272delta.tex \ perl561delta.tex \ perl56delta.tex \ perl581delta.tex \ -- Perl5 Master Repository
