File: Makefile.PL

package info (click to toggle)
libapache-ssllookup-perl 2.00-04-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 19
  • sloc: perl: 209; ansic: 10; makefile: 8; sh: 4
file content (22 lines) | stat: -rwxr-xr-x 591 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!perl

use 5.008001;

use ModPerl::MM ();
use Apache::TestMM qw(test clean);
use Apache::TestRunPerl ();

Apache::TestMM::filter_args();

Apache::TestRunPerl->generate_script(bugreport => <<EOF);
+-------------------------------------------------------------------+
| this module is experimental, use at your own risk                 |
+-------------------------------------------------------------------+
EOF

ModPerl::MM::WriteMakefile(
  NAME          => 'Apache::SSLLookup',
  VERSION_FROM  => 'SSLLookup.pm',
  PREREQ_PM     => { mod_perl2 => 0 },
  TYPEMAPS      => [qw(typemap)],
);