John,
John Tate wrote:
I've been trying to get C::P::ConfigLoader (0.18) to load "local"
configuration files. From my reading of the documentation, if have a
Config::General configuration file called "myapp.conf", I should be able
to load another file named something like "myapp_local.conf", but I've
not been able to make it work. I can't find any other reports of this
problem, so I'm probably misreading the documentation or misusing the
plugin...
I've yet to see an issue that would prevent the "suffix" option to work
as expected. I've confirmed with mst, who uses Config::General files,
that it works for him.
Are you setting any configuration or environment variables to further
tweak ConfigLoader's workings? (i.e. any of the settings described in
get_config_path() [1] and get_config_local_suffix() [2])
-Brian
[1]
http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader.pm#get_config_path
[2]
http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader.pm#get_config_local_suffix
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/