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=bb2d453a87a1a617a9ed6f657e76a24a4f004ac9;hp=ed37413ad2fd7c8845b7b028656fcf0a85ff561e;hb=fa025310d03b9a7c3da9368c6cd7aec3ced82820;hpb=ad2a47ab061de4e7716a1049b4485825eece7a7b diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index ed37413..bb2d453 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.7020'; + =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.700703'; +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;