This is version 5.80.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index c46fb5a..3d187db 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.80005';
+
+$VERSION = eval $VERSION;
 
 =head1 NAME
 
-Catalyst::Runtime - Catalyst  Runtime version
+Catalyst::Runtime - The Catalyst Framework Runtime
 
 =head1 SYNOPSIS
 
@@ -14,10 +21,11 @@ See L<Catalyst>.
 
 =head1 DESCRIPTION
 
-This is the primary class for the Catalyst-Runtime distribution, version 5.70.
+This is the primary class for the Catalyst-Runtime distribution, version 5.80.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT