fixed docs with respect to __path_to()__
Brian Cassidy [Wed, 12 Jul 2006 15:31:01 +0000 (15:31 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index 5d52435..cbb8676 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
 \r
+0.12  Wed Jul 12 2006\r
+    - fixed __path_to()__ docs\r
+\r
 0.11  Tue Jul 11 2006\r
     - remember, kids: 09 > 1\r
 \r
index fc0b9a1..ae13706 100644 (file)
@@ -7,7 +7,7 @@ use NEXT;
 use Module::Pluggable::Object ();\r
 use Data::Visitor::Callback;\r
 \r
-our $VERSION = '0.11';\r
+our $VERSION = '0.12';\r
 \r
 =head1 NAME\r
 \r
@@ -94,7 +94,7 @@ ConfigLoader provides a default finalize_config method which
 walks through the loaded config hash and replaces any strings\r
 beginning containing C<__HOME__> with the full path to\r
 app's home directory (i.e. C<$c-E<gt>path_to('')> ).\r
-You can also use C<__path_to('foo/bar')__> which translates to\r
+You can also use C<__path_to(foo/bar)__> which translates to\r
 C<$c-E<gt>path_to('foo', 'bar')> \r
 \r
 =cut\r