From 4f3ce9fdb98b5bdf001b4372285d8f12d331d22c Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 11 Dec 2007 10:31:38 +0000 Subject: [PATCH] 0.04 release --- Changes | 5 ++++- Graph.pm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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; -- 2.30.2