Link to MX::Types here
Dave Rolsky [Thu, 19 Feb 2009 21:46:53 +0000 (21:46 +0000)]
lib/Moose/Manual/BestPractices.pod

index 2b4fd1b..9c00570 100644 (file)
@@ -137,8 +137,8 @@ Use some sort of namespacing convention for type names. We recommend
 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