Then the module Image::Size is not installed
on the relevant machine.
You can find modules at CPAN. Installation is easy
if you have superuser access on the relevant machine.
If you are using ActiveState Perl, you might want to check
their site with the package manager.
Perl has an installation program for modules, perl -MCPAN -e 'shell', which tries to make download, compilation
(if necessary), testing and installation of modules
as painless as possible, but the CPAN module supplied with ActiveState build 612 has some issues; look at the ActiveState site to remedy this.
Specific for the Image::Size installation, you
don't need to either compile it or use the CPAN module.
The INSTALL file supplied in the .tar.gz explains how you can manually install Image::Size on any machine.
|