X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FDeclare.pm;h=5f43590375478ed4c983128d1180dc5ab3c02e51;hb=09addf7ad2f5b782a3e64d3b380cc3db10199fa2;hp=6d02641d58082230de865c0eaf42a28da29172fc;hpb=0df492b983c10b7346ce8a25f430bc39be7efe98;p=p5sagit%2FDevel-Declare.git diff --git a/lib/Devel/Declare.pm b/lib/Devel/Declare.pm index 6d02641..5f43590 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. @@ -649,7 +649,7 @@ L. =head1 AUTHORS -Matt S Trout - - original author +Matt S Trout - Emst@shadowcat.co.ukE - original author Company: http://www.shadowcat.co.uk/ Blog: http://chainsawblues.vox.com/ @@ -658,10 +658,19 @@ Florian Ragwitz Erafl@debian.orgE - maintainer osfameron Eosfameron@cpan.orgE - first draft of documentation -=head1 LICENSE +=head1 COPYRIGHT AND LICENSE This library is free software under the same terms as perl itself +Copyright (c) 2007, 2008, 2009 Matt S Trout + +Copyright (c) 2008, 2009 Florian Ragwitz + +stolen_chunk_of_toke.c based on toke.c from the perl core, which is + +Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others + =cut 1;