Actually bump versions, ACTUAL 5.80028, sorry
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index 560832e..1d87766 100644 (file)
@@ -3,13 +3,11 @@ package Catalyst::Runtime;
 use strict;
 use warnings;
 
-BEGIN { require 5.008001; }
+BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80006';
-
-$VERSION = eval $VERSION;
+our $VERSION = '5.80028';
 
 =head1 NAME