X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pm;h=a065adc02ed01a249f3d55e984e0a90a6fbb8d92;hb=6d97b9733f7cd0679097c3e8fd970bf006e354b1;hp=fddad58445e0f964ad5882982c0da4bdc50ebd27;hpb=26a91687c7e897564b5e0d27333dbbd0132d9f35;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index fddad58..a065adc 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.8001'; + =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.7012'; +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;