rollback to use Catalyst qw/@plugins/
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual.pm
index 01fa2a4..431d26c 100644 (file)
@@ -1,25 +1,28 @@
-#!perl
 # Manual.pm 
 # Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
 
 package Catalyst::Manual;
 
+use strict;
+use warnings;
+
 =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<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to install
-all the dependencies you need to follow along with the Tutorial.
+Install L<Task::Catalyst::Tutorial|Task::Catalyst::Tutorial> to
+install all the dependencies you need to follow along with the
+Tutorial.
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '5.7013';
 
 1;