X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pm;h=bb2d453a87a1a617a9ed6f657e76a24a4f004ac9;hb=7e8cd0091d6a251c847dc3abd269f864af0f9d50;hp=cf0fecd429b57565bf5b3ed96640e64093b5e4f2;hpb=a0b8cf3600c743786c8b74ce97fb33300a1a6e0a;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index cf0fecd..bb2d453 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -1,12 +1,16 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; +use strict; +use warnings; + +our $VERSION = '5.7020'; + =head1 NAME -Catalyst::Manual - pacakge holding the Catalyst developer's manual and tutorial +Catalyst::Manual - The Catalyst developer's manual =head1 SYNOPSIS @@ -17,10 +21,52 @@ Catalyst::Manual - pacakge holding the Catalyst developer's manual and tutorial 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.700301'; +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;