From 441078c249a2505af353ca7b2f96789341d1b8eb Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 15 Sep 2012 23:48:40 -0700 Subject: [PATCH] pod/perlsub.pod: Warn about possible lexsub removal --- pod/perlsub.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlsub.pod b/pod/perlsub.pod index 3bb1f0b..993b2b5 100644 --- a/pod/perlsub.pod +++ b/pod/perlsub.pod @@ -825,8 +825,8 @@ subroutine never gets that chance. Consider; =head2 Lexical Subroutines X X X X -B: Lexical subroutines are still experimental and the -implementation may change in future versions of Perl. +B: 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 pragma, which produces a warning unless the -- 2.7.4