X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pm;h=bb2d453a87a1a617a9ed6f657e76a24a4f004ac9;hb=896ec18466277312d08e0a18d6e5d66ec7aae4ac;hp=67d3b948430160867c699ecbcfc08489823914c5;hpb=d6a462221b516b62f0ffdd528fff404b05efa57d;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 67d3b94..bb2d453 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -1,9 +1,13 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; +use strict; +use warnings; + +our $VERSION = '5.7020'; + =head1 NAME Catalyst::Manual - The Catalyst developer's manual @@ -17,10 +21,52 @@ 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. -=cut +Some "Getting Started" Links: + +=over 4 + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L -our $VERSION = '5.700501'; +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;