projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2129014
)
fix typo
Justin Hunter [Mon, 14 Mar 2011 17:11:36 +0000 (10:11 -0700)]
lib/Sub/Quote.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Sub/Quote.pm
b/lib/Sub/Quote.pm
index
337815f
..
b3a3782
100644
(file)
--- 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