fix typo
Justin Hunter [Mon, 14 Mar 2011 17:11:36 +0000 (10:11 -0700)]
lib/Sub/Quote.pm

index 337815f..b3a3782 100644 (file)
@@ -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