X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManualPlaceholder.pm;fp=lib%2FCatalyst%2FManualPlaceholder.pm;h=8a9253e60b8be6d3bd50d633e1347636b4d856ee;hp=0000000000000000000000000000000000000000;hb=d90f54e9ae9b6fec6b66341d5cfaa55853ef2daa;hpb=392906f2dddf77a76284c197b97b5654322437d9 diff --git a/lib/Catalyst/ManualPlaceholder.pm b/lib/Catalyst/ManualPlaceholder.pm new file mode 100644 index 0000000..8a9253e --- /dev/null +++ b/lib/Catalyst/ManualPlaceholder.pm @@ -0,0 +1,29 @@ +#!perl +# Manual.pm +# Copyright (c) 2006 Jonathan Rockway + +package Catalyst::Manual; + +use strict; +use warnings; + +=head1 NAME + +Catalyst::Manual - The Catalyst developer's manual + +=head1 SYNOPSIS + + perldoc Catalyst::Manual::Intro + perldoc Catalyst::Manual::Tutorial + +=head1 SEE ALSO + +Install L to +install all the dependencies you need to follow along with the +Tutorial. + +=cut + +our $VERSION = '5.700704'; + +1;