X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=0117822e407d5f645a45611a39b4cc67e6c7ca27;hb=90a923382e8e9e33cb05615210265687dcae9597;hp=ddf75202df2f7aae4a32325e291354e6cc132958;hpb=eb33e5ff33964e6b1be4dacd377abc5c773cc68a;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL old mode 100755 new mode 100644 index ddf7520..0117822 --- a/Build.PL +++ b/Build.PL @@ -132,7 +132,8 @@ my $build = SDL::Build->new( 'Test::Simple' => '0.47', 'Module::Build' => '0.22', 'YAML' => '0.68', - 'Alien::SDL' => '0.01' + 'Alien::SDL' => '0.05', + 'ExtUtils::CBuilder' => '0.260301' }, build_recommends => { @@ -142,7 +143,7 @@ my $build = SDL::Build->new( xs_files => \%xs, meta_add => { - no_index => { file => [ , ] }, + no_index => { file => [ , , , , ] }, }, dist_author => 'David J. Goehrig ', );