From b7a15f05fbb487889ecf330bb4e071c2a209a50e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Thu, 10 Oct 2013 23:56:07 +0100 Subject: [PATCH] Remove non-existent English variable names from perlvar $OLD_PERL_VERSION was never exported (it was added commented-out in Perl 5.6.0, when $PERL_VERSION became $^V). $OFMT and $ARRAY_BASE were commented out in Perl 5.000. --- pod/perlvar.pod | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 4d869f1..17fd620 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -2174,10 +2174,8 @@ See L for details about error messages. =over 8 -=item $OFMT - =item $# -X<$#> X<$OFMT> +X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and @@ -2203,10 +2201,8 @@ Deprecated in Perl 5. Removed in Perl v5.10.0. -=item $ARRAY_BASE - =item $[ -X<$[> X<$ARRAY_BASE> +X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could @@ -2234,10 +2230,8 @@ Mnemonic: [ begins subscripts. Deprecated in Perl v5.12.0. -=item $OLD_PERL_VERSION - =item $] -X<$]> X<$OLD_PERL_VERSION> +X<$]> See L for a more modern representation of the Perl version that allows accurate string comparisons. -- 2.7.4