summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-09-20 01:29:56 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-09-20 01:29:56 +0100
commit85cf2eeaf59c1ded2a74e6c51fc7fc6ccd5d4efe (patch)
treef21131cedabb16a8f2c6d986f8f24979aff35462
parent244e6e4e6778eaf8d73af45e27107cb7b38db256 (diff)
downloadperl-85cf2eeaf59c1ded2a74e6c51fc7fc6ccd5d4efe.tar.gz
perldelta - A couple of corrections and tweaks
-rw-r--r--pod/perldelta.pod13
1 files changed, 6 insertions, 7 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 09da3fb380..39f11d5484 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -157,7 +157,7 @@ C<B::CV::GV>, changing the return value from a C<B::SPECIAL> object on a
C<NULL> C<CvGV> to C<undef>. C<B::CV::GV> again returns a C<B::SPECIAL> object
in this case. [perl #119351]
-B version 1.44 (Perl 5.19.2) introduced four new B::OP methods, C<slabbed>,
+L<B> version 1.44 (Perl 5.19.2) introduced four new B::OP methods, C<slabbed>,
C<savefree>, C<static> and C<folded>, but these have never actually worked
until now. They used to croak.
@@ -301,7 +301,7 @@ A number of typos have been corrected in the documentation.
=item *
-L<ExtUtils::CBuilder> has been upgraded from version 0.280205 to 0.280212.
+L<ExtUtils::CBuilder> has been upgraded from version 0.280210 to 0.280212.
No changes have been made to the installed code other than the version bump to
keep in sync with the latest CPAN release.
@@ -536,7 +536,7 @@ non-existent array elements.
=item *
-L<Term::ReadLine> has been upgraded from version 1.10 to 1.14.
+L<Term::ReadLine> has been upgraded from version 1.13 to 1.14.
Term::ReadLine::EditLine support has been added.
@@ -953,9 +953,8 @@ C<\$array[0]> will compare equal to C<\undef>.
=item *
-The SV returned by HeSVKEY_force() now correctly reflects the UTF8ness
-of the underlying hash key when that key is not stored as a SV. [perl
-#79074]
+The SV returned by HeSVKEY_force() now correctly reflects the UTF8ness of the
+underlying hash key when that key is not stored as a SV. [perl #79074]
=item *
@@ -1114,7 +1113,7 @@ all stuffed into line number 0, accessible via C<$dbline[0]> in the debugger.
=item *
-An optimisation in Perl 5.18 made incorrect assumptions causing a bad
+An optimization in Perl 5.18 made incorrect assumptions causing a bad
interaction with the L<Devel::CallParser> CPAN module. If the module was
loaded then lexical variables declared in separate statements following a
C<my(...)> list might fail to be cleared on scope exit.