From: Yanick Champoux Date: Thu, 21 May 2009 16:51:03 +0000 (-0400) Subject: was 'assing', assuming it to be 'were passing' X-Git-Tag: 0.005003~7^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bcdf810e36ede494f4f8f4ded22cace24cb9d7c;p=p5sagit%2FDevel-Declare.git was 'assing', assuming it to be 'were passing' --- diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 6d02641..161a539 100644 --- a/lib/Devel/Declare.pm +++ b/lib/Devel/Declare.pm @@ -590,7 +590,7 @@ We'll add this to what gets 'injected' at the beginning of the method source. return ' BEGIN { MethodHandlers::inject_scope }; '; } -So at the beginning of every method, we assing a callback that will get invoked +So at the beginning of every method, we are passing a callback that will get invoked at the I of the method's compilation... i.e. exactly then the closing C<'}'> is compiled.