depend on B:OP:HTTPS 0.06 for Crypt::SSLeay fixes
[Business-OnlinePayment-PayflowPro.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6     NAME         => 'Business::OnlinePayment::PayflowPro',
7     VERSION_FROM => 'PayflowPro.pm',
8     PREREQ_PM    => {
9         Business::OnlinePayment        => '3',
10         Business::OnlinePayment::HTTPS => '0.05',
11         CGI                            => 0,
12         Digest::MD5                    => 0,
13     },
14     (
15         $] >= 5.005
16         ?    ## Add these new keywords supported since 5.005
17           (
18             ABSTRACT_FROM => 'PayflowPro.pm',
19             AUTHOR        => join( ' and ',
20                 'Ivan Kohler <ivan-payflowpro@420.am>',
21                 'Phil Lobbes <phil at perkpartners.com>',
22             ),
23           )
24         : ()
25     ),
26 );