summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-08 21:18:44 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 21:00:54 +0800
commite50498cea0a192dac2c4674e6bf8fffa082d78a8 (patch)
treef7420c555d15bcd1351a10da6596c70b143f029e
parent53226a9d9ec68b876970175e28c0d0ba9b7e3280 (diff)
downloadperl-e50498cea0a192dac2c4674e6bf8fffa082d78a8.tar.gz
perldeprecation.pod - apostrophe as package separator goes away in 5.42
It was incorrectly documented as going away in 5.40
-rw-r--r--pod/perldeprecation.pod16
1 files changed, 8 insertions, 8 deletions
diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod
index 762b9f9a91..aef5942993 100644
--- a/pod/perldeprecation.pod
+++ b/pod/perldeprecation.pod
@@ -23,6 +23,14 @@ in Perl 5.37.10. This includes the C<when> and C<given> keywords, as well
as the smartmatch operator C<~~>. The feature will be removed entirely in the
Perl 5.42.0 production release.
+=head3 Use of C<'> as a global name separator.
+
+Perl allows use of C<'> instead of C<::> to replace the parts of a
+package or global variable name, for example C<A::B> and C<A'B> are
+equivalent.
+
+C<'> will no longer be recognized as a name separator in Perl 5.42.
+
=head2 Perl 5.40
=head3 Downgrading a C<use VERSION> to below v5.11
@@ -46,14 +54,6 @@ disabled I<even if you had previously written> C<use strict>. This was not
the previous behaviour of C<use VERSION>, which at present will track
explicitly-enabled strictness flags independently.
-=head3 Use of C<'> as a global name separator.
-
-Perl allows use of C<'> instead of C<::> to replace the parts of a
-package or global variable name, for example C<A::B> and C<A'B> are
-equivalent.
-
-C<'> will no longer be recognized as a name separator in Perl 5.40.
-
=head2 Perl 5.38
=head3 Pod::Html utility functions