summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-08 15:39:47 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-08 15:39:47 +0100
commitc41cba58929924778cbda2c607b79151e3dddb0c (patch)
tree6bcd2bdeeff10f94e81437b57c927e0811c272ac /Makefile.PL
parentupdate code to add rank information and make it work again (diff)
downloadwebservice-google-suggest-c41cba58929924778cbda2c607b79151e3dddb0c.tar.gz
switch to dzilla
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 6fc7579..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,7 +0,0 @@
-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;