As per Linkpoint instructions, add "-k" flag to curl to skip SSL cert validation
[Business-OnlinePayment-LinkPoint.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::LinkPoint',
6     'VERSION_FROM' => 'LinkPoint.pm', # finds $VERSION
7     'AUTHOR'       => 'Ivan Kohler <ivan-linkpoint@420.am>',
8     'PREREQ_PM'    => { 'Business::OnlinePayment' => 0,
9                         'lpperl' => 0,
10                       },
11     #'NORECURS'     => 1, # dont descend into subdirectories
12 );