/usr/local/CPAN/Google-Ranker/Makefile.PL


use inc::Module::Install;

name 'Google-Ranker';
all_from 'lib/Google/Ranker.pm';

build_requires 'Test::More';

requires 'Google::Search';
requires 'Scalar::Util';
requires 'Carp';

auto_install;

WriteAll;