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=5bd01eb63fed6d387101fbc5dd1a346600b6b24f;hp=76f3da9a008125544276d94c935022c6a5a40471;hb=4ab6212da7a5e07df9837b0e57fb2b0c37aa9759;hpb=8f45565456f999c57d82a3588d70677f8cc83e5d diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 76f3da9..5bd01eb 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -1,4 +1,3 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway @@ -7,6 +6,8 @@ package Catalyst::Manual; use strict; use warnings; +our $VERSION = '5.7019'; + =head1 NAME Catalyst::Manual - The Catalyst developer's manual @@ -20,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.700702'; +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;