projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9a823f2
)
Fix some bugs in the recipe code
Dave Rolsky [Wed, 18 Feb 2009 19:56:57 +0000 (19:56 +0000)]
lib/Moose/Cookbook/Extending/Recipe2.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook/Extending/Recipe2.pod
b/lib/Moose/Cookbook/Extending/Recipe2.pod
index
482b291
..
d12e56f
100644
(file)
--- a/
lib/Moose/Cookbook/Extending/Recipe2.pod
+++ b/
lib/Moose/Cookbook/Extending/Recipe2.pod
@@
-15,7
+15,6
@@
Moose::Cookbook::Extending::Recipe2 - Providing a role for the base object class
use Moose ();
use Moose::Exporter;
use Moose::Util::MetaRole;
- use MooseX::Debugging::Role::Object;
Moose::Exporter->setup_import_methods;
@@
-33,6
+32,8
@@
Moose::Cookbook::Extending::Recipe2 - Providing a role for the base object class
package MooseX::Debugging::Role::Object;
+ use Moose::Role;
+
after 'BUILD' => sub {
my $self = shift;