removed last; so that _local config will be processed
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
CommitLineData
b2d85594 1Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
2\r
06b5f4a9 30.06 Wed Apr 26 2006\r
4 - remove "last;" so that _local configs will be processed\r
5\r
04ea923f 60.05 Thu Apr 18 2006\r
7 - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
8 - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
9 - attemps to load ${config}_local.$ext after ${config}.$ext for\r
10 an overriding effect\r
11\r
9742697f 120.04 Wed Feb 08 2006\r
13 - add finalize_config method\r
14 - make default finalize_config traverse the config and substitute\r
15 things beginning __HOME__/* with real path\r
468464b8 16 - don't use File::Slurp, produces annoying warnings on some systems\r
9742697f 17\r
d2afa071 180.03 Mon Jan 30 2006\r
9742697f 19 - pod fixes\r
d2afa071 20\r
c7413665 210.02 Sun Jan 29 2006\r
9742697f 22 - refactoring (suggested by Christian Hansen)\r
c7413665 23\r
b2d85594 240.01 Sat Jan 28 2006\r
9742697f 25 - original version