aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-09-29 20:40:12 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-09-29 20:40:12 +0000
commit6ab43711ccd779eedce107001b300043e2056a0c (patch)
treeedb162ef7eaaf0aeda8a3e8fac49e4d07a637df8 /lib/ComponentUI.pm
parentff460bc0b2bc0dc060f45cc8ac9e85d275fabcd0 (diff)
downloadreaction-6ab43711ccd779eedce107001b300043e2056a0c.tar.gz
reaction-6ab43711ccd779eedce107001b300043e2056a0c.zip
It is starting to look like this may actually work after all. Listview is the only one left i think, although the bar tests are still giving me trouble. TODO: add to the collection actions a truncate action. should be useful
Diffstat (limited to 'lib/ComponentUI.pm')
-rw-r--r--lib/ComponentUI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ComponentUI.pm b/lib/ComponentUI.pm
index f1938c5..ae7751f 100644
--- a/lib/ComponentUI.pm
+++ b/lib/ComponentUI.pm
@@ -13,7 +13,7 @@ use Catalyst::Runtime '5.70';
# Static::Simple: will serve static files from the application's root
# directory
-use Catalyst qw/-Debug ConfigLoader Static::Simple I18N/;
+use Catalyst qw/ ConfigLoader -Debug Static::Simple I18N /;
our $VERSION = '0.01';