Skip Menu |

This queue is for tickets about the PerlMagick CPAN distribution.

Report information
The Basics
Id: 118363
Status: new
Priority: 0/
Queue: PerlMagick

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Image::Magick does not define VERSION
It's not possible to do a "use Image::Magick $VERSION": $ perl5.24.0 -e 'use Image::Magick 0.01' Image::Magick does not define $Image::Magick::VERSION--version check failed at -e line 1. BEGIN failed--compilation aborted at -e line 1. But it seems that Image::Magick::Q16 defines $VERSION: $ perl5.24.0 -e 'use Image::Magick::Q16 0.01' (no output) $ perl5.24.0 -e 'use Image::Magick::Q16 9' Image::Magick::Q16 version 9 required--this is only version 6.89 at -e line 1. BEGIN failed--compilation aborted at -e line 1.