depend on B:OP v3
[Business-OnlinePayment-SecureHostingUPG.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::SecureHostingUPG',
6     'VERSION_FROM' => 'SecureHostingUPG.pm', # finds $VERSION
7     'AUTHOR'       => 'Ivan Kohler <ivan-securehostingupg@420.am>',
8     #'NORECURS'     => 1, # dont descend into subdirectories
9     'PREREQ_PM'    => {
10                         'Business::OnlinePayment' => 3,
11
12                         # for HTTPS (maybe it should be a separate dist?)
13                         'URI::Escape' => 0,
14                         'Tie::IxHash' => 0,
15                        
16                         # 'Net::SSLeay' => 0,
17                         # or 'Crypt::SSLeay' => 0,
18                         #    'URI
19
20                       },
21     #'dist'         => {CI => 'ci -l'},
22 );
23