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=210c0410fcc1e69a94ac756e2a7d96e29f3709c9;hp=120f2b0cbb653b55bb77cb324f59f54b9e949fe3;hb=cc0ef55e7569cf9746bdeaaebbc0b72ddcd97467;hpb=0f7605fd4e8ad40112ccea884b82aefaa745f0fb diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 120f2b0..210c041 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -6,6 +6,8 @@ package Catalyst::Manual; use strict; use warnings; +our $VERSION = '5.8000'; + =head1 NAME Catalyst::Manual - The Catalyst developer's manual @@ -19,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 + +=item * -our $VERSION = '5.7014'; +L + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + +=cut 1;