From: Brian Cassidy Date: Wed, 12 Jul 2006 15:31:01 +0000 (+0000) Subject: fixed docs with respect to __path_to()__ X-Git-Tag: v0.12~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=6015f463906f16caa933d9355cc503d5e15c4340 fixed docs with respect to __path_to()__ --- diff --git a/Changes b/Changes index 5d52435..cbb8676 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. +0.12 Wed Jul 12 2006 + - fixed __path_to()__ docs + 0.11 Tue Jul 11 2006 - remember, kids: 09 > 1 diff --git a/lib/Catalyst/Plugin/ConfigLoader.pm b/lib/Catalyst/Plugin/ConfigLoader.pm index fc0b9a1..ae13706 100644 --- a/lib/Catalyst/Plugin/ConfigLoader.pm +++ b/lib/Catalyst/Plugin/ConfigLoader.pm @@ -7,7 +7,7 @@ use NEXT; use Module::Pluggable::Object (); use Data::Visitor::Callback; -our $VERSION = '0.11'; +our $VERSION = '0.12'; =head1 NAME @@ -94,7 +94,7 @@ ConfigLoader provides a default finalize_config method which walks through the loaded config hash and replaces any strings beginning containing C<__HOME__> with the full path to app's home directory (i.e. C<$c-Epath_to('')> ). -You can also use C<__path_to('foo/bar')__> which translates to +You can also use C<__path_to(foo/bar)__> which translates to C<$c-Epath_to('foo', 'bar')> =cut