Q16.pm Module missing with AS Perl 5.16.2

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
xrmb
Posts: 3
Joined: 2013-02-24T09:28:31-07:00
Authentication code: 6789

Q16.pm Module missing with AS Perl 5.16.2

Post by xrmb »

After a successful installation of ImageMagick (ImageMagick-6.8.3-4-Q16-x86-dll.exe) and ppm install finishing with no problems I always get:

"Can't locate Image/Magick/Q16.pm"

It comes from the line "use parent qw/Image::Magick::Q16/;" in Magick.pm

I dont know if the issue is because I'm using ActiveState Perl 5.16.2 and the PerlMagick included in ImageMagick says 5.16.1.

I'm pretty good with Perl and never had issues with older Perl/ImageMagick versions... but somehow there is some Magick going on I dont get.

Ideas?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Q16.pm Module missing with AS Perl 5.16.2

Post by magick »

We'll have a patch for this problem by sometime tomorrow. Thanks.
xrmb
Posts: 3
Joined: 2013-02-24T09:28:31-07:00
Authentication code: 6789

Re: Q16.pm Module missing with AS Perl 5.16.2

Post by xrmb »

Cool, I think I can wait that long :)

I dont know if that is related to anything, when doing the ppm install somehow an undef sneaks in:

Code: Select all

C:\Program Files (x86)\ImageMagick\PerlMagick>ppm install Image-Magick.ppd
Unpacking Image-Magick-undef...done
Generating HTML for Image-Magick-undef...done
Updating files in site area...done
   6 files unchanged
   1 file updated
xrmb
Posts: 3
Joined: 2013-02-24T09:28:31-07:00
Authentication code: 6789

Re: Q16.pm Module missing with AS Perl 5.16.2

Post by xrmb »

I can confirm that this is working in 6.8.3.5
Post Reply