X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual.pm;h=95babd813f10a1f51a38c80c6c4e0f7886f177d2;hb=4b4d38842b2383a70a54bcadb493505950b469dd;hp=aeb326f5f975ccfbd4266e23d3d8d8635ad0e0a9;hpb=2e13b908c2e2cb8c81326f8f65abd4208aa24382;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index aeb326f..95babd8 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -1,12 +1,14 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; +use strict; +use warnings; + =head1 NAME -Catalyst::Manual - pacakge holding the Catalyst developer's manual and tutorial +Catalyst::Manual - The Catalyst developer's manual =head1 SYNOPSIS @@ -17,10 +19,54 @@ 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. + +Some "Getting Started" Links: + +=over 4 + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back =cut -our $VERSION = '0.01'; +our $VERSION = '5.7018'; 1;