Update thanks for tutorial (include dhoss)
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual.pm
index 75b900a..23c36e9 100644 (file)
@@ -1,9 +1,11 @@
-#!perl
 # Manual.pm 
 # Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
 
 package Catalyst::Manual;
 
+use strict;
+use warnings;
+
 =head1 NAME
 
 Catalyst::Manual - The Catalyst developer's manual
@@ -21,6 +23,6 @@ Tutorial.
 
 =cut
 
-our $VERSION = '5.700702';
+our $VERSION = '5.7015';
 
 1;