summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: eaf6a10af610c7ad3f42ee95d6e7ddc690020cc7 (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'	=> 'Net::APP',
    'VERSION_FROM' => 'APP.pm', # finds $VERSION
    'PREREQ_PM' => { 'Net::Cmd' => 0, },
    'dist' => {},
);