diff options
author | ivan <ivan> | 2011-08-16 01:55:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-16 01:55:27 +0000 |
commit | fe8818682f96ba636eaca74810867a177dfa9ca8 (patch) | |
tree | eebb043f163a6e59f5c821733d7c399c082d202e /Makefile.PL | |
parent | a1a70f1e5b213a6e235a97d22cdf362555780832 (diff) |
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-*' }, |