From: Dave Rolsky Date: Sun, 11 Jan 2009 23:01:18 +0000 (+0000) Subject: Fix function name X-Git-Tag: 0.65~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d72e8c097150d3a85a2a8e9e8791b30bfde2e53;p=gitmo%2FMoose.git Fix function name --- diff --git a/lib/Moose/Cookbook/Extending/Recipe2.pod b/lib/Moose/Cookbook/Extending/Recipe2.pod index 4d3326b..f46b9aa 100644 --- 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'], );