From: Brad Bowman Date: Wed, 28 Sep 2011 01:22:15 +0000 (+1000) Subject: Add missing comma in Extending::Recipe1 example X-Git-Tag: 2.0301~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=e298a0f0f2034a9fce4f568d4637749df905d842 Add missing comma in Extending::Recipe1 example --- diff --git a/lib/Moose/Cookbook/Extending/Recipe1.pod b/lib/Moose/Cookbook/Extending/Recipe1.pod index 24dc9da..0f79a8c 100644 --- a/lib/Moose/Cookbook/Extending/Recipe1.pod +++ b/lib/Moose/Cookbook/Extending/Recipe1.pod @@ -230,7 +230,7 @@ directly; see the L docs. use MooseX::Embiggen::Role::Object; my ( $import, $unimport, $init_meta ) = Moose::Exporter->build_import_methods( - also => ['Moose'] metaclass_roles => + also => ['Moose'], metaclass_roles => ['MooseX::Embiggen::Role::Meta::Class'], attribute_metaclass_roles => ['MooseX::Embiggen::Role::Meta::Attribute'], constructor_class_roles =>