X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSub%2FQuote.pm;h=f8087e7b853336e66ed6e0e851a80d6ce479a0d0;hb=0d39f9d397a590b65690ec0ac4a2384c82f00944;hp=f58652a85da2f5c5eda2a77f663d553b1b4538ec;hpb=c4fd8838d160a75dd495ed357ca50bfc4aedfd70;p=gitmo%2FRole-Tiny.git diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm index f58652a..f8087e7 100644 --- a/lib/Sub/Quote.pm +++ b/lib/Sub/Quote.pm @@ -195,10 +195,10 @@ passed subroutine name on undefer. my $coderef = unquote_sub $sub; -Forcibly replace subroutine with actual code. Note that as many subs are -unquoted at a time for performance reasons. This means that if you have a -syntax error in one of your quoted subs you may find out when some other sub -is unquoted. +Forcibly replace subroutine with actual code. Note that for performance +reasons all quoted subs declared so far will be globally unquoted/parsed in +a single eval. This means that if you have a syntax error in one of your +quoted subs you may find out when some other sub is unquoted. If $sub is not a quoted sub, this is a no-op.