summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2013-12-20 22:47:43 +0100
committerAbigail <abigail@abigail.be>2013-12-20 22:47:43 +0100
commit03057ffb068f24a4b903638065a05ee5f148abe1 (patch)
treeb923fe4c12251df7675f3c67910e5a7b86933c9c
parent2cff31c9cc6fd336651e1ae982433cb070e9d950 (diff)
downloadperl-03057ffb068f24a4b903638065a05ee5f148abe1.tar.gz
Generate new perldelta
-rw-r--r--MANIFEST1
-rwxr-xr-xMakefile.SH8
-rw-r--r--pod/.gitignore2
-rw-r--r--pod/perl.pod1
l---------pod/perl5197delta.pod1
-rw-r--r--pod/perldelta.pod403
-rw-r--r--t/porting/known_pod_issues.dat5
-rw-r--r--vms/descrip_mms.template2
-rw-r--r--win32/Makefile4
-rw-r--r--win32/makefile.mk4
-rw-r--r--win32/pod.mak4
11 files changed, 216 insertions, 219 deletions
diff --git a/MANIFEST b/MANIFEST
index 08663b3f1f..efdc69ab89 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4512,6 +4512,7 @@ pod/perl5193delta.pod Perl changes in version 5.19.3
pod/perl5194delta.pod Perl changes in version 5.19.4
pod/perl5195delta.pod Perl changes in version 5.19.5
pod/perl5196delta.pod Perl changes in version 5.19.6
+pod/perl5197delta.pod Perl changes in version 5.19.7
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 7b64e71949..2f7668d3d4 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -503,7 +503,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/perl5197delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
+perltoc_pod_prereqs = extra.pods pod/perl5198delta.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
@@ -981,9 +981,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/perl5197delta.pod: pod/perldelta.pod
- $(RMS) pod/perl5197delta.pod
- $(LNS) perldelta.pod pod/perl5197delta.pod
+pod/perl5198delta.pod: pod/perldelta.pod
+ $(RMS) pod/perl5198delta.pod
+ $(LNS) perldelta.pod pod/perl5198delta.pod
extra.pods: $(MINIPERL_EXE)
-@test ! -f extra.pods || rm -f `cat extra.pods`
diff --git a/pod/.gitignore b/pod/.gitignore
index 8fdd46ce22..fe95321c56 100644
--- a/pod/.gitignore
+++ b/pod/.gitignore
@@ -58,7 +58,7 @@
/roffitall
# generated
-/perl5197delta.pod
+/perl5198delta.pod
/perlapi.pod
/perlintern.pod
*.html
diff --git a/pod/perl.pod b/pod/perl.pod
index fa270569dd..a8980fd16f 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -179,6 +179,7 @@ aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp
perlhist Perl history records
perldelta Perl changes since previous version
+ perl5197delta Perl changes in version 5.19.7
perl5196delta Perl changes in version 5.19.6
perl5195delta Perl changes in version 5.19.5
perl5194delta Perl changes in version 5.19.4
diff --git a/pod/perl5197delta.pod b/pod/perl5197delta.pod
new file mode 120000
index 0000000000..bb639d3f2b
--- /dev/null
+++ b/pod/perl5197delta.pod
@@ -0,0 +1 @@
+perldelta.pod \ No newline at end of file
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2023728c91..5631add2c2 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2,162 +2,161 @@
=head1 NAME
-perldelta - what is new for perl v5.19.7
+[ 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.19.8
=head1 DESCRIPTION
-This document describes differences between the 5.19.6 release and the 5.19.7
+This document describes differences between the 5.19.7 release and the 5.19.8
release.
-If you are upgrading from an earlier release such as 5.19.5, first read
-L<perl5196delta>, which describes differences between 5.19.5 and 5.19.6.
-
-=head1 Core Enhancements
+If you are upgrading from an earlier release such as 5.19.6, first read
+L<perl5197delta>, which describes differences between 5.19.6 and 5.19.7.
-=head2 Postfix syntax for maximum array index
+=head1 Notice
-The postfix notation C<< ->$#* >> has been added, to match the similar
-postfix operators added in 5.19.5. C<< $foo->$#* >> is equivalent to
-C<$#$foo>. See L<perlref>.
+XXX Any important notices here
-=head1 Incompatible Changes
-
-=head2 Data::Dumper's output may change
+=head1 Core Enhancements
-Depending on the data structures dumped and the settings set for
-Data::Dumper, the dumped output may have changed from previous
-versions.
+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.
-If you have tests that depend on the exact output of Data::Dumper,
-they may fail.
+[ List each enhancement as a =head2 entry ]
-To avoid this problem in your code, test against the data structure
-from evaluating the dumped structure, instead of the dump itself.
+=head1 Security
-=head1 Deprecations
+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 C<< CGI.pm >>
+[ List each security issue as a =head2 entry ]
-The C<< CGI.pm >> module has been deprecated since version 3.64.
+=head1 Incompatible Changes
-=head1 Modules and Pragmata
+XXX For a release on a stable branch, this section aspires to be:
-=head2 Updated Modules and Pragmata
+ 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.
-=over 4
+[ List each incompatible change as a =head2 entry ]
-=item *
+=head1 Deprecations
-L<base> has been upgraded from version 2.19 to 2.20.
+XXX Any deprecated features, syntax, modules etc. should be listed here.
-C<base> now only ignores load failure on the requested module. [perl
-#120685]
+=head2 Module removals
-=item *
+XXX Remove this section if inapplicable.
-L<CGI> has been upgraded from version 3.63 to 3.64.
+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.
-Avoids a warning about "undefined variable in user_agent" in some cases, and
-updates L<CGI::Cookie> documentation to reflect that "HttpOnly" is widely
-supported.
+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: L<CGI> is deprecated and may be removed from a future version of Perl.
+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.
-=item *
+=over
-L<constant> has been upgraded from version 1.29 to 1.30.
+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.
-=item *
+=back
-L<CPAN::Meta> has been upgraded from version 2.132830 to 2.133380.
+[ List each other deprecation as a =head2 entry ]
-=item *
+=head1 Performance Enhancements
-L<Data::Dumper> has been upgraded from version 2.149 to 2.150.
+XXX Changes which enhance performance without changing behaviour go here.
+There may well be none in a stable release.
-Regular expression objects are now dumped in a form closer to their
-original source, eg. C< qr/abc/i > is dumped as exactly that instead of
-C< qr/(?^i:abc)/ >. [perl #82948]
+[ List each enhancement as a =item entry ]
-Dumping of hash keys is now more consistent between the XS and perl
-implementations of L<Data::Dumper>, including how the C<quotekeys>
-option behaves. This may make tests that depend on the exact output
-of Data::Dumper to fail. [perl #120384]
+=over 4
=item *
-L<DynaLoader> has been upgraded from version 1.21 to 1.22.
+XXX
-=item *
-
-L<ExtUtils::MakeMaker> has been upgraded from version 6.82 to 6.84.
+=back
-=item *
+=head1 Modules and Pragmata
-L<File::Fetch> has been upgraded from version 0.44 to 0.46.
+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.
-Blacklists "ftp" on DragonflyBSD.
+[ Within each section, list entries as a =item entry ]
-=item *
+=head2 New Modules and Pragmata
-L<HTTP::Tiny> has been upgraded from version 0.038 to 0.039.
+=over 4
=item *
-L<inc::latest> has been upgraded from version 0.4202 to 0.4203.
-NOTE: L<inc::latest> is deprecated and may be removed from a future version of Perl.
+XXX
-=item *
-
-L<Locale::Codes> has been upgraded from version 3.27 to 3.28.
+=back
-=item *
+=head2 Updated Modules and Pragmata
-L<Module::Build> has been upgraded from version 0.4202 to 0.4203.
-NOTE: L<Module::Build> is deprecated and may be removed from a future version of Perl.
+=over 4
=item *
-L<Module::CoreList> has been upgraded from version 3.01 to 3.02.
+L<XXX> has been upgraded from version A.xx to B.yy.
-=item *
-
-L<PerlIO::encoding> has been upgraded from version 0.16 to 0.17.
+=back
-=item *
+=head2 Removed Modules and Pragmata
-L<PerlIO::via> has been upgraded from version 0.13 to 0.14.
+=over 4
=item *
-L<POSIX> has been upgraded from version 1.36 to 1.37.
+XXX
-=item *
+=back
-L<SDBM_File> has been upgraded from 1.10 to 1.11.
+=head1 Documentation
-Added access to SDBM constants and to opening SDBM files with explicit
-page and directory file names. [perl #114350]
+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<Storable> has been upgraded from version 2.47 to 2.48.
+XXX Changes which create B<new> files in F<pod/> go here.
-=item *
+=head3 L<XXX>
-L<threads> has been upgraded from version 1.90 to 1.91.
+XXX Description of the purpose of the new file here
-=item *
+=head2 Changes to Existing Documentation
-L<Time::Piece> has been upgraded from version 1.23 to 1.24.
+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.
-=item *
+=head3 L<XXX>
-L<Unicode::Collate> has been upgraded from version 1.02 to 1.04.
+=over 4
=item *
-L<Win32> has been upgraded from version 0.47 to 0.48.
+XXX Description of the change here
=back
@@ -167,216 +166,206 @@ 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>.
+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
-=head3 New Warnings
+XXX Newly added diagnostic messages go under here, separated into New Errors
+and New Warnings
+
+=head3 New Errors
=over 4
=item *
-L<Useless use of greediness modifier|perldiag/"Useless use of greediness modifier '%c' in regex; marked by <-- HERE in m/%s/">
+XXX L<message|perldiag/"message">
+
+=back
+
+=head3 New Warnings
+
+=over 4
+
+=item *
-This fixes [Perl #42957].
+XXX L<message|perldiag/"message">
=back
=head2 Changes to Existing Diagnostics
+XXX Changes (i.e. rewording) of diagnostic messages go here
+
=over 4
=item *
-The error messages for C<my($a?$b$c)> and C<my(do{})> now mention
-"conditional expression" and "do block", respectively, instead of reading
-'Can't declare null operation in "my"'.
+XXX Describe change here
=back
=head1 Utility Changes
-=head3 C<< Porting/corelist-perldelta.pl >>
+XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here.
+Most of these are built within the directories F<utils> and F<x2p>.
+
+[ List utility changes as a =head3 entry for each utility and =item
+entries for each change
+Use L<XXX> with program names to get proper documentation linking. ]
+
+=head3 L<XXX>
=over 4
=item *
-Ensure that the latest version of Module::CoreList is used when
-running the script.
+XXX
=back
-=head1 Testing
+=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 *
-Various tests in F<t/porting/> are no longer skipped when the perl
-F<.git> directory is outside the perl tree and pointed to by
-C<$GIT_DIR>. [perl #120505]
+XXX
=back
-=head1 Platform Support
+=head1 Testing
-=head2 Platform-Specific Notes
+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 Windows
+=item *
-Experimental support for building with Intel C++ Compiler has been extended to
-cover the dmake makefile (win32/makefile.mk) as well.
+XXX
=back
-=head1 Internal Changes
+=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
-The C<sv> argument in L<perlapi/sv_2pv_flags>, L<perlapi/sv_2iv_flags>,
-L<perlapi/sv_2uv_flags>, and L<perlapi/sv_2nv_flags> and their older wrappers
-sv_2pv, sv_2iv, sv_2uv, sv_2nv, is now non-NULL. Passing NULL now will crash.
-When the non-NULL marker was introduced en masse in 5.9.3 the functions
-were marked non-NULL, but since the creation of the SV API in 5.0 alpha 2, if
-NULL was passed, the functions returned 0 or false-type values. The code that
-supports C<sv> argument being non-NULL dates to 5.0 alpha 2 directly, and
-indirectly to Perl 1.0 (pre 5.0 api). The lack of documentation that the
-functions accepted a NULL C<sv> was corrected in 5.11.0 and between 5.11.0
-and 5.19.5 the functions were marked NULLOK. As an optimization the NULLOK code
-has now been removed, and the functions became non-NULL marked again, because
-core getter-type macros never pass NULL to these functions and would crash
-before ever passing NULL.
-
-The only way a NULL C<sv> can be passed to sv_2*v* functions is if XS code
-directly calls sv_2*v*. This is unlikely as XS code uses Sv*V* macros to get
-the underlying value out of the SV. One possible situation which leads to
-a NULL C<sv> being passed to sv_2*v* functions, is if XS code defines its own
-getter type Sv*V* macros, which check for NULL B<before> dereferencing and
-checking the SV's flags through public API Sv*OK* macros or directly using
-private API C<SvFLAGS>, and if C<sv> is NULL, then calling the sv_2*v functions
-with a NULL litteral or passing the C<sv> containing a NULL value.
+XXX
=back
-=head1 Selected Bug Fixes
+=head2 Discontinued Platforms
+
+XXX List any platforms that this version of perl no longer compiles on.
=over 4
-=item *
+=item XXX-some-platform
-C<< semctl(..., SETVAL, ...) >> would set the semaphore to the top
-32-bits of the supplied integer instead of the bottom 32-bits on
-64-bit big-endian systems. [perl #120635]
+XXX
-=item *
+=back
-A regression since v5.18.0 has been fixed in which C<qr/[[:^ascii:]]/d>
-failed to match any character in the range C<\x80> - C<\xFF> if its
-surrounding character class contained anything else. (That is, the bug
-didn't happen if the C<[:^ascii:]> was the only element of the character
-class.) [perl #120799]
+=head2 Platform-Specific Notes
-=item *
+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.
-C<< readdir() >> now only sets C<$!> on error. C<$!> is no longer set
-to C<EBADF> when then terminating C<undef> is read from the directory
-unless the system call sets C<$!>. [perl #118651]
+=over 4
-=item *
+=item XXX-some-platform
-C<&CORE::glob> no longer causes an intermittent crash due to perl's stack
-getting corrupted. [perl #119993]
+XXX
-=item *
+=back
-C<open> with layers that load modules (e.g., "<:encoding(utf8)") no longer
-runs the risk of crashing due to stack corruption.
+=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.
+
+[ List each change as a =item entry ]
-When a reference to a reference to an overloaded object was returned from
-a regular expression C<(??{...})> code block, an incorrect implicit
-dereference could take place if the inner reference had been returned by
-a code block previously.
+=over 4
=item *
-A tied variable returned from C<(??{...})> sees the inner values of match
-variables (i.e., the $1 etc. from any matches inside the block) in its
-FETCH method. This was not the case if a reference to an overloaded object
-was the last thing assigned to the tied variable. Instead, the match
-variables referred to the outer pattern during the FETCH call.
+XXX
-=item *
+=back
+
+=head1 Selected Bug Fixes
-Perl 5.18 broke autoloading via C<< ->SUPER::foo >> method calls by looking
-up AUTOLOAD from the current package rather than the current package's
-superclass. This has been fixed. [perl #120694]
+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>.
-=item *
+[ List each fix as a =item entry ]
-A longstanding bug causing C<do {} until CONSTANT>, where the constant
-holds a true value, to read unallocated memory has been resolved. This
-would usually happen after a syntax error. In past versions of Perl it has
-crashed intermittently. [perl #72406]
+=over 4
=item *
-Fix HP-UX $! failure. HP-UX strerror() returns an empty string for an
-unknown error code. This caused an assertion to fail under DEBUGGING
-builds. This patch removes the assertion and changes the return into
-a non-empty string indicating the errno is for an unknown error.
+XXX
-=item *
+=back
-Fix unexpected tainting via regexp using locale. Previously, under certain
-conditions, the use of character classes could cause tainting when it
-shouldn't. Some character classes are locale-dependent, but before this
-patch, sometimes tainting was happening even for character classes that
-don't depend on the locale. [perl #120675]
+=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.
-Under certain conditions, Perl would throw an error if in an lookbehind
-assertion in a regexp, the assertion referred to a named subpattern,
-complaining the lookbehind was variable when it wasn't. This has been
-fixed. [perl #120600], [perl #120618]. The current fix may be improved
-on in the future.
+[ List each fix as a =item entry ]
-=back
+=over 4
-=head1 Acknowledgements
+=item *
-Perl 5.19.7 represents approximately 4 weeks of development since Perl 5.19.6
-and contains approximately 90,000 lines of changes across 390 files from 26
-authors.
+XXX
-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.19.7:
+=back
+
+=head1 Obituary
-Abigail, Abir Viqar, Brian Childs, Brian Fraser, Chris 'BinGOs' Williams, Craig
-A. Berry, Dabrien 'Dabe' Murphy, Daniel Dragan, David Mitchell, Dennis
-Kaarsemaker, Evan Zacks, Father Chrysostomos, François Perrad, Graham Knop,
-James E Keenan, Jess Robinson, Karl Williamson, Kevin Ryde, Martin McGrath,
-Matthew Horsfall, Nicholas Clark, Peter Martini, Ricardo Signes, Steve Hay,
-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.19.7..HEAD
=head1 Reporting Bugs
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 342b72ab11..54b5a3c53a 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -1,4 +1,4 @@
-# This file is the data file for t/porting/podcheck.t.
+# This file is the data file for porting/podcheck.t.
# There are three types of lines.
# Comment lines are white-space only or begin with a '#', like this one. Any
# changes you make to the comment lines will be lost when the file is
@@ -228,6 +228,7 @@ pod/perlcygwin.pod Verbatim line length including indents exceeds 79 by 25
pod/perldebguts.pod Verbatim line length including indents exceeds 79 by 34
pod/perldebtut.pod Verbatim line length including indents exceeds 79 by 22
pod/perldebug.pod Verbatim line length including indents exceeds 79 by 3
+pod/perldelta.pod Apparent broken link 1
pod/perldsc.pod Verbatim line length including indents exceeds 79 by 4
pod/perldtrace.pod Verbatim line length including indents exceeds 79 by 26
pod/perlebcdic.pod Verbatim line length including indents exceeds 79 by 3
@@ -268,7 +269,7 @@ pod/perltru64.pod ? Should you be using F<...> or maybe L<...> instead of 1
pod/perltru64.pod Verbatim line length including indents exceeds 79 by 5
pod/perlvms.pod ? Should you be using F<...> or maybe L<...> instead of 1
pod/perlwin32.pod Verbatim line length including indents exceeds 79 by 12
-porting/epigraphs.pod Verbatim line length including indents exceeds 79 by 12
+porting/epigraphs.pod Verbatim line length including indents exceeds 79 by 18
porting/expand-macro.pl Verbatim line length including indents exceeds 79 by 2
porting/release_managers_guide.pod Verbatim line length including indents exceeds 79 by 6
porting/todo.pod Verbatim line length including indents exceeds 79 by 7
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 1cc70bb8ac..94e93e77d9 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -318,7 +318,7 @@ x2p : [.x2p]$(DBG)a2p$(E) [.x2p]s2p.com [.x2p]find2perl.com
extra.pods : miniperl
@ @extra_pods.com
-PERLDELTA_CURRENT = [.pod]perl5197delta.pod
+PERLDELTA_CURRENT = [.pod]perl5198delta.pod
$(PERLDELTA_CURRENT) : [.pod]perldelta.pod
Copy/NoConfirm/Log $(MMS$SOURCE) $(PERLDELTA_CURRENT)
diff --git a/win32/Makefile b/win32/Makefile
index 4fe42d6d0b..a7c359b2c2 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1179,7 +1179,7 @@ utils: $(PERLEXE) $(X2P) ..\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\perl5197delta.pod
+ copy ..\pod\perldelta.pod ..\pod\perl5198delta.pod
cd ..\win32
$(PERLEXE) $(PL2BAT) $(UTILS)
$(MINIPERL) -I..\lib ..\autodoc.pl ..
@@ -1277,7 +1277,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 \
- perl5197delta.pod perlaix.pod perlamiga.pod perlapi.pod \
+ perl5198delta.pod perlaix.pod perlamiga.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 perllinux.pod \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 00d140656b..4f99c95c10 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1363,7 +1363,7 @@ utils: $(PERLEXE) $(X2P) ..\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\perl5197delta.pod
+ copy ..\pod\perldelta.pod ..\pod\perl5198delta.pod
$(PERLEXE) $(PL2BAT) $(UTILS)
$(MINIPERL) -I..\lib ..\autodoc.pl ..
$(MINIPERL) -I..\lib ..\pod\perlmodlib.PL -q ..
@@ -1460,7 +1460,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 \
- perl5197delta.pod perlaix.pod perlamiga.pod perlapi.pod \
+ perl5198delta.pod perlaix.pod perlamiga.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 perllinux.pod \
diff --git a/win32/pod.mak b/win32/pod.mak
index e3f8022b42..99f7701a9e 100644
--- a/win32/pod.mak
+++ b/win32/pod.mak
@@ -42,6 +42,7 @@ POD = perl.pod \
perl5195delta.pod \
perl5196delta.pod \
perl5197delta.pod \
+ perl5198delta.pod \
perl561delta.pod \
perl56delta.pod \
perl581delta.pod \
@@ -177,6 +178,7 @@ MAN = perl.man \
perl5195delta.man \
perl5196delta.man \
perl5197delta.man \
+ perl5198delta.man \
perl561delta.man \
perl56delta.man \
perl581delta.man \
@@ -312,6 +314,7 @@ HTML = perl.html \
perl5195delta.html \
perl5196delta.html \
perl5197delta.html \
+ perl5198delta.html \
perl561delta.html \
perl56delta.html \
perl581delta.html \
@@ -447,6 +450,7 @@ TEX = perl.tex \
perl5195delta.tex \
perl5196delta.tex \
perl5197delta.tex \
+ perl5198delta.tex \
perl561delta.tex \
perl56delta.tex \
perl581delta.tex \