X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=e699d745ef39a684018646b3b97c2d03af6f22e5;hb=f9ddea23750afb0a148918ee43cf61e5036fe7c8;hp=15bd3f6db7107f5bef86559a6a301cd7e7e0ee76;hpb=0aa824efca85bf4ae52559ea4b974b817c0a93b1;p=Business-OnlinePayment-CardFortress.git diff --git a/Makefile.PL b/Makefile.PL index 15bd3f6..e699d74 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,8 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, + 'Crypt::OpenSSL::RSA' => 0, + 'Business::OnlinePayment' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Business-OnlinePayment-CardFortress-*' },