projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fff5f97
)
Fix function name
Dave Rolsky [Sun, 11 Jan 2009 23:01:18 +0000 (23:01 +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
4d3326b
..
f46b9aa
100644
(file)
--- a/
lib/Moose/Cookbook/Extending/Recipe2.pod
+++ b/
lib/Moose/Cookbook/Extending/Recipe2.pod
@@
-22,7
+22,7
@@
Moose::Cookbook::Extending::Recipe2 - Providing a role for the base object class
shift;
my %options = @_;
- Moose::Util::MetaRole::apply_base_object_roles(
+ Moose::Util::MetaRole::apply_base_class_roles(
for_class => $options{for_class},
role => ['MooseX::Debugging::Role::Object'],
);