/usr/local/CPAN/WWW-Scraper-ISBN-Pearson_Driver/Makefile.PL


use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'			=> 'WWW::Scraper::ISBN::Pearson_Driver',
    'VERSION_FROM'	=> 'lib/WWW/Scraper/ISBN/Pearson_Driver.pm',
    'PREREQ_PM'		=> {
		WWW::Scraper::ISBN			=> 0.25,
		WWW::Scraper::ISBN::Driver	=> 0.18,
		WWW::Mechanize				=> 1.60,
		Test::More					=> 0.45,	# for testing
	},
	NO_META			=> 1,

    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (ABSTRACT => q|Search driver for the Pearson Education online book catalog|,
       AUTHOR     => 'Barbie <barbie@cpan.org>') : ()),
);