summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-19 00:20:28 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-19 00:20:28 -0500
commitf1303084adaa736e56134d46dba2e9651bec6d1a (patch)
tree344294c2a091e1a82e091fc6b773c39bc0957c5a
parentb1c9e38d5ae86a3af29afb29e087ef4399802115 (diff)
downloadperl-f1303084adaa736e56134d46dba2e9651bec6d1a.tar.gz
fix inadvertent removal during editing
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index eeb70d3cb3..7fdd7f2e0d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -36,7 +36,7 @@ here, but most should go in the L</Performance Enhancements> section.
Several more built-in functions have been added as subroutines to the
CORE:: namespace, namely, those non-overridable keywords that can be
implemented without custom parsers: C<defined>, C<delete>, C<exists>,
-C<glob>, C<pos>, C<protoytpe>, C<scalar>, C<split>, and C<undef>.
+C<glob>, C<pos>, C<protoytpe>, C<scalar>, C<split>, C<study>, and C<undef>.
As some of these have prototypes, C<prototype('CORE::...')> has been
changed to not make a distinction between overridable and non-overridable