blob: 3196bdbba425e0c592cbb02ae5fecc1d18a15f3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- Makefile.PL Sat Oct 23 15:26:40 2004
+++ Makefile.PL Sat Oct 23 15:27:02 2004
@@ -4,10 +4,12 @@
use Config qw(%Config);
use ExtUtils::MakeMaker;
+eval { require Apache2 };
+
WriteMakefile
(
'NAME' => 'Apache::AuthenCache',
'VERSION_FROM' => 'AuthenCache.pm',
- 'PREREQ_PM' => { 'Apache' => '1.26', 'Cache::Cache' => '1.01' },
+ 'PREREQ_PM' => { 'mod_perl' => '1.26', 'Cache::Cache' => '1.01', 'Time::Object' => '0' },
'dist' => { 'COMPRESS' => 'gzip -9f', 'SUFFIX' => 'gz', },
);
|