Skip Menu |

This queue is for tickets about the Imager-Screenshot CPAN distribution.

Report information
The Basics
Id: 72718
Status: rejected
Priority: 0/
Queue: Imager-Screenshot

People
Owner: Nobody in particular
Requestors: amr [...] gotadsl.co.uk
Cc:
AdminCc:

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



Subject: fault in Imager::Screenshot v0.86
Date: Fri, 25 Nov 2011 10:28:30 -0000
To: <bug-Imager-Screenshot [...] rt.cpan.org>
From: "Amr" <amr [...] gotadsl.co.uk>
Perl distribution: Activestate 5.14.2 build 295342 Imager::Screenshot version 0.86 OS: Windows XP 32 bit Fault occurs at compile time: Imager API version incorrect loaded 3 vs expected 1 at C:/Perl/site/lib/Imager/Screenshot.pm line 22. BEGIN failed--compilation aborted at C:/Perl/site/lib/Imager/Screenshot.pm line 24. Compilation failed in require at D:\amr\rep\src\screen\screenshot.plx line 4. BEGIN failed--compilation aborted at D:\amr\rep\src\screen\screenshot.plx line 4. The code to make this happen (referenced as screenshot.plx above): #! perl use Imager::Screenshot 'screenshot' ; __END__ regards
Subject: Re: [rt.cpan.org #72718] fault in Imager::Screenshot v0.86
Date: Fri, 25 Nov 2011 22:44:21 +1100
To: Amr via RT <bug-Imager-Screenshot [...] rt.cpan.org>
From: Tony Cook <tony [...] develop-help.com>
On Fri, Nov 25, 2011 at 05:28:43AM -0500, Amr via RT wrote: Show quoted text
> Perl distribution: Activestate 5.14.2 build 295342 > Imager::Screenshot version 0.86 > OS: Windows XP 32 bit > > Fault occurs at compile time: > > Imager API version incorrect loaded 3 vs expected 1 at > C:/Perl/site/lib/Imager/Screenshot.pm line 22. > BEGIN failed--compilation aborted at C:/Perl/site/lib/Imager/Screenshot.pm > line 24. > Compilation failed in require at D:\amr\rep\src\screen\screenshot.plx line > 4. > BEGIN failed--compilation aborted at D:\amr\rep\src\screen\screenshot.plx > line 4. > > The code to make this happen (referenced as screenshot.plx above): > > #! perl > use Imager::Screenshot 'screenshot' ; > __END__ > > regards >
Reinstall Imager::Screenshot to fix this. The API version of Imager has been increased a couple of times due to some binary level changes. Tony