File: Makefile.PL

package info (click to toggle)
libhttp-body-perl 0.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 272 kB
  • ctags: 36
  • sloc: perl: 387; makefile: 45
file content (14 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!perl

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'HTTP::Body',
    VERSION_FROM => 'lib/HTTP/Body.pm',
    PREREQ_PM    => {
        Carp         => 0,
        File::Temp   => '0.14',
        IO::File     => 0,
        YAML         => '0.39'
    }
);