Package : perl-Data-Peek

Package details

Summary: A collection of low-level debug facilities

Description:
Data::Peek started off as 'DDumper' being a wrapper module over the
Data::Dumper manpage, but grew out to be a set of low-level data
introspection utilities that no other module provided yet, using the lowest
level of the perl internals API as possible.

DDumper ($var, ...)
Not liking the default output of Data::Dumper, and always feeling the
need to set '$Data::Dumper::Sortkeys = 1;', and not liking any of the
default layouts, this function is just a wrapper around
Data::Dumper::Dumper with everything set as I like it.

$Data::Dumper::Sortkeys = 1;
$Data::Dumper::Indent = 1;


URL: http://metacpan.org/release/Data-Peek
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs