diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-19 18:25:42 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-19 18:25:42 -0800 |
commit | 3e995c2f4e81d8da9ece645c71560eea5a067990 (patch) | |
tree | 97628a33e727799fff7c1876f3f57f72eef5ef5b | |
parent | bd7d57b6aa7a1af31dc38384683a225c8e1ec02f (diff) |
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 22ec7f4..09188d2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,7 @@ WriteMakefile( 'Test::More' => 0, 'XML::LibXML' => 2, 'LWP::UserAgent' => 0, + 'Crypt::SSLeay' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Geo-Melissa-WebSmart-*' }, |