On Thu, Jul 06, 2006 at 09:28:23AM +0200, Marcello Romani wrote:
> FWIW, I prefer Data::Dump over Data::Dumper, too.
I was thinking about this a little last night.
How about leaving the dumper() method as-is (since Data::Dumper is core
I believe) and adding a new method dump() - which is in keeping with the
Data::Dump function name?
Is there any easy way that you could get a YAML Dump method in there as well? Sometimes it's useful to be able to do a human readable data serialisation format.
_______________________________________________ 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/
