In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/79998426fb3ff86d995491805b8975ea137f784c?hp=853eb961c1a3b014b5a9510740abc15ccd4383b6>
- Log ----------------------------------------------------------------- commit 79998426fb3ff86d995491805b8975ea137f784c Merge: ad5c885757 853eb961c1 Author: reneeb <[email protected]> Date: Tue Feb 21 07:13:21 2017 +0100 Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead commit ad5c885757961bb6901d1533bb4d336c1b1e1b36 Author: reneeb <[email protected]> Date: Tue Feb 21 07:12:59 2017 +0100 new perldelta for 5.25.11 M MANIFEST M Makefile.SH M pod/.gitignore M pod/perl.pod A pod/perl52510delta.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 fd4b847f953681167111a82486c29a23adbf579f Author: reneeb <[email protected]> Date: Tue Feb 21 07:10:19 2017 +0100 add 5.25.10 epigraph M Porting/epigraphs.pod commit 4016958ae5a8d995af558f8434cdc5d015135e9e Author: reneeb <[email protected]> Date: Mon Feb 20 23:06:59 2017 +0100 Tick release in the release schedule M Porting/release_schedule.pod ----------------------------------------------------------------------- Summary of changes: MANIFEST | 1 + Makefile.SH | 8 +- Porting/epigraphs.pod | 7 + Porting/release_schedule.pod | 2 +- pod/.gitignore | 2 +- pod/perl.pod | 1 + pod/{perldelta.pod => perl52510delta.pod} | 2 +- pod/perldelta.pod | 383 +++++++++++++++++++++--------- vms/descrip_mms.template | 2 +- win32/GNUmakefile | 4 +- win32/Makefile | 4 +- win32/makefile.mk | 4 +- win32/pod.mak | 4 + 13 files changed, 294 insertions(+), 130 deletions(-) copy pod/{perldelta.pod => perl52510delta.pod} (99%) diff --git a/MANIFEST b/MANIFEST index bf36939d4f..1e93ed3c48 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4930,6 +4930,7 @@ pod/perl5223delta.pod Perl changes in version 5.22.3 pod/perl5240delta.pod Perl changes in version 5.24.0 pod/perl5241delta.pod Perl changes in version 5.24.1 pod/perl5250delta.pod Perl changes in version 5.25.0 +pod/perl52510delta.pod Perl changes in version 5.25.10 pod/perl5251delta.pod Perl changes in version 5.25.1 pod/perl5252delta.pod Perl changes in version 5.25.2 pod/perl5253delta.pod Perl changes in version 5.25.3 diff --git a/Makefile.SH b/Makefile.SH index 4fa9ef0d20..9e233c9457 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -569,7 +569,7 @@ esac $spitshell >>$Makefile <<'!NO!SUBS!' -perltoc_pod_prereqs = extra.pods pod/perl52510delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod +perltoc_pod_prereqs = extra.pods pod/perl52511delta.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 @@ -1119,9 +1119,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/perl52510delta.pod: pod/perldelta.pod - $(RMS) pod/perl52510delta.pod - $(LNS) perldelta.pod pod/perl52510delta.pod +pod/perl52511delta.pod: pod/perldelta.pod + $(RMS) pod/perl52511delta.pod + $(LNS) perldelta.pod pod/perl52511delta.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 1e2c717bad..b5b67f0172 100644 --- a/Porting/epigraphs.pod +++ b/Porting/epigraphs.pod @@ -17,6 +17,13 @@ Consult your favorite dictionary for details. =head1 EPIGRAPHS +=head2 v5.25.10 - Erich Fried, 1968 + +L<Announced on 2017-02-20 by Renee Bäcker|https://www.nntp.perl.org/group/perl.perl5.porters/2017/02/msg243173.html> + + He who wants the world to remain as it is + doesn't want it to remain. + =head2 v5.25.9 - A. A. Milne, "Winnie-the-Pooh", 1926 L<Announced on 2017-01-20 by Abigail|http://www.nntp.perl.org/group/perl.perl5.porters/2017/01/msg242405.html> diff --git a/Porting/release_schedule.pod b/Porting/release_schedule.pod index 3bb606d52a..63f36ae3ff 100644 --- a/Porting/release_schedule.pod +++ b/Porting/release_schedule.pod @@ -61,7 +61,7 @@ you should reset the version numbers to the next blead series. 2016-11-20 5.25.7 â Chad Granum 2016-12-20 5.25.8 â Sawyer X 2017-01-20 5.25.9 â Abigail - 2017-02-20 5.25.10 Renée Bäcker + 2017-02-20 5.25.10 â Renée Bäcker (RC0 for 5.26.0 will be released once we think that all the blockers have been addressed. This typically means some time in April or May.) diff --git a/pod/.gitignore b/pod/.gitignore index 45712a9888..153a5786dd 100644 --- a/pod/.gitignore +++ b/pod/.gitignore @@ -50,7 +50,7 @@ /roffitall # generated -/perl52510delta.pod +/perl52511delta.pod /perlapi.pod /perlintern.pod /perlmodlib.pod diff --git a/pod/perl.pod b/pod/perl.pod index 95ab755359..fd0ba4f288 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 + perl52510delta Perl changes in version 5.25.10 perl5259delta Perl changes in version 5.25.9 perl5258delta Perl changes in version 5.25.8 perl5257delta Perl changes in version 5.25.7 diff --git a/pod/perldelta.pod b/pod/perl52510delta.pod similarity index 99% copy from pod/perldelta.pod copy to pod/perl52510delta.pod index df50ab1d38..5d5d02d297 100644 --- a/pod/perldelta.pod +++ b/pod/perl52510delta.pod @@ -2,7 +2,7 @@ =head1 NAME -perldelta - what is new for perl v5.25.10 +perl52510delta - what is new for perl v5.25.10 =head1 DESCRIPTION diff --git a/pod/perldelta.pod b/pod/perldelta.pod index df50ab1d38..b41533ac04 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2,61 +2,163 @@ =head1 NAME -perldelta - what is new for perl v5.25.10 +[ 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.11 =head1 DESCRIPTION -This document describes differences between the 5.25.9 release and the 5.25.10 +This document describes differences between the 5.25.10 release and the 5.25.11 release. -If you are upgrading from an earlier release such as 5.25.8, first read -L<perl5259delta>, which describes differences between 5.25.8 and 5.25.9. +If you are upgrading from an earlier release such as 5.25.9, first read +L<perl52510delta>, which describes differences between 5.25.9 and 5.25.10. -=head1 Modules and Pragmata +=head1 Notice -=head2 Updated Modules and Pragmata +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 + +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 ] + +=head1 Incompatible Changes + +XXX For a release on a stable branch, this section aspires to be: + + 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. + +[ List each incompatible change as a =head2 entry ] + +=head1 Deprecations + +XXX Any deprecated features, syntax, modules etc. should be listed here. + +=head2 Module removals + +XXX Remove this section if inapplicable. + +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. + +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. + +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 + +=item XXX + +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 + +[ List each other deprecation as a =head2 entry ] + +=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<B> has been upgraded from version 1.65 to 1.68. +XXX -=item * +=back -L<CPAN> has been upgraded from version 2.16 to 2.17. +=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<feature> has been upgraded from version 1.46 to 1.47. +[ Within each section, list entries as a =item entry ] -=item * +=head2 New Modules and Pragmata -L<Getopt::Std> has been upgraded from version 1.11 to 1.12. +=over 4 =item * -L<Module::CoreList> has been upgraded from version 5.20170120 to 5.20170220. +XXX -=item * +=back -L<open> has been upgraded from version 1.10 to 1.11. +=head2 Updated Modules and Pragmata + +=over 4 =item * -L<PerlIO> has been upgraded from version 1.09 to 1.10. +L<XXX> has been upgraded from version A.xx to B.yy. -=item * +=back -L<Storable> has been upgraded from version 2.61 to 2.62. +=head2 Removed Modules and Pragmata + +=over 4 =item * -L<Thread::Queue> has been upgraded from version 3.11 to 3.12. +XXX + +=back + +=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 * -L<threads> has been upgraded from version 2.12 to 2.13. +XXX Description of the change here =back @@ -66,168 +168,217 @@ 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>. -=head2 Changes to Existing Diagnostics +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. + +=head2 New Diagnostics + +XXX Newly added diagnostic messages go under here, separated into New Errors +and New Warnings + +=head3 New Errors =over 4 =item * -Use of unassigned code point or non-standalone grapheme for a delimiter will be a fatal error starting in Perl 5.30 +XXX L<message|perldiag/"message"> + +=back -This was changed to drop a leading C<v> in C<v5.30>, so it uses the same -style as other deprecation messages. +=head3 New Warnings -=item * +=over 4 -"\c%c" is more clearly written simply as "%s". +=item * -It was decided to undeprecate the use of "\c%c", see L<http://www.nntp.perl.org/group/perl.perl5.porters/2017/02/msg242944.html> +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 Windows +=item * + +XXX Describe change here + +=back + +=head1 Utility Changes + +XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here. +Most of these are built within the directory F<utils>. + +[ 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 * -Support for compiling perl on Windows using Microsoft Visual Studio 2015 -(containing Visual C++ 14.0) has been added. - -This version of VC++ includes a completely rewritten C run-time library, some -of the changes in which mean that work done to resolve a socket close() bug in -perl #120091 and perl #118059 is not workable in its current state with this -version of VC++. Therefore, we have effectively reverted that bug fix for -VS2015 onwards on the basis that being able to build with VS2015 onwards is -more important than keeping the bug fix. We may revisit this in the future to -attempt to fix the bug again in a way that is compatible with VS2015. - -These changes do not affect compilation with GCC or with Visual Studio versions -up to and including VS2013, i.e. the bug fix is retained (unchanged) for those -compilers. - -Note that you may experience compatibility problems if you mix a perl built -with GCC or VS E<lt>= VS2013 with XS modules built with VS2015, or if you mix a -perl built with VS2015 with XS modules built with GCC or VS E<lt>= VS2013. -Some incompatibility may arise because of the bug fix that has been reverted -for VS2015 builds of perl, but there may well be incompatibility anyway because -of the rewritten CRT in VS2015 (e.g. see discussion at -http://stackoverflow.com/questions/30412951). +XXX =back -=back +=head1 Configuration and Compilation -=head1 Internal Changes +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 * -The C<op_class()> API function has been added. This is like the existing -C<OP_CLASS()> macro, but can more accurately determine what struct an op -has been allocated as. For example C<OP_CLASS()> might return -C<OA_BASEOP_OR_UNOP> indicating that ops of this type are usually -allocated as an C<OP> or C<UNOP>; while C<op_class()> will return -C<OPclass_BASEOP> or C<OPclass_UNOP> as appropriate. +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. + +[ List each test improvement as a =item entry ] + +=over 4 =item * -The output format of the C<op_dump()> function (as used by C<perl -Dx>) -has changed: it now displays an "ASCII-art" tree structure, and shows more -low-level details about each op, such as its address and class. +XXX =back -=head1 Selected Bug Fixes +=head1 Platform Support + +XXX Any changes to platform support should be listed in the sections below. + +[ Within the sections, list each platform as a =item entry with specific +changes as paragraphs below it. ] + +=head2 New Platforms + +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 -Attempting to use the deprecated variable C<$#> as the object in an -indirect object method call could cause a heap use after free or -buffer overflow. [perl #129274] +XXX -=item * +=back -When checking for an indirect object method call in some rare cases -the parser could reallocate the line buffer but then continue to use -pointers to the old buffer. [perl #129190] +=head2 Discontinued Platforms -=item * +XXX List any platforms that this version of perl no longer compiles on. -Supplying a glob as the format argument to L<perlfunc/formline> would -cause an assertion failure. [perl #130722] +=over 4 -=item * +=item XXX-some-platform -Code like C< $value1 =~ qr/.../ ~~ $value2 > would have the match -converted into a qr// operator, leaving extra elements on the stack to -confuse any surrounding expression. [perl #130705] +XXX -=item * +=back + +=head2 Platform-Specific Notes -Since 5.24.0 in some obscure cases, a regex which included code blocks -from multiple sources (e.g. via embedded via qr// objects) could end up -with the wrong current pad and crash or give weird results. [perl #129881] +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 XXX-some-platform + +XXX + +=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. + +[ List each change as a =item entry ] + +=over 4 =item * -Occasionally C<local()>s in a code block within a patterns weren't being -undone when the pattern matching backtracked over the code block. -[perl #126697] +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 * -Using C<substr()> to modify a magic variable could access freed memory -in some cases. [perl #129340] +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 * -Perl 5.25.9 was fixed so that under C<use utf8>, the entire Perl program -is checked that the UTF-8 is wellformed. It turns out that several edge -cases were missed, and are now fixed. [perl #126310] was the original -ticket. +XXX =back -=head1 Acknowledgements +=head1 Errata From Previous Releases + +=over 4 -Perl 5.25.10 represents approximately 4 weeks of development since Perl 5.25.9 -and contains approximately 12,000 lines of changes across 200 files from 25 -authors. +=item * + +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 6,700 lines of changes to 130 .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.10: +=head1 Obituary -Aaron Crane, Abigail, Andreas König, Andy Lester, Chris 'BinGOs' Williams, -Christian Millour, Colin Newell, Dagfinn Ilmari MannsÃ¥ker, David Mitchell, -Hugo van der Sanden, James E Keenan, Jarkko Hietaniemi, Jerry D. Hedden, John -Lightsey, Karl Williamson, Neil Bowers, Pali, Renee Baecker, Sawyer X, Sergey -Aleynikov, Steffen Müller, Steve Hay, 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 935b93185e..42b5b57c88 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]perl52510delta.pod +PERLDELTA_CURRENT = [.pod]perl52511delta.pod $(PERLDELTA_CURRENT) : [.pod]perldelta.pod Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT) diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 7a2e761e93..4668729cee 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -1629,7 +1629,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\perl52510delta.pod + copy ..\pod\perldelta.pod ..\pod\perl52511delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1726,7 +1726,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 \ - perl52510delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl52511delta.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 6c8f7f6eec..2bf1974279 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1249,7 +1249,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\perl52510delta.pod + copy ..\pod\perldelta.pod ..\pod\perl52511delta.pod cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. @@ -1348,7 +1348,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 \ - perl52510delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl52511delta.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 318b13f688..4c434df86d 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1566,7 +1566,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\perl52510delta.pod + copy ..\pod\perldelta.pod ..\pod\perl52511delta.pod $(MINIPERL) -I..\lib $(PL2BAT) $(UTILS) $(MINIPERL) -I..\lib ..\autodoc.pl .. $(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q .. @@ -1664,7 +1664,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 \ - perl52510delta.pod perlaix.pod perlamiga.pod perlandroid.pod \ + perl52511delta.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 2917d20e21..3735fe4155 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -48,6 +48,7 @@ POD = perl.pod \ perl5241delta.pod \ perl5250delta.pod \ perl52510delta.pod \ + perl52511delta.pod \ perl5251delta.pod \ perl5252delta.pod \ perl5253delta.pod \ @@ -200,6 +201,7 @@ MAN = perl.man \ perl5241delta.man \ perl5250delta.man \ perl52510delta.man \ + perl52511delta.man \ perl5251delta.man \ perl5252delta.man \ perl5253delta.man \ @@ -352,6 +354,7 @@ HTML = perl.html \ perl5241delta.html \ perl5250delta.html \ perl52510delta.html \ + perl52511delta.html \ perl5251delta.html \ perl5252delta.html \ perl5253delta.html \ @@ -504,6 +507,7 @@ TEX = perl.tex \ perl5241delta.tex \ perl5250delta.tex \ perl52510delta.tex \ + perl52511delta.tex \ perl5251delta.tex \ perl5252delta.tex \ perl5253delta.tex \ -- Perl5 Master Repository
