diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-02-14 15:02:28 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-14 16:19:08 -0800 |
commit | 54e0f05ce4bb904f953dde352028f27b07cb1fdf (patch) | |
tree | 093d960e2e34d7c96de6601db86bf21598d6a6b8 /pod/perldiag.pod | |
parent | 482a46718095d7739e7c9dd7b68086fcd2489045 (diff) | |
download | perl-54e0f05ce4bb904f953dde352028f27b07cb1fdf.tar.gz |
perldiag: rewording
‘Either’ is not usually used for contrast.
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 636feb9993..beb6175361 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -5205,7 +5205,7 @@ to be huge numbers, and so usually indicates programmer error. If you really do mean it, explicitly numify your reference, like so: C<$array[0+$ref]>. This warning is not given for overloaded objects, -either, because you can overload the numification and stringification +however, because you can overload the numification and stringification operators and then you presumably know what you are doing. =item Use of reserved word "%s" is deprecated |