[Catalyst] load more than 2 yaml files in Catalyst
Joel Bernstein
joel at fysh.org
Mon Aug 21 13:04:51 CEST 2006
On Mon, Aug 21, 2006 at 10:09:10AM +0000, fayland wrote:
> Now I'm using Config::YAML to load more than 2 yaml files in Catalyst,
> but I wonder why ConfigLoader don't support to load more than 2 yaml
> files? (like a.yaml b.yaml c.yaml, but not a.yaml a_local.yaml)
Are you sure? What version of ConfigLoader are you using? You can find
out with:
perl -MCatalyst::Plugin::ConfigLoader -le 'print
$Catalyst::Plugin::ConfigLoader::VERSION'
> Am I missing something?
Not unless there's a problem with the YAML files, I'd say. Have you
verified that both are valid YAML? Do they possibly contain exactly the
same keys and overwrite each other?
/joel
More information about the Catalyst
mailing list