From: Jesse Luehrs Date: Mon, 20 Feb 2012 14:02:09 +0000 (-0600) Subject: this is actually completely unnecessary X-Git-Tag: 2.0500~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08690392ca319d14c4b974dfd8504ee6628c2436;hp=93b814d5f72620cc3e81e7c14264e77901beae91;p=gitmo%2FMoose.git this is actually completely unnecessary --- diff --git a/lib/Moose/Cookbook/Extending/ExtensionOverview.pod b/lib/Moose/Cookbook/Extending/ExtensionOverview.pod index 553b9be..764e504 100644 --- a/lib/Moose/Cookbook/Extending/ExtensionOverview.pod +++ b/lib/Moose/Cookbook/Extending/ExtensionOverview.pod @@ -274,9 +274,6 @@ subclasses: ); } -NOTE: Make sure that your C returns the metaclass object, just as -C<< Moose->init_meta >> does. - =head1 LEGACY EXTENSION MECHANISMS Before the existence of L and