From 748607af9687e51f318d0d9e146009cadd29c659 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 20 Feb 2011 14:58:10 +0000 Subject: [PATCH] pod/perldelta.pod: typo in 94b03d7d -> s/meaing/meaning/ --- pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b984667..ca4b980 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -29,7 +29,7 @@ to backward compatibility constraints, in Perl 5.14 only, it will be resolved as C, that is, as meaning to take the result of the substitution, and see if it is stringwise less-than-or-equal-to what follows. In Perl 5.16 and later, it will instead be resolved as -meaing to do the pattern match using the rules of the current locale, +meaning to do the pattern match using the rules of the current locale, and evaluate the rhs as an expression when doing the substitution. In 5.14, if you want the latter interpretation, you can write "el" instead. -- 2.7.4