Added ConfigLoader support, LTjake needs to inline ConfigLoader and ConfigLoader...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
index d965711..73f130a 100644 (file)
@@ -537,7 +537,7 @@ use warnings;
 # Static::Simple: will serve static files from the application's root 
 # directory
 #
-use Catalyst qw/-Debug Static::Simple/;
+use Catalyst qw/-Debug ConfigLoader Static::Simple/;
 
 our $VERSION = '0.01';