1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
5    NAME         => 'GD::Graph::histogram',
6    VERSION_FROM => 'lib/GD/Graph/histogram.pm', # finds $VERSION
7    AUTHOR       => 'William Miller & Snehanshu Shah (perl@whizdog.com)',
8    ABSTRACT     => '',
9    PREREQ_PM    => {
10                     'Test::Simple' => 0.44,
11                     'GD::Graph' => 1.38
12                    },
13);
14