X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FQuote.pm;h=9b3d53a1da1cf56d19bd97f19db8742b3528d609;hb=b4bd8687ff61164eb721d47158abb19d8482cfa1;hp=3c12c61acf908e6554b1ee3d5f0a83e050934ad3;hpb=fca6944d9bb43268e3f8efb00c0edad08ca0eb9f;p=gitmo%2FMoo.git diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm index 3c12c61..9b3d53a 100644 --- a/lib/Sub/Quote.pm +++ b/lib/Sub/Quote.pm @@ -167,7 +167,10 @@ C<$name> is the subroutine where the coderef will be installed. C<$code> is a string that will be turned into code. C<\%captures> is a hashref of variables that will be made available to the -code. See the L's C for an example using captures. +code. The keys should be the full name of the variable to be made available, +including the sigil. The values should be references to the values. The +variables will contain copies of the values. See the L's +C for an example using captures. =head3 options