#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway package Catalyst::Manual; =head1 NAME Catalyst::Manual - pacakge holding the Catalyst developer's manual and tutorial =head1 SYNOPSIS perldoc Catalyst::Manual::Intro perldoc Catalyst::Tutorial =head1 SEE ALSO Get L to install all the dependencies you need to follow along with the Tutorial. =cut our $VERSION = '0.01'; 1;