This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc: bad wording
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:00:30 +0000 (14:00 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Feb 2012 22:00:30 +0000 (14:00 -0800)
It is not features not in the current version, but those not in the
requested version, that are disabled.

pod/perlfunc.pod

index 80d564d..fcab06b 100644 (file)
@@ -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