summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-25 18:06:12 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-25 18:06:12 -0700
commit4749e8918f54d84eee086ad3579e64b3d91c5369 (patch)
treeca494bc8956d607d3594bffa0cf2c42368ccf3f3 /Makefile.PL
parent2444336d297e01e741ca3206ac46a0e8bc087d5f (diff)
0.03
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index acdbf96..6014fd4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,6 +10,7 @@ WriteMakefile(
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
+ 'LWP::UserAgent' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Net-Vitelity-*' },