From: Dave Rolsky Date: Sun, 11 Jan 2009 23:15:09 +0000 (+0000) Subject: More doc fixes X-Git-Tag: 0.65~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b51819d68b30a8fb388f0d23d8ddbef65f6c9e3a;p=gitmo%2FMoose.git More doc fixes --- diff --git a/lib/Moose/Cookbook/Extending/Recipe2.pod b/lib/Moose/Cookbook/Extending/Recipe2.pod index 961b7e2..f165e26 100644 --- 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'], ); }