In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/4ef3c1cb7c86ade65752d609b1e1f3bc01796b49?hp=652712ceb6868665a48a3c03c5e56110c2813cd7>

- Log -----------------------------------------------------------------
commit 4ef3c1cb7c86ade65752d609b1e1f3bc01796b49
Author: David Cantrell <da...@cantrell.org.uk>
Date:   Fri Nov 10 13:06:00 2017 +0000

    experimental::lexical_topic is no longer a warning category, it's a fatal 
compile-time error

-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 2cf2040cb1..b069fb165c 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -7085,12 +7085,6 @@ C<$array[0+$ref]>.  This warning is not given for 
overloaded objects,
 however, because you can overload the numification and stringification
 operators and then you presumably know what you are doing.
 
-=item Use of state $_ is experimental
-
-(S experimental::lexical_topic) Lexical $_ is an experimental feature and
-its behavior may change or even be removed in any future release of perl.
-See the explanation under L<perlvar/$_>.
-
 =item Use of strings with code points over 0xFF as arguments to %s
 operator is not allowed
 

-- 
Perl5 Master Repository

Reply via email to