summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 638b823973358aa5eb270c85f3bfe569afb694db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use strict;
use ExtUtils::MakeMaker;
use Module::Metadata;

WriteMakefile(NAME         => 'Apache::Defaults',
	      VERSION_FROM => 'lib/Apache/Defaults.pm',
	      AUTHOR       => 'Sergey Poznyakoff <gray@gnu.org>',
	      LICENSE      => 'lgpl_2_1',
	      ABSTRACT_FROM  => 'lib/Apache/Defaults.pm',
	      PREREQ_PM    => {
		  'File::Spec' => 0,
		  'IPC::Open3' => 0,
		  'Shell::GetEnv' => 0,
		  'DateTime::Format::Strptime' => 0,
      	      }
);

Return to:

Send suggestions and report system problems to the System administrator.