summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-11-30 16:27:02 -0800
committerMark Wells <mark@freeside.biz>2013-11-30 16:27:02 -0800
commitbd7d57b6aa7a1af31dc38384683a225c8e1ec02f (patch)
tree5dbb7a8d6fc311aa3f0fad47bfd8fd8f035f7835 /Makefile.PL
parent68c383d52b1f7316d820007e19e00ba7f62ba82f (diff)
initial commit that actually works
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 94fd136..22ec7f4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,7 +13,9 @@ WriteMakefile(
: ()),
PL_FILES => {},
PREREQ_PM => {
- 'Test::More' => 0,
+ 'Test::More' => 0,
+ 'XML::LibXML' => 2,
+ 'LWP::UserAgent' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Geo-Melissa-WebSmart-*' },