summaryrefslogtreecommitdiff
path: root/lib/feature.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-17 13:29:04 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-17 13:32:58 -0700
commit4a904372e4d28940f0bcc3b8501925d58b3f0e68 (patch)
tree61615a52d9e4f65843b6a0f8f415c76b247d9f69 /lib/feature.pm
parent65613fc23b9817bb12168505453c08d1b6b1baf2 (diff)
downloadperl-4a904372e4d28940f0bcc3b8501925d58b3f0e68.tar.gz
Doc update for changes in 5.15.0 + tweaks
Diffstat (limited to 'lib/feature.pm')
-rw-r--r--lib/feature.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/feature.pm b/lib/feature.pm
index c32244087a..2ee1018e28 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -55,7 +55,9 @@ It is usually impossible to add new syntax to Perl without breaking
some existing programs. This pragma provides a way to minimize that
risk. New syntactic constructs, or new semantic meanings to older
constructs, can be enabled by C<use feature 'foo'>, and will be parsed
-only when the appropriate feature pragma is in scope.
+only when the appropriate feature pragma is in scope. (Nevertheless, the
+C<CORE::> prefix provides access to all Perl keywords, regardless of this
+pragma.)
=head2 Lexical effect