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=75b900a3a06d60a0449179e50d5434e9edcc6ea2;hb=fce83e5f2a2da9f9117562d05aec1e161cc3c109;hpb=8dbc5a5b8964ef29a4a3733f16cb6696bb84038b diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 75b900a..c76e2f5 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -1,9 +1,13 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; +use strict; +use warnings; + +our $VERSION = '5.7021'; + =head1 NAME Catalyst::Manual - The Catalyst developer's manual @@ -17,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 -our $VERSION = '5.700702'; +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;