diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-02-25 14:00:30 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-02-25 14:00:30 -0800 |
commit | 1b8bf4b95ca70500e1f934a23727e6fb49e6cbb9 (patch) | |
tree | 57b67c2d84b66ed0087c5dc8ca2fcdc1b0e678e5 | |
parent | a7817fa3bc92202fa7b11fd83717c607b65b350e (diff) | |
download | perl-1b8bf4b95ca70500e1f934a23727e6fb49e6cbb9.tar.gz |
perlfunc: bad wording
It is not features not in the current version, but those not in the
requested version, that are disabled.
-rw-r--r-- | pod/perlfunc.pod | 2 |
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 |