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=5df4a86146fce4d7040a6bdcad05ecac7363c749;hp=cf0fecd429b57565bf5b3ed96640e64093b5e4f2;hb=bd8307d21f800e128c712686dbd90052fa28ed13;hpb=a0b8cf3600c743786c8b74ce97fb33300a1a6e0a diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index cf0fecd..5df4a86 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. + +Documentation Map: + +=over 4 + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back =cut -our $VERSION = '5.700301'; +our $VERSION = '5.7017'; 1;