From: Kieren Diment Date: Fri, 17 Aug 2007 13:54:31 +0000 (+0000) Subject: clarifying where Catalyst::Manual::* is X-Git-Tag: 5.7099_04~158 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c8870b8c94c51b11c52d131e3e8c0ac13fd9f28e clarifying where Catalyst::Manual::* is --- diff --git a/lib/Catalyst/Manual.pod b/lib/Catalyst/Manual.pm similarity index 78% rename from lib/Catalyst/Manual.pod rename to lib/Catalyst/Manual.pm index dc52182..96bb059 100644 --- a/lib/Catalyst/Manual.pod +++ b/lib/Catalyst/Manual.pm @@ -9,6 +9,17 @@ reference for Catalyst. =over 4 +=head1 IMPORTANT NOTE + +If you need to read the Catalyst Manual make sure that you have +Catalyst::Manual installed from cpan. To check that it is installed run the following command from a unix (bash) prompt: + + $ perldoc -t Catalyst::Manual::Tutorial::CatalystBasics 2>&1 >/dev/null && echo OK || echo MISSING + +If you see "OK" as the output, it's there, if you see "MISSING" you +need to install the +L distribution. + =item * L