aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hunter <justin.d.hunter@gmail.com>2010-10-29 12:52:39 -0700
committerJustin Hunter <justin.d.hunter@gmail.com>2010-10-29 12:52:39 -0700
commit9b692f791a54d0d27db42bcad2dcf5b6954785a0 (patch)
tree0f72a748cd55ddf5339d4d06ba7b02c139571e36
parentaa2b2a70313eb4302c85f753edc53127865847e5 (diff)
downloadreaction-9b692f791a54d0d27db42bcad2dcf5b6954785a0.tar.gz
reaction-9b692f791a54d0d27db42bcad2dcf5b6954785a0.zip
we already dep on 5.8, so use 5.8
-rw-r--r--lib/ComponentUI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ComponentUI.pm b/lib/ComponentUI.pm
index 09ec8bf..cce58cf 100644
--- a/lib/ComponentUI.pm
+++ b/lib/ComponentUI.pm
@@ -3,7 +3,7 @@ package ComponentUI;
use strict;
use warnings;
-use Catalyst::Runtime '5.70';
+use Catalyst::Runtime '5.80';
# Set flags and add plugins for the application
#