diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 1f9c265..6476f7a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,11 @@ WriteMakefile( #the maintainer 'PREREQ_PM' => { 'Net::SSLeay' => 0, 'Text::CSV_XS' => 0, - 'Business::OnlinePayment' => 0, + 'Business::OnlinePayment' => 3, + 'Business::OnlinePayment::HTTPS' => 0, 'Test::More' => 0.42, + 'Tie::IxHash' => 0, + 'XML::Simple' => 0, + 'XML::Writer' => 0, }, ); |