From 1b8bf4b95ca70500e1f934a23727e6fb49e6cbb9 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 25 Feb 2012 14:00:30 -0800 Subject: perlfunc: bad wording It is not features not in the current version, but those not in the requested version, that are disabled. --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Cing library modules that won't work with older versions of Perl. C also enables all features available in the requested version as defined by the C pragma, disabling any features -not in the current version's feature bundle. See L. +not in the requested version's feature bundle. See L. Similarly, if the specified Perl version is greater than or equal to 5.11.0, strictures are enabled lexically as with C. Any explicit use of -- cgit v1.2.1