Hello, Guillaume Rousse! Thanks for uploading your works to CPAN.It seems to be a bug in cpanplus, this dependency is already included in Makefile.PL, see http://search.cpan.org/src/GROUSSE/WWW-Google-Images-0.4/Makefile.PL
I noticed that the test suite seem to fail without these modules:
Test::URI
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example:
WriteMakefile( AUTHOR => 'Guillaume Rousse ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'Test::URI' => '0', # or a minimum workable version } );
--
The value of a program is proportional to the weight of its output
-- Thoreau's Theories of Adaption n�7
