From: Tony Cook Date: Tue, 11 Dec 2007 10:31:38 +0000 (+0000) Subject: 0.04 release X-Git-Tag: v0.04^0 X-Git-Url: http://git.imager.perl.org/imager-graph.git/commitdiff_plain/4f3ce9fdb98b5bdf001b4372285d8f12d331d22c 0.04 release --- diff --git a/Changes b/Changes index cd5e370..0573dad 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,11 @@ Revision history for Perl extension Imager::Graph. -Imager-Graph 0.04 +Imager-Graph 0.04 - 11 December 2007 ================= +This is a clean up release, removing code required for ancient +releases of Imager, and otherwise modernizing the code. + - skip all tests if we can't load the font - Save test results to ppm, so we can generate images even if we don't diff --git a/Graph.pm b/Graph.pm index d004f85..ab3196d 100644 --- a/Graph.pm +++ b/Graph.pm @@ -37,7 +37,7 @@ use vars qw($VERSION); use Imager qw(:handy); use Imager::Fountain; -$VERSION = '0.03_01'; +$VERSION = '0.04'; # the maximum recursion depth in determining a color, fill or number use constant MAX_DEPTH => 10;