X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FDeclare.pm;h=161a5393eefef380c40c629045589e56282572d9;hb=5bcdf810e36ede494f4f8f4ded22cace24cb9d7c;hp=6d02641d58082230de865c0eaf42a28da29172fc;hpb=0df492b983c10b7346ce8a25f430bc39be7efe98;p=p5sagit%2FDevel-Declare.git 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.