Version 5.80013.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index 0b35d2d..0304b89 100644 (file)
@@ -3,11 +3,11 @@ package Catalyst::Runtime;
 use strict;
 use warnings;
 
-BEGIN { require 5.008006; }
+BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80008';
+our $VERSION='5.80013';
 
 $VERSION = eval $VERSION;