On 10/06/06, Matt S Trout <[EMAIL PROTECTED]> 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 => [EMAIL PROTECTED]
> }
>
> 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.


_______________________________________________
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/

Reply via email to