Debian lenny version packages
[pkg-perl] / deb-src / libtest-warn-perl / libtest-warn-perl-0.11 / Makefile.PL
1 use 5.006;
2 use strict;
3 use ExtUtils::MakeMaker;
4 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
5 # the contents of the Makefile that is written.
6 WriteMakefile(
7     'NAME'              => 'Test::Warn',
8     'VERSION_FROM'      => 'Warn.pm', # finds $VERSION
9     'PREREQ_PM'         => {    
10                             'Array::Compare'        => 0,
11                             'Test::Exception'       => 0,
12                             'Test::Builder'         => 0.13,
13                             'Test::Builder::Tester' => 1.02,
14                             'Sub::Uplevel'          => 0.12,
15                             'Tree::DAG_Node'        => 0,
16                             'File::Spec'            => 0,
17                             'Test::More'            => 0,
18                             }, # e.g., Module::Name => 1.1
19     ABSTRACT_FROM => 'Warn.pm', # retrieve abstract from module
20     AUTHOR        => 'Alexandr Ciornii <alexchorny'.'@gmail.com>',
21     ($ExtUtils::MakeMaker::VERSION ge '6.31'? 
22      ('LICENSE'         => 'perl', ) : ()),
23 );