X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pm;h=310e8d9dd9981a1a5c0ea8711ff17bcc0749252d;hb=7c6892d94938b07b1ec201e2aef9695d2d35d3c5;hp=2de08ba376e5863ecff8c1ff69066c3d1253ebd5;hpb=527a8293d9d0e9f2282832a075313b99c1dcc372;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 2de08ba..310e8d9 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.700701'; +our $VERSION = '5.7017'; 1;