The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::CPANTS::Reporter::DataDumper - dump all data to STDOUT

SYNOPSIS

see Module::CPANTS::Reporter

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.