[Moose-commits] r7630 - Moose/trunk/lib/Moose/Cookbook/Extending

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Thu Feb 12 16:51:32 GMT 2009


Author: autarch
Date: 2009-02-12 08:51:31 -0800 (Thu, 12 Feb 2009)
New Revision: 7630

Modified:
   Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod
Log:
Avoid breaking inside code


Modified: Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod	2009-02-12 16:49:20 UTC (rev 7629)
+++ Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod	2009-02-12 16:51:31 UTC (rev 7630)
@@ -73,8 +73,8 @@
 The C<< Moose->init_meta >> method does ensures that the caller has a
 sane metaclass, and we don't want to replicate that logic in our
 extension. If the C<< Moose->init_meta >> was already called (because
-the caller did C<use Moose> before using our extension), then calling
-C<< Moose->init_meta >> again is effectively a no-op.
+the caller did C<S<use Moose>> before using our extension), then
+calling C<< Moose->init_meta >> again is effectively a no-op.
 
 =head1 AUTHOR
 




More information about the Moose-commits mailing list