From 9b692f791a54d0d27db42bcad2dcf5b6954785a0 Mon Sep 17 00:00:00 2001 From: Justin Hunter Date: Fri, 29 Oct 2010 12:52:39 -0700 Subject: we already dep on 5.8, so use 5.8 --- lib/ComponentUI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3-54-g00ecf