File: Makefile.PL

package info (click to toggle)
libbusiness-onlinepayment-tclink-perl 1.03-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 80 kB
  • ctags: 18
  • sloc: perl: 134; makefile: 51
file content (13 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'         => 'Business::OnlinePayment::TCLink',
    'VERSION_FROM' => 'TCLink.pm', # finds $VERSION
    'AUTHOR'       => 'Dan Helfman <developer@trustcommerce.com>',
    #'NORECURS'     => 1, # dont descend into subdirectories
    'PREREQ_PM'    => { 'Net::TCLink' => 0,
                        'Business::OnlinePayment' => 0,
                      },
    #'dist'         => {CI => 'ci -l'},
);