=pod
=encoding utf8
=head1 The Dumbbench module
This is the I
=head2 Documentation
To read about L
% perldoc lib/Dumbbench.pm
If you have already installed the module, you can specify the module name instead of the file location:
% perldoc Dumbbench
You can read the documentation and inspect the meta data on L<MetaCPAN|https://metacpan.org/pod/Dumbbench>.
The standard module documentation has example uses in the SYNOPSIS
section, but you can also look in the I
=head2 Installation
You can install this module with a CPAN client, which will resolve and install the dependencies:
% cpan Dumbbench
% cpanm Dumbbench
You can also install directly from the distribution directory, which will also install the dependencies:
% cpan .
% cpanm .
You could install just this module manually:
% perl Makefile.PL
% make
% make test
% make install
You probably don't want to do that unless you're fiddling with the module and only want to run the tests without installing anything.
=head3 Dumbbench::BoxPlot install
If you want to use L
First, you need to provide development headers for the L<ROOT|https://root.cern.ch> application. How to install depends on your operational system requirements. For Ubuntu 16.04, installing the following packages will do:
sudo apt-get install libroot-gui-dev libroot-graf3d-g3d-dev libroot-graf3d-gl-dev libroot-graf2d-postscript-dev libroot-math-physics-dev
After that, you will need to install the L
% cpanm SOOT
=head2 Source location
The meta data, such as the source repository and bug tracker, is in
I
=over 4
=item * Lhttps://github.com/briandfoy/dumbbench
=back
If you find a problem, file a ticket in the L<issue tracker|https://github.com/briandfoy/dumbbench/issues>:
=over 4
=item * Lhttps://github.com/briandfoy/dumbbench/issues
=back
=head2 Getting help
Although I'm happy to hear from module users in private email, that's the best way for me to forget to do something.
Besides the issue trackers, you can find help at L<Perlmonks|http://www.perlmonks.org> or L<Stackoverflow|http://www.stackoverflow.com>, both of which have many competent Perlers who can answer your question, almost in real time. They might not know the particulars of this module, but they can help you diagnose your problem.
You might like to read L<brian's Guide to Solving Any Perl Problem|https://briandfoy.github.io/brians-guide-to-solving-any-perl-problem/>.
=head2 Copyright and License
You should have received a I
=head2 Good luck!
Enjoy,
brian d foy, briandfoy@pobox.com Steffen Mueller, smueller@cpan.org
=cut