projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8344c2b
)
need to use Moose in this example
Jesse Luehrs [Mon, 20 Feb 2012 15:29:16 +0000 (09:29 -0600)]
lib/Moose/Cookbook/Extending/ExtensionOverview.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook/Extending/ExtensionOverview.pod
b/lib/Moose/Cookbook/Extending/ExtensionOverview.pod
index
05f10df
..
20e2a77
100644
(file)
--- a/
lib/Moose/Cookbook/Extending/ExtensionOverview.pod
+++ b/
lib/Moose/Cookbook/Extending/ExtensionOverview.pod
@@
-221,6
+221,7
@@
And then the consumer of your extension can use your C<embiggen> sub:
package Consumer;
+ use Moose;
use MooseX::Embiggen;
extends 'Thing';