[Catalyst-commits] r6717 - trunk/Catalyst-Plugin-ConfigLoader
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Wed Aug 22 19:23:07 GMT 2007
Author: bricas
Date: 2007-08-22 19:23:06 +0100 (Wed, 22 Aug 2007)
New Revision: 6717
Modified:
trunk/Catalyst-Plugin-ConfigLoader/Changes
Log:
update changes
Modified: trunk/Catalyst-Plugin-ConfigLoader/Changes
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader/Changes 2007-08-22 18:18:46 UTC (rev 6716)
+++ trunk/Catalyst-Plugin-ConfigLoader/Changes 2007-08-22 18:23:06 UTC (rev 6717)
@@ -1,6 +1,11 @@
Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
0.16 Wed Aug 22 2007
+ - separated out the macro expansion code into config_substitutions()
+ (Jason Kohles)
+ - allow users to specify their own macros in
+ MyApp->config->{ substitutions } (Johnathan Rockway)
+
[THINGS THAT MAY BREAK YOUR CODE]
- use Catalyst::Utils::env_value() to get $ENV values. This means that
MYAPP_* is of higher precedence than CATALYST_* -- this differs from
More information about the Catalyst-commits
mailing list