From bd7d57b6aa7a1af31dc38384683a225c8e1ec02f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 30 Nov 2013 16:27:02 -0800 Subject: initial commit that actually works --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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-*' }, -- cgit v1.2.1