initial import
[Business-OnlinePayment-IPaymentTPG.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'              => 'Business::OnlinePayment::IPaymentTPG',
6     'VERSION_FROM'      => 'IPaymentTPG.pm', # finds $VERSION
7     'PREREQ_PM'         => { 'Business::OnlinePayment' => 0,
8                              'Crypt::Blowfish' => 0,
9                              #'IO::Socket::INET' => 0,
10                            },
11     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
12       (ABSTRACT_FROM => 'IPaymentTPG.pm', # retrieve abstract from module
13        AUTHOR     => 'Ivan Kohler <ivan-ipaymenttpg@420.am>') : ()),
14 );