The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.35 - 2009-09-04

  • => Fix for RT#49353. Thanks to Alexander Vonk. => Removed the bytes pragma trick for legacy perls. If you still need it, add this code before use()ing GD::Thumbnail in your code: BEGIN { $INC{'bytes.pm'} = 1 if $] < 5.006 && ! exists $INC{'bytes.pm'}; }

Modules

Thumbnail maker for GD