This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3dd9d4e
)
overload.pm: Typo
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 9 Jan 2015 06:20:12 +0000
(22:20 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 1 Feb 2015 06:03:53 +0000
(22:03 -0800)
lib/overload.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/overload.pm
b/lib/overload.pm
index
9bd15ce
..
fe1da6b
100644
(file)
--- 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 function
s
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