diff options
author | ivan <ivan> | 2010-05-01 22:23:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-01 22:23:29 +0000 |
commit | 2d21621e966719b6769e5546c99e9f3b664213fd (patch) | |
tree | f07f41ea28ba09ec0633977110b12a15bdfe50ba | |
parent | b282e4e9dc32666259d25015916cf8c1eb088571 (diff) |
add N:H:Any dep to Makefile.PL
-rw-r--r-- | Makefile.PL | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL index a866c34..22ce887 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,9 +9,10 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Net/GlobalPOPs/MediaServicesAPI.pm', PL_FILES => {}, PREREQ_PM => { - 'Test::More' => 0, - 'XML::Simple' => 0, - 'XML::Writer' => 0, + 'Test::More' => 0, + 'XML::Simple' => 0, + 'XML::Writer' => 0, + 'Net::HTTPS::Any' => 0.10 }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-GlobalPOPs-MediaServicesAPI-*' }, |