negative_bg color filled from the left side of the chart off the
right side of the image.
+ - Imager::Graph now requires at least perl 5.6.
+
Imager-Graph 0.09 - 05 Aug 2010
=================
resources =>
{
homepage => "http://imager.perl.org/",
- repository => "git://git.imager.perl.org/imager.git",
+ repository => "git://git.imager.perl.org/imager-graph.git",
bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager-Graph",
},
};
}
+if ($MM_ver >= 6.48) {
+ $opts{MIN_PERL_VERSION} = "5.006";
+}
+
WriteMakefile(
%opts,
'NAME' => 'Imager::Graph',