X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pm;h=bb2d453a87a1a617a9ed6f657e76a24a4f004ac9;hb=56a2fe2a23306819678c534f48c4932866ec825e;hp=431d26c37677b3293e9d518cf37d4b6024a392b9;hpb=b411df01b40662f125aa854a7c25097bc53ad86a;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 431d26c..bb2d453 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.7020'; + =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.7013'; +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;