summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-15 22:02:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-15 22:45:11 -0700
commitebd2568602497a1cca32683caa01bc948f2637f1 (patch)
treef98cc4bf1a7c4521170d6099067cba9c5271eac5 /pod
parent301381dc4c17004a66294b221c6cce2e4e4f1e1f (diff)
downloadperl-ebd2568602497a1cca32683caa01bc948f2637f1.tar.gz
Add experimental lexical_subs feature
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 47e0adb402..fd09b6596e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4763,6 +4763,17 @@ 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, according