delcare a dep on Crypt::SSLeay since we use LWP to connect to https URLs
[Geo-Melissa-WebSmart.git] / Makefile.PL
index 22ec7f4..09188d2 100644 (file)
@@ -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-*' },