moved version to ::Runtime, modified Makefile.PL
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index 4f64a3c..9d63233 100644 (file)
@@ -1,8 +1,11 @@
 package Catalyst::Runtime;
 
 use strict;
+use warnings;
 
-our $VERSION='5.70';
+BEGIN { require 5.008001; }
+
+our $VERSION='5.70_01';
 
 =head1 NAME
 
@@ -14,7 +17,7 @@ See L<Catalyst>.
 
 =head1 DESCRIPTION
 
-Catalyst Runtime class.
+This is the primary class for the Catalyst-Runtime distribution, version 5.70.
 
 =head1 AUTHOR