local URLs for docs
[Business-OnlinePayment-VirtualNet.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::VirtualNet',
6     'VERSION_FROM' => 'VirtualNet.pm', # finds $VERSION
7     'AUTHOR'       => 'Ivan Kohler <ivan-virtualnet@420.am>',
8     #'NORECURS'     => 1, # dont descend into subdirectories
9     'PREREQ_PM'    => { 'Net::SSLeay' => 0,
10                         #'Text::CSV_XS' => 0,
11                         'Business::OnlinePayment' => 0,
12                         #'Business::CreditCard' => 0.27,
13                         'String::Parity' => 0,
14                         'String::LRC' => 0,
15                         'File::CounterFile' => 0,
16                         'Date::Format' => 0,
17                       },
18 );