X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=8c9fd16a827d1d7abb1d52e003f779fd3ab7c639;hb=e86d671caff42fa71ea57554fb81d06bb52f45e2;hp=da6c4f4b3cc5c4443308463625587df9c0eb2d6f;hpb=620971c39ba7391be4df0ccdb50801da16438ce3;p=gitmo%2FClass-C3.git diff --git a/Build.PL b/Build.PL index da6c4f4..8c9fd16 100644 --- a/Build.PL +++ b/Build.PL @@ -6,13 +6,14 @@ my $build = Module::Build->new( module_name => 'Class::C3', license => 'perl', requires => { - 'Scalar::Util' => 1.10, 'Algorithm::C3' => 0.06, + 'Scalar::Util' => 1.10, + }, + recommends => { + 'Class::C3::XS' => 0.01, }, - optional => {}, build_requires => { 'Test::More' => '0.47', - 'Test::Exception' => 0.15, }, create_makefile_pl => 'traditional', recursive_test_files => 1,