better mention Catalyst-Devel too
Kieren Diment [Fri, 24 Aug 2007 01:51:00 +0000 (01:51 +0000)]
lib/Catalyst/Manual.pm

index 77ef708..8170e5e 100644 (file)
@@ -10,13 +10,15 @@ reference for Catalyst.
 =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:
+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.
+L<Catalyst::Manual|http://search.cpan.org/search?query=Catalyst%3A%3AManual&mode=dist>
+distribution.
 
 =over 4