diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-18 13:18:58 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-18 13:45:19 -0800 |
commit | 0fac1cefdb666e8a1dde206494253c196c462aae (patch) | |
tree | ab6084f137d94aef0e6548f6c70a1093b5651174 /lib | |
parent | 1f682d5c91c5d098c52b7fe26b25d104bd1925d8 (diff) | |
download | perl-0fac1cefdb666e8a1dde206494253c196c462aae.tar.gz |
overload.pm: Doc tweaks
This sentence got mangled somehow, somewhen.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/overload.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index a2797e71e9..f107d83d09 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1692,7 +1692,7 @@ from two overloaded packages. =item * Before Perl 5.14, the relation between overloading and tie()ing was broken. -Overloading is triggered or not basing on the I<previous> class of the +Overloading was triggered or not based on the I<previous> class of the tie()d variable. This happened because the presence of overloading was checked |