File: Makefile.PL

package info (click to toggle)
libhttp-server-simple-static-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 151; makefile: 2
file content (22 lines) | stat: -r--r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'HTTP::Server::Simple::Static',
  'VERSION_FROM' => 'lib/HTTP/Server/Simple/Static.pm',
  'PREREQ_PM' => {
                   'CGI' => '3.46',
                   'Cwd' => 0,
                   'Exporter' => 0,
                   'File::LibMagic' => 0,
                   'File::Spec::Functions' => 0,
                   'HTTP::Date' => 0,
                   'HTTP::Server::Simple' => '0.01',
                   'IO::File' => 0,
                   'URI::Escape' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;