X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=b96fd1fd7d4c91cb85369694c26d2f9b96da6e92;hb=06714130099ac0716180a2d663df77d0c2227979;hp=d1aeb89d9cd08dc3a33d8629e4da6325f3ba54f0;hpb=f4666242dd8d4e14cde6b8d75b3430678c838542;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index d1aeb89..b96fd1f 100644 --- a/Build.PL +++ b/Build.PL @@ -135,11 +135,16 @@ my $build = SDL::Build->new( dist_name => 'SDL_Perl', license => 'lgpl', dist_version_from => 'lib/SDL.pm', - build_requires => + configure_requires => + { + 'YAML' => '0.68', + 'ExtUtils::CBuilder' => '0.260301', + 'Alien::SDL' => '0.7.1', + }, + build_requires => { 'Test::Simple' => '0.47', - 'Module::Build' => '0.22', - 'YAML' => '0.68' + }, build_recommends => { @@ -149,15 +154,9 @@ my $build = SDL::Build->new( xs_files => \%xs, meta_add => { - configure_requires => - { - 'Alien::SDL' => '0.06', - 'ExtUtils::CBuilder' => '0.260301' - }, - no_index => { file => [ , , , , ] }, }, - dist_author => 'David J. Goehrig ', + dist_author => 'David J. Goehrig , Kartik Thakore ', ); if($arch eq 'Darwin')