NAME
Module::CPANTS::Reporter::DataDumper - dump all data to STDOUT
SYNOPSIS
DESCRIPTION
Simple and straight-forward (and also not very usefull..): Collect metrics of all distributions in a package global hash and use Data::Dumper to print it.
Methods
init
Not used.
report
Store $metrics->data and $metrics->flaws in hash
finish
print Dumper(\%data);
(one line of code says more then ten lines of docs...)
AUTHOR
Thomas Klausner <domm@zsi.at>
http://domm.zsi.at
LICENSE
This code is distributed under the same license as Perl.