added a test :P
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual.pm
index cf0fecd..fddad58 100644 (file)
@@ -1,12 +1,14 @@
-#!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
 
@@ -21,6 +23,6 @@ Tutorial.
 
 =cut
 
-our $VERSION = '5.700301';
+our $VERSION = '5.7012';
 
 1;