This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pod/perlsub.pod: Warn about possible lexsub removal
authorFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 06:48:40 +0000 (23:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 17 Sep 2012 23:57:51 +0000 (16:57 -0700)
pod/perlsub.pod

index 3bb1f0b..993b2b5 100644 (file)
@@ -825,8 +825,8 @@ subroutine never gets that chance.  Consider;
 =head2 Lexical Subroutines
 X<my sub> X<state sub> X<our sub> X<subroutine, lexical>
 
-B<WARNING>: Lexical subroutines are still experimental and the
-implementation may change in future versions of Perl.
+B<WARNING>: Lexical subroutines are still experimental.  The feature may be
+modified or removed in future versions of Perl.
 
 Lexical subroutines are only available under the C<use feature
 'lexical_subs'> pragma, which produces a warning unless the