aboutsummaryrefslogtreecommitdiff
path: root/vhostcname/Makefile.PL
blob: 4db4085cc74204b599771d62acbc803c81358d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- perl -*-
use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'              => 'vhostcname',
    'FIRST_MAKEFILE'    => 'Makefile',
    'VERSION'           => '1.00',
    'EXE_FILES'         => [ 'vhostcname' ],
    'PREREQ_PM'         => { 'Getopt::Long' => 2.34,
			     'Net::DNS' => 0.66,			     
                             'Pod::Usage' => 1.51,
                             'Pod::Man' => 2.25 }
);

Return to:

Send suggestions and report system problems to the System administrator.