- 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
- renamed lib/Imager/Cookbook.pm to lib/Imager/Cookbook.pod - CPANTS
complains about it not having 'use strict;'
- add samples/replace_color.pl
- implemented valign=>'end' for Imager::Font->align
- added $img->align_string() as a way to call Imager::Font->align
- added samples/align-string.pl
+- improved missing argument handling a little for the string() method
=================================================================