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=caa7b30bb69258748844107b8d9a71ad98550688;hp=1c4bb33605306162f71b4d79748bbe9606434695;hb=61fcd13e6006a98b1321d7292300eb79659142b8;hpb=7ce05098c9b1df9078e709e5a724e821a3b3b00d diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 1c4bb33..caa7b30 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -6,7 +6,10 @@ package Catalyst::Manual; use strict; use warnings; -our $VERSION = '5.9009'; +our $VERSION = '5.9010'; + +1; +__END__ =head1 NAME @@ -20,7 +23,7 @@ Catalyst::Manual - The Catalyst developer's manual =head1 SEE ALSO -Install L to +Install L to install all the dependencies you need to follow along with the Tutorial. You can also refer to L @@ -32,7 +35,7 @@ Some "Getting Started" Links: =item * -L +L =item * @@ -96,7 +99,7 @@ http://www.packtpub.com/catalyst-perl-web-application/book =head1 SUPPORT Corrections or amendments may be submitted through L -(or L). +(or L). There is also a mailing list available for users of this distribution, at L. @@ -106,7 +109,7 @@ L. =head1 AUTHORS -Catalyst Contributors, see Catalyst.pm +Catalyst Contributors, see L =head1 COPYRIGHT AND LICENCE @@ -116,5 +119,3 @@ This is free software and content; you can redistribute it and/or modify it unde the same terms as the Perl 5 programming language system itself. =cut - -1;