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
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;