Create branch register_actions.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index c46fb5a..e68266c 100644 (file)
@@ -1,12 +1,19 @@
 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.8000_06';
+
+$VERSION= eval $VERSION; 
 
 =head1 NAME
 
-Catalyst::Runtime - Catalyst  Runtime version
+Catalyst::Runtime - The Catalyst Framework Runtime
 
 =head1 SYNOPSIS
 
@@ -16,8 +23,9 @@ See L<Catalyst>.
 
 This is the primary class for the Catalyst-Runtime distribution, version 5.70.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT