pod fixes
[catagits/Catalyst-Plugin-ConfigLoader.git] / lib / Catalyst / Plugin / ConfigLoader.pm
index d1a5169..0ba9f99 100644 (file)
@@ -9,7 +9,7 @@ use Module::Pluggable::Fast
     search  => [ __PACKAGE__ ],\r
     require => 1;\r
 \r
-our $VERSION = '0.02';\r
+our $VERSION = '0.03';\r
 \r
 =head1 NAME\r
 \r
@@ -19,7 +19,9 @@ Catalyst::Plugin::ConfigLoader - Load config files of various types
 \r
     package MyApp;\r
     \r
-    use Catalyst( qw( ConfigLoader ... ) );\r
+    # ConfigLoader should be first in your list so\r
+    # other plugins can get the config information\r
+    use Catalyst qw( ConfigLoader ... );\r
        \r
     # by default myapp.* will be loaded\r
     # you can specify a file if you'd like\r
@@ -37,8 +39,8 @@ INI and Perl formats.
 =head2 setup( )\r
 \r
 This method is automatically called by Catalyst's setup routine. It will\r
-attempt to use each plugin and set the C<config()> section once a file has been\r
-successfully loaded.\r
+attempt to use each plugin and, once a file has been successfully\r
+loaded, set the C<config()> section.\r
 \r
 =cut\r
 \r