This is backward in-compatible in that previous Imager would simply
use fileno() to retrieve the fd for the file and call write(2) etc
on it directly.
+ https://rt.cpan.org/Ticket/Display.html?id=78843
+
+ - moved most of README to lib/Imager/Install.pod which should make it
+ more accessible to the "web" generation, also significantly updated
+ and re-worked it.
+
+ - updated README's for the separately distributed modules to refer to
+ Imager::Install, and that they need -dev versions of packages
+ https://rt.cpan.org/Ticket/Display.html?id=81265
+
+ - the JPEG test code now reports the compile-time library version
+
+ - avoid a possible compiler optimization issue on CentOS 5.9 i386 by
+ rearranging (and mildly optimizing) some code.
+ https://rt.cpan.org/Ticket/Display.html?id=83212
+
+ - fix a POD error in Imager::Fill (detected on new Pod-Simple)
+ https://rt.cpan.org/Ticket/Display.html?id=83434
+
+ - fix a broken link to Graphics::Magick
+ https://rt.cpan.org/Ticket/Display.html?id=82743
Imager 0.94 - 15 Dec 2012
=========================