From 594a52e669cf40aeb3e1f610fad70e3f919e8e10 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 8 Jan 2015 22:20:12 -0800 Subject: [PATCH] overload.pm: Typo --- lib/overload.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/overload.pm b/lib/overload.pm index 9bd15ce..fe1da6b 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 -- 1.8.3.1