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 _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
