From: Sebastian Riedel Date: Fri, 10 Mar 2006 16:20:23 +0000 (+0000) Subject: Updated templates X-Git-Tag: 5.7099_04~675 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e28421a81ab60708d24a6f4fef69ddbbe1bdbac6;hp=de6fb80a66ecfeb21ab707daf70de17cc02415f8 Updated templates --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index e1aa3ec..331de63 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -544,8 +544,10 @@ use warnings; # Set flags and add plugins for the application # # -Debug: activates the debug mode for very useful log messages +# ConfigLoader: will load the configuration from a YAML file in the +# application's home directory # Static::Simple: will serve static files from the application's root -# directory +# directory # use Catalyst qw/-Debug ConfigLoader Static::Simple/;