projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0916778
)
More doc fixes
Dave Rolsky [Sun, 11 Jan 2009 23:15:09 +0000 (23:15 +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
961b7e2
..
f165e26
100644
(file)
--- a/
lib/Moose/Cookbook/Extending/Recipe2.pod
+++ b/
lib/Moose/Cookbook/Extending/Recipe2.pod
@@
-27,7
+27,7
@@
Moose::Cookbook::Extending::Recipe2 - Providing a role for the base object class
Moose::Util::MetaRole::apply_base_class_roles(
for_class => $options{for_class},
- role => ['MooseX::Debugging::Role::Object'],
+ roles => ['MooseX::Debugging::Role::Object'],
);
}