added Config::General support
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
CommitLineData
b2d85594 1Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
2\r
1502c009 30.07 Mon May 01 2006\r
4 - added Config::General support\r
5 - added nicer syntax for specifying models/views/controllers where\r
6 available\r
7\r
06b5f4a9 80.06 Wed Apr 26 2006\r
9 - remove "last;" so that _local configs will be processed\r
10\r
04ea923f 110.05 Thu Apr 18 2006\r
12 - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
13 - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
14 - attemps to load ${config}_local.$ext after ${config}.$ext for\r
15 an overriding effect\r
16\r
9742697f 170.04 Wed Feb 08 2006\r
18 - add finalize_config method\r
19 - make default finalize_config traverse the config and substitute\r
20 things beginning __HOME__/* with real path\r
468464b8 21 - don't use File::Slurp, produces annoying warnings on some systems\r
9742697f 22\r
d2afa071 230.03 Mon Jan 30 2006\r
9742697f 24 - pod fixes\r
d2afa071 25\r
c7413665 260.02 Sun Jan 29 2006\r
9742697f 27 - refactoring (suggested by Christian Hansen)\r
c7413665 28\r
b2d85594 290.01 Sat Jan 28 2006\r
9742697f 30 - original version