X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Capstone.git;a=blobdiff_plain;f=Makefile.PL;h=dbeed09fe6d9f31f249adbbaced1135813900668;hp=b0988922f01c0a10b891acad2094a2d721b6f2ce;hb=94a434b779cdd76157abca2cd76c28fe964074ac;hpb=c462c0c1afef4bb6a6087ef98ec325da878d7f1d diff --git a/Makefile.PL b/Makefile.PL index b098892..dbeed09 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( NAME => 'Business::OnlinePayment::Capstone', VERSION_FROM => 'lib/Business/OnlinePayment/Capstone.pm', # finds $VERSION PREREQ_PM => { # e.g., Module::Name => 1.1 - 'Business::OnlinePayment' => 0, + 'Business::OnlinePayment' => 3, # for HTTPS (maybe it should be a separate dist?) 'URI::Escape' => 0,