Debian lenny version packages
[pkg-perl] / deb-src / libarray-compare-perl / libarray-compare-perl-1.16 / Build.PL
1 use Module::Build;
2 my $build = Module::Build->new(
3         dist_version => '1.16',
4         module_name => 'Array::Compare',
5         license => 'perl',
6         requires => {
7                 perl                => '5.6.0',
8                 Carp                => 0,
9         },
10         build_recommends => {
11                 Test::Pod           => 0,
12                 Test::Pod::Coverage => 0,
13         },
14         create_makefile_pl => 'traditional',
15 );
16
17 $build->create_build_script;
18