diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 56947e4..82d2b86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,10 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, + 'Tie::IxHash' => 0, + 'Date::Format' => 0, + 'Business::OnlinePayment' => 0, + 'Net::HTTPS::Any' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Business-OnlinePayment-Jety-*' }, |