Catalyst is tested and works just fine with 5.8.3. Reflect in requirements.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Runtime.pm
index 81bb882..a56a842 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Runtime;
 use strict;
 use warnings;
 
-BEGIN { require 5.008004; }
+BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!