don't die when we do not know how to perform the transaction
[Business-OnlinePayment-TransFirsteLink.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::TransFirsteLink',
7     VERSION_FROM => 'TransFirsteLink.pm',
8     PREREQ_PM    => {
9         Business::OnlinePayment        => '3',
10         Business::OnlinePayment::HTTPS => '0.05',
11         Tie::IxHash                    => '0',
12     },
13     (
14         $] >= 5.005
15         ?    ## Add these new keywords supported since 5.005
16           (
17             ABSTRACT_FROM => 'TransFirsteLink.pm',
18             AUTHOR        => 'Jeff Finucane <transfirst@weasellips.com>',
19           )
20         : ()
21     ),
22 );