From: Florian Ragwitz Date: Sat, 23 May 2009 20:13:04 +0000 (+0200) Subject: Merge commit 'yanick/docs' X-Git-Tag: 0.005003~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=7ec288daeb3bcc9d1a5ee582357f5a965aafa337;hp=107322d1ee3cb2c35b37a69b6a0e04656a3c0588 Merge commit 'yanick/docs' * commit 'yanick/docs': was 'assing', assuming it to be 'were passing' --- diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 15f1b54..2e48611 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.