File: Makefile.PL

package info (click to toggle)
libbusiness-onlinepayment-authorizenet-perl 3.21-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 140 kB
  • ctags: 26
  • sloc: perl: 834; makefile: 50
file content (16 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'         => 'Business::OnlinePayment::AuthorizeNet',
    'VERSION_FROM' => 'AuthorizeNet.pm', # finds $VERSION
    'AUTHOR'       => 'Ivan Kohler <ivan-authorizenet@420.am>', #really just
                                                                #the maintainer
    'PREREQ_PM'    => { 'Net::SSLeay' => 0,
                        'Text::CSV_XS' => 0,
                        'Business::OnlinePayment' => 3,
                        'Business::OnlinePayment::HTTPS' => 0,
			'Test::More' => 0.42,
                        'Tie::IxHash' => 0,
                        'XML::Simple' => 0,
                        'XML::Writer' => 0,
                      },
);