summary refs log tree commit diff
path: root/Makefile.PL
blob: 6fc7579fb086008827073a3b1bb9f90a29aa1e39 (plain) (blame)
1
2
3
4
5
6
7
use inc::Module::Install;
name 'Webservice-Google-Suggest';
all_from 'lib/WebService/Google/Suggest.pm';
requires 'LWP::UserAgent';
build_requires 'Test::More';
auto_set_repository;
WriteAll;