Updated templates
Sebastian Riedel [Fri, 10 Mar 2006 16:20:23 +0000 (16:20 +0000)]
lib/Catalyst/Helper.pm

index e1aa3ec..331de63 100644 (file)
@@ -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/;