summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: c12e7683f90ea208475712a366f1d9da2759a20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Net::APP',
    'VERSION_FROM' => 'APP.pm', # finds $VERSION
    'PREREQ_PM' => { 'Net::Cmd' => 0,
#                     'IO::Socket::SSL' => 0,
#                     'Text::CSV_XS' => 0,
                   },
    'dist' => {},
);