# $Id: Makefile.PL,v 1.6 2005/02/07 14:19:36 rousse Exp $ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'WWW::Google::Images', VERSION_FROM => 'lib/WWW/Google/Images.pm', EXE_FILES => [ 'bin/fetch-google-images' ], AUTHOR => 'Guillaume Rousse ', PREREQ_PM => { 'WWW::Mechanize' => 0.5, 'Getopt::Long' => 0, 'Test::URI' => 0, 'HTML::Parser' => 0 } );