From: Dave Rolsky Date: Thu, 19 Feb 2009 21:46:53 +0000 (+0000) Subject: Link to MX::Types here X-Git-Tag: 0.71_01~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=289ea8f2843d8b2f4903e6f8a36ef0a0f54f2dc4;p=gitmo%2FMoose.git Link to MX::Types here --- diff --git a/lib/Moose/Manual/BestPractices.pod b/lib/Moose/Manual/BestPractices.pod index 2b4fd1b..9c00570 100644 --- a/lib/Moose/Manual/BestPractices.pod +++ b/lib/Moose/Manual/BestPractices.pod @@ -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 later, avoid using characters that are invalid in +perl identifiers such as a space or period. =head2 Do not coerce Moose built-ins directly