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=c76e2f5108da1cf325a4a0cb8ea1b40dc277891d;hp=23c36e99002a5e7246f887596fe1a140d782099b;hb=0230769b5c85ed32ca22fcc11ee959a6242a59c9;hpb=cd9a3ff44ed4bea6abdd09bc8601e91344d7181b diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 23c36e9..c76e2f5 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -6,6 +6,8 @@ package Catalyst::Manual; use strict; use warnings; +our $VERSION = '5.7021'; + =head1 NAME Catalyst::Manual - The Catalyst developer's manual @@ -19,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 + +=item * -our $VERSION = '5.7015'; +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;