diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 14:58:10 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 14:58:30 +0000 |
commit | 748607af9687e51f318d0d9e146009cadd29c659 (patch) | |
tree | 6bc6c4618e2a858e04de3aa7dffbc289372191ce /pod | |
parent | 7e3fee74f8eeb5f24e3d1b8f7ab2cd33305ecb31 (diff) | |
download | perl-748607af9687e51f318d0d9e146009cadd29c659.tar.gz |
pod/perldelta.pod: typo in 94b03d7d -> s/meaing/meaning/
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b984667c8b..ca4b980028 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<s/foo/bar/ le...>, 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. |