~ubuntu-branches/ubuntu/wily/libhttp-body-perl/wily

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyzaniak (eloy)
  • Date: 2005-11-21 10:00:47 UTC
  • Revision ID: james.westby@ubuntu.com-20051121100047-016mx8s2eam1q6pf
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!perl
 
2
 
 
3
use ExtUtils::MakeMaker;
 
4
 
 
5
WriteMakefile(
 
6
    NAME         => 'HTTP::Body',
 
7
    VERSION_FROM => 'lib/HTTP/Body.pm',
 
8
    PREREQ_PM    => {
 
9
        Carp         => 0,
 
10
        File::Temp   => '0.14',
 
11
        IO::File     => 0,
 
12
        YAML         => 0
 
13
    }
 
14
);