diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 18:06:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-25 18:06:12 -0700 |
commit | 4749e8918f54d84eee086ad3579e64b3d91c5369 (patch) | |
tree | ca494bc8956d607d3594bffa0cf2c42368ccf3f3 /Makefile.PL | |
parent | 2444336d297e01e741ca3206ac46a0e8bc087d5f (diff) |
0.03
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
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-*' }, |