From: Justin Hunter Date: Mon, 14 Mar 2011 17:11:36 +0000 (-0700) Subject: fix typo X-Git-Tag: release_0.009008~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d925a56664c288c6dae32d9825fcc4eaeda08b2a;p=gitmo%2FMoo.git fix typo --- diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm index 337815f..b3a3782 100644 --- a/lib/Sub/Quote.pm +++ b/lib/Sub/Quote.pm @@ -173,7 +173,7 @@ This package provides performant ways to generate subroutines from strings. =head2 quote_sub - my $coderef = quote_sub 'Foo:bar', q{ print $x++ . "\n" }, { '$x' => \0 }; + my $coderef = quote_sub 'Foo::bar', q{ print $x++ . "\n" }, { '$x' => \0 }; Arguments: ?$name, $code, ?\%captures, ?\%options