From: Father Chrysostomos Date: Fri, 6 Feb 2015 20:42:34 +0000 (-0800) Subject: perlvar typo X-Git-Tag: v5.21.9~166 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/28f6df06be723914dc766be45e49f66ef35d783c perlvar typo --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 1ecc991..e14d844 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -2301,7 +2301,7 @@ object, which allows more flexible string comparisons. The main advantage of C<$]> over C<$^V> is that it works the same on any version of Perl. The disadvantages are that it can't easily be compared to versions in other formats (e.g. literal v-strings, "v1.2.3" or -version objects) and numeric comparisons can occsionally fail; it's good +version objects) and numeric comparisons can occasionally fail; it's good for string literal version checks and bad for comparing to a variable that hasn't been sanity-checked.