diff options
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 28e7d0b3e7..20411ea576 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -203,7 +203,7 @@ postfix form. "atan2", "cos", "sin", "exp", "abs", "log", "sqrt", If C<abs> is unavailable, it can be autogenerated using methods -for "<" or "<=>" combined with either unary minus or subtraction. +for "E<lt>" or "E<lt>=E<gt>" combined with either unary minus or subtraction. =item * I<Boolean, string and numeric conversion> @@ -376,7 +376,7 @@ can be expressed in terms of string conversion. can be expressed in terms of its "spaceship" counterpart: either C<E<lt>=E<gt>> or C<cmp>: - + <, >, <=, >=, ==, != in terms of <=> lt, gt, le, ge, eq, ne in terms of cmp @@ -476,7 +476,7 @@ to be changed are constant (but this is not enforced). =head1 AUTHOR -Ilya Zakharevich <F<ilya@math.mps.ohio-state.edu>>. +Ilya Zakharevich E<lt>F<ilya@math.mps.ohio-state.edu>E<gt>. =head1 DIAGNOSTICS |