Prepare for 5.7099_01
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index c46fb5a..3e79489 100644 (file)
@@ -1,8 +1,13 @@
 package Catalyst::Runtime;
 
 use strict;
+use warnings;
 
-our $VERSION='5.70';
+BEGIN { require 5.008001; }
+
+# Remember to update this in Catalyst as well!
+
+our $VERSION='5.7099_01';
 
 =head1 NAME
 
@@ -18,6 +23,7 @@ This is the primary class for the Catalyst-Runtime distribution, version 5.70.
 
 =head1 AUTHOR
 
+The Catalyst Core Team - see http://catalyst.perl.org/
 
 =head1 COPYRIGHT