perldiag: Remove ‘The %s feature...’
authorFather Chrysostomos <sprout@cpan.org>
Sat, 9 Nov 2013 05:44:18 +0000 (21:44 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 9 Nov 2013 06:09:02 +0000 (22:09 -0800)
The idea when this was added was for ‘use feature’ to warn when
an experimental feature was enabled.  Things didn’t turn out that
way.  Only lexical subs follow that wording, and they have their
own entry in perldiag, so this one is unnecessary.

pod/perldiag.pod

index 81eef8e..cbef6d4 100644 (file)
@@ -5146,17 +5146,6 @@ think the U.S. Government thinks it's a secret, or at least that they
 will continue to pretend that it is.  And if you quote me on that, I
 will deny it.
 
-=item The %s feature is experimental
-
-(S experimental) This warning is emitted if you enable an experimental
-feature via C<use feature>.  Simply suppress the warning if you want
-to use the feature, but know that in doing so you are taking the risk
-of using an experimental feature which may change or be removed in a
-future Perl version:
-
-    no warnings "experimental::lexical_subs";
-    use feature "lexical_subs";
-
 =item The %s function is unimplemented
 
 (F) The function indicated isn't implemented on this architecture,