Benchmark-Harness-Graph

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

my $prereq_pm = { 'Benchmark::Harness' => 1.08
                 ,'GD' => 2.12
                 ,'GD::Graph::lines' => 1.15
                };

WriteMakefile(
    'NAME'	=> 'Benchmark::Harness::Graph',
    'VERSION_FROM' => 'Graph.pm', # finds $VERSION
    # test.pl uses this hash, also, to poll all modules we depend on
    'PREREQ_PM' => $prereq_pm,
    ($] ge '5.005') ? (
                     'AUTHOR' => 'Glenn Wood http://search.cpan.org/search?mode=author&query=GLENNWOOD',
                     'ABSTRACT' => 'Graph and profile utilities for Benchmark::Harness',
                    ) : (),
);



( run in 1.843 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )