From: Graham Knop Date: Mon, 27 May 2013 04:48:24 +0000 (-0400) Subject: remove out of date docs about unquoting all subs X-Git-Tag: v1.003000~80 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b53b6c193902cc572bc2b81c11889bff7cd3bd0f;p=gitmo%2FMoo.git remove out of date docs about unquoting all subs --- diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm index 0f367f9..5e8e457 100644 --- a/lib/Sub/Quote.pm +++ b/lib/Sub/Quote.pm @@ -178,10 +178,7 @@ passed subroutine name on undefer. my $coderef = unquote_sub $sub; -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. +Forcibly replace subroutine with actual code. If $sub is not a quoted sub, this is a no-op.