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