Note that plugin order is important
Tomas Doran [Tue, 20 Jul 2010 15:04:40 +0000 (16:04 +0100)]
Changes
share/lib/MyApp.pm.tt

diff --git a/Changes b/Changes
index 95d1b86..23124c9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
-        - don't pollute M::I plugin detector with GetOptions symbol from
+        - Note that plugin order is important in the generated skeleton.
+        - Don't pollute M::I plugin detector with GetOptions symbol from
           GetOpt::Long
         - Fix typo in share/script/myapp_server.pl.tt (RT #58475)
 
index 19f3f57..705be4e 100644 (file)
@@ -4,7 +4,11 @@ use namespace::autoclean;
 
 use Catalyst::Runtime 5.80;
 
-# Set flags and add plugins for the application
+# Set flags and add plugins for the application.
+#
+# Note that ORDERING IS IMPORTANT here as plugins are initialized in order,
+# therefore you almost certainly want to keep ConfigLoader at the head of the
+# list if you're using it.
 #
 #         -Debug: activates the debug mode for very useful log messages
 #   ConfigLoader: will load the configuration from a Config::General file in the