diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-08 22:20:12 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-31 22:03:53 -0800 |
commit | 594a52e669cf40aeb3e1f610fad70e3f919e8e10 (patch) | |
tree | 933c053b18af0c63ca55718e0d7237907bb6457c /lib/overload.pm | |
parent | 3dd9d4e4b1e12bd5830116e4e232b933c42be1c1 (diff) | |
download | perl-594a52e669cf40aeb3e1f610fad70e3f919e8e10.tar.gz |
overload.pm: Typo
Diffstat (limited to 'lib/overload.pm')
-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 9bd15ce7a5..fe1da6bfd4 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1054,7 +1054,7 @@ the stashes, which are rarely used directly, thus should not slow down Perl.) If a package uses overload, it carries a special flag. This flag is also -set when new function are defined or @ISA is modified. There will be a +set when new functions are defined or @ISA is modified. There will be a slight speed penalty on the very first operation thereafter that supports overloading, while the overload tables are updated. If there is no overloading present, the flag is turned off. Thus the only speed penalty |