clarifying where Catalyst::Manual::* is
Kieren Diment [Fri, 17 Aug 2007 13:54:31 +0000 (13:54 +0000)]
lib/Catalyst/Manual.pm [moved from lib/Catalyst/Manual.pod with 78% similarity]

similarity index 78%
rename from lib/Catalyst/Manual.pod
rename to lib/Catalyst/Manual.pm
index dc52182..96bb059 100644 (file)
@@ -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<Catalyst::Manual|http://search.cpan.org/search?query=Catalyst%3A%3AManual&mode=dist> distribution.
+
 =item *
 
 L<Catalyst::Manual::About>