File: Makefile.PL

package info (click to toggle)
libcgi-compress-gzip-perl 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: perl: 692; makefile: 2
file content (18 lines) | stat: -r--r--r-- 616 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Compress::Gzip',
          'VERSION_FROM' => 'lib/CGI/Compress/Gzip.pm',
          'PREREQ_PM' => {
                           'CGI' => '2.00',
                           'Compress::Zlib' => '2',
                           'File::Temp' => '0',
                           'IO::Zlib' => '1.01',
                           'Test::More' => '0.01'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;