Changes for version 5.40

  • Fixed the Perl 5.22+ hard error in load_image while checking for Imager based errors. Instead of "defined(@Img)" I changed it to "defined($Img[0])". Which is functionally equivalent to what I need to check, as the first element needs to be defined anyway. This should make new Perls happy.

Modules

A Simple Framebuffer Graphics Library