summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-19 01:13:17 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-19 01:45:49 +0100
commit54c04cb87882af1c2e2128858f415a5143d65a45 (patch)
treeaf9da954e206503282c8c749ce7dc47adbf69d43
parent8fecfff0270ab11440ed5c542d350dedf4c1d9d2 (diff)
downloadperl-54c04cb87882af1c2e2128858f415a5143d65a45.tar.gz
perldelta - Standardize references to other versions of Perl
-rw-r--r--pod/perldelta.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9bf513b760..0d3f0f4e3c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -718,7 +718,7 @@ fixed. [perl #118213]
=item *
-Starting in v5.18.0, a construct like C</[#](?{})/x> would have its C<#>
+Starting in Perl 5.18.0, a construct like C</[#](?{})/x> would have its C<#>
incorrectly interpreted as a comment. The code block would be skipped,
unparsed. This has been corrected.
@@ -798,7 +798,7 @@ C<reset> with an argument now skips scalars aliased to typeglobs
=item *
C<ucfirst> and C<lcfirst> were not respecting the bytes pragma. This was a
-regression from v5.12. [perl #117355]
+regression from Perl 5.12. [perl #117355]
=item *
@@ -811,13 +811,13 @@ problematic).
Where a regular expression included code blocks (C</(?{...})/>), and where the
use of constant overloading triggered a re-compilation of the code block, the
second compilation didn't see its outer lexical scope. This was a regression
-in 5.18.0.
+in Perl 5.18.0.
=item *
Changes to C<UNIVERSAL::DESTROY> now update DESTROY caches in all classes,
instead of causing classes that have already had objects destroyed to
-continue using the old sub. This was a regression in 5.18. [perl #114864]
+continue using the old sub. This was a regression in Perl 5.18. [perl #114864]
=item *