Version 5.80019.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index 560832e..b1bbaae 100644 (file)
@@ -3,11 +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';
+our $VERSION='5.80019';
 
 $VERSION = eval $VERSION;