[Catalyst] YAML vs. *

Kieren Diment diment at gmail.com
Sat Jun 10 02:46:48 CEST 2006


On 10/06/06, Matt S Trout <dbix-class at trout.me.uk> wrote:
>
> Kieren Diment wrote:
> > I've read most of this thread, and my main concern is this.
> >
> > With YAML you can do this:
> >
> > use YAML;
> > my $href = {
> >  foo => 'bar'
> >  baz => 'quoxx'
> >  $fnord => \@skidoo
> > }
> >
> > print Dump $href;
> >
> > and get a YAML dump of what the config datastructure is supposed to look
> > like without problem.  This is too useful to discard.  From my cursory
> > reading of the docs, Config::General doesn't seem to support this.
>
> As I already noted upthread, yes it does.
>
> For those of you who're RTFM-challenged, search for "save_file".



OK, if that's the case, I'll vote for Config::General then too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060610/0defe535/attachment.htm 


More information about the Catalyst mailing list