blob: bb32ada0d6cc0c2feca1bee7476132fca2defc7e (
plain)
1
2
3
4
5
6
7
8
9
|
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::LinkPoint',
'VERSION_FROM' => 'LinkPoint.pm', # finds $VERSION
'AUTHOR' => 'Ivan Kohler <ivan-linkpoint@420.am>',
#'NORECURS' => 1, # dont descend into subdirectories
);
|