- Add B:OP, B:OP:HTTPS and XML::Simple to Makefile.PL PREREQ_PM
[Business-OnlinePayment-PaymenTech.git] / Makefile.PL
index d0b1788..6b7a969 100644 (file)
@@ -13,6 +13,9 @@ WriteMakefile(
     PL_FILES            => {},
     PREREQ_PM => {
         'Test::More' => 0,
+        'Business::OnlinePayment' => 3,
+        'Business::OnlinePayment::HTTPS' => 0,
+        'XML::Simple' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Business-OnlinePayment-PaymenTech-*' },