From fe8818682f96ba636eaca74810867a177dfa9ca8 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Aug 2011 01:55:27 +0000 Subject: 0.09 --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.PL') 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-*' }, -- cgit v1.2.1