- convert t/t15color.t to Test::More
- prevent warnings when looking up a GIMP color with no palette
parameter and $ENV{HOME} not set.
+ Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=13143
- added VERSION numbers to most .pms
- convert t/t104ppm.t to Test::More
- convert t/t107bmp.t to Test::More
- Imager::Font->new() for the tt (Freetype 1.x) driver now correctly
handles errors from i_tt_new(), and passed error messages now
generated by i_tt_new().
- Resolves: http://rt.cpan.org/NoAuth/Bug.html?14804
+ Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=14804
- renamed lib/Imager/Cookbook.pm to lib/Imager/Cookbook.pod - CPANTS
complains about it not having 'use strict;'
- add samples/replace_color.pl
was incorrect.
- check the correct directory when adding the cygwin Win32 API include
path (Makefile.PL). This was a later response to #16094
- Resolves: http://rt.cpan.org/NoAuth/Bug.html?16094
+ Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=16094
- add --nolog command-line switch to Makefile.PL to disable logging
- filled polygons using a complex fill with combine != 0 (none) didn't
correctly handle polygons that crossed a given scanline more than once.