Matt S Trout schrieb:
> I love YAML as a serialisation format for data transfer, but so far as stuff 
> like config files that are designed for human write / machine read, I 
> personally think it sucks. Massively.

I agree but what about something like:

'View::TToolkit' =>
  { INCLUDE_PATH => [__PACKAGE__->path_to('tt2/content'),
                     __PACKAGE__->path_to('tt2/lib')    ],
    WRAPPER      => [qw/html layout/],
    PRE_PROCESS  => [qw/config macros design/],
    ...

Although INI style is my preferred format, the above is definitely not
easy to formulate that way or am I missing something?

And XML and JSON seem to be a little bit too 'noisy' to me ...


-Thomas

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Catalyst mailing list
[EMAIL PROTECTED]
http://lists.rawmode.org/mailman/listinfo/catalyst

Reply via email to