X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pm;h=95babd813f10a1f51a38c80c6c4e0f7886f177d2;hp=67d3b948430160867c699ecbcfc08489823914c5;hb=a5af6362e03b210c63c656780babc9f4af6349d4;hpb=d6a462221b516b62f0ffdd528fff404b05efa57d diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 67d3b94..95babd8 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -1,9 +1,11 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; +use strict; +use warnings; + =head1 NAME Catalyst::Manual - The Catalyst developer's manual @@ -17,10 +19,54 @@ Catalyst::Manual - The Catalyst developer's manual Install L to install all the dependencies you need to follow along with the -Tutorial. +Tutorial. You can also refer to +L +for more information on installation options. + +Some "Getting Started" Links: + +=over 4 + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back =cut -our $VERSION = '5.700501'; +our $VERSION = '5.7018'; 1;