[Catalyst] YAML Config

Matt S Trout dbix-class at trout.me.uk
Tue Jul 24 16:48:30 GMT 2007


On Tue, Jul 24, 2007 at 05:56:26PM +0400, Oleg Pronin wrote:
> YAML::Syck && YAML::XS supports them.
> The problem is in aliases.
> At yaml.org specification i found only simple examples like "var2: *var1".
> But i
> need to concatenate *var1 with something ($var2 = $var1 . '/subdir').
> This code is a syntax error on all three parsers:
> var2: *var/subdir
> var2: *var /subdir
> etc
> 
> I didn't find it in specification.
> YAML::XS is the most advanced Yaml parser supporting Yaml 1.1, but it is not
> used by Catalyst.

If you want it to be, submit patches to Config::Any.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/             http://www.shadowcatsystems.co.uk/ 



More information about the Catalyst mailing list