[Moose-commits] r7739 - Moose/trunk/lib/Moose/Manual

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Thu Feb 19 21:46:53 GMT 2009


Author: autarch
Date: 2009-02-19 13:46:53 -0800 (Thu, 19 Feb 2009)
New Revision: 7739

Modified:
   Moose/trunk/lib/Moose/Manual/BestPractices.pod
Log:
Link to MX::Types here


Modified: Moose/trunk/lib/Moose/Manual/BestPractices.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/BestPractices.pod	2009-02-19 21:46:41 UTC (rev 7738)
+++ Moose/trunk/lib/Moose/Manual/BestPractices.pod	2009-02-19 21:46:53 UTC (rev 7739)
@@ -137,8 +137,8 @@
 something like "MyApp::Type::Foo".
 
 If you're intending to package your types up for re-use using
-MooseX::Types later, avoid using characters that are invalid in perl
-identifiers such as a space or period.
+L<MooseX::Types> later, avoid using characters that are invalid in
+perl identifiers such as a space or period.
 
 =head2 Do not coerce Moose built-ins directly
 




More information about the Moose-commits mailing list