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=a065adc02ed01a249f3d55e984e0a90a6fbb8d92;hp=01fa2a43e0e73c090235f3cc551f48b522872040;hb=5988477160c698d0e5efd1cf1911845d40a327cf;hpb=d442cc9fbdf45a28fe02f13552f44e3e2f7ec22e diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 01fa2a4..a065adc 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -1,25 +1,72 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; +use strict; +use warnings; + +our $VERSION = '5.8001'; + =head1 NAME -Catalyst::Manual - pacakge holding the Catalyst developer's manual and tutorial +Catalyst::Manual - The Catalyst developer's manual =head1 SYNOPSIS perldoc Catalyst::Manual::Intro - perldoc Catalyst::Tutorial + perldoc Catalyst::Manual::Tutorial =head1 SEE ALSO -Get L to install -all the dependencies you need to follow along with the Tutorial. +Install L to +install all the dependencies you need to follow along with the +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 = '0.01'; +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;