summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 80d564d71f..fcab06bd4d 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -8427,7 +8427,7 @@ C<use>ing library modules that won't work with older versions of Perl.
C<use VERSION> also enables all features available in the requested
version as defined by the C<feature> pragma, disabling any features
-not in the current version's feature bundle. See L<feature>.
+not in the requested version's feature bundle. See L<feature>.
Similarly, if the specified Perl version is greater than or equal to
5.11.0, strictures are enabled lexically as
with C<use strict>. Any explicit use of