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

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Thu Feb 12 16:59:47 GMT 2009


Author: autarch
Date: 2009-02-12 08:59:47 -0800 (Thu, 12 Feb 2009)
New Revision: 7632

Modified:
   Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod
Log:
Some more pod fixlets


Modified: Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod
===================================================================
--- Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod	2009-02-12 16:57:55 UTC (rev 7631)
+++ Moose/trunk/lib/Moose/Cookbook/Extending/Recipe2.pod	2009-02-12 16:59:47 UTC (rev 7632)
@@ -49,8 +49,8 @@
 but this recipe is all about how we apply that role.
 
 In this case, with the combination of L<Moose::Exporter> and
-L<Moose::Util::MetaRole>, we ensure that when a module does "S<use
-MooseX::Debugging>", it automatically gets the debugging role applied
+L<Moose::Util::MetaRole>, we ensure that when a module does C<S<use
+MooseX::Debugging>>, it automatically gets the debugging role applied
 to its base object class.
 
 There are a few pieces of code worth looking at more closely.




More information about the Moose-commits mailing list