The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Image::Magick::Chart.

1.06  Sun Feb 21 12:55:21 2010
	- Remove text 'All rights reserved' (for Debian licensing).
	- Remove POD heads 'Required Modules' and 'Changes'.

1.05  Wed Feb 10 14:02:08 2010
	- MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml.

1.04  Fri Nov 13 13:20:00 2009
	- Run dos2unix
	- Rename Changes.txt to CHANGES

1.03  Fri Dec 12 18:15:00 2008
	  - Image::Magick's Draw() method has an option, 'fill'. When I first wrote this module,
	  	fill's value defaulted to 'none', and now it defaults to something else. The effect is
		that when drawing a frame, the whole image is now filled in with black. Hence the patch
		to Image::Magick::Chart's draw_frame() method.
		I am tempted to rant and rave about the endless butchering of Image::Magick by its author,
		but that would not achieve anything... And anyway, it's an extremely useful module

1.02  Sun Jul 17 17:52:00 2005
	- Add an option, y_axis_labels_x, which allows the user to specify the x-axis value
		(abscissa) at which to start writing y-axis labels. From the POD:
		The value, if not undef, determines the x-axis value (abscissa) at which y-axis labels are written.
		The special value undef means this module calculates an abscissa at which to start writing
		y-axis labels. The default behaviour is identical to the previous version 1.01.
		This calculation will only produce a pretty-looking column of y-axis labels when all labels are
		the same width in pixels. See C<sub draw_y_axis_labels()> for the calculation.
		The default value is undef.
		This parameter is optional.

1.01  Mon Jun 13 12:19:00 2005
	- No code changes
	- Various documentation fixes and clarifications

1.00  Thu May 27 11:25:29 2005
	- original version