
Data::Dump::Ala::SHARYANTO - Use Data::Dump to dump data à la Steven Haryanto

version 0.01

use Data::Dump::Ala::SHARYANTO; dd(...);

Everyone prefers their dumps differently. I picked Data::Dump::Ala::* namespace for author-customized Data::Dump routines.
This module dumps with DateTime objects converted to strings, e.g. "2011-10-19".

Dump one or more data structures.


Steven Haryanto <stevenharyanto@gmail.com>

This software is copyright (c) 2011 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.