X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b0194a7e199fb9672ea5777d70c3d5f71662b643;hb=refs%2Ftags%2Fv0.06;hp=d8cd4b77e97b58fd9fa65e36502efef2edc199ac;hpb=b2d855940c68a8bec09c76f6235b804ef9090dc6;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Changes b/Changes index d8cd4b7..b0194a7 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,25 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. +0.06 Wed Apr 26 2006 + - remove "last;" so that _local configs will be processed + +0.05 Thu Apr 18 2006 + - __HOME__ now corresponds to $c->path_to( '' ) and nothing else + - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' ) + - attemps to load ${config}_local.$ext after ${config}.$ext for + an overriding effect + +0.04 Wed Feb 08 2006 + - add finalize_config method + - make default finalize_config traverse the config and substitute + things beginning __HOME__/* with real path + - don't use File::Slurp, produces annoying warnings on some systems + +0.03 Mon Jan 30 2006 + - pod fixes + +0.02 Sun Jan 29 2006 + - refactoring (suggested by Christian Hansen) + 0.01 Sat Jan 28 2006 - - original version \ No newline at end of file + - original version \ No newline at end of file