Build.PL fix
[sdlgit/SDL_perl.git] / Build.PL
index 525de84..4540a1e 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -127,13 +127,15 @@ my $build   = SDL::Build->new(
        dist_name            => 'SDL_Perl', 
        license              => 'lgpl',
        dist_version_from    => 'lib/SDL.pm',
-       requires              =>
+       configure_requires            =>
        {
-               'Module::Build' => '0.27',
+               'YAML'  => '0.68',
+               'ExtUtils::CBuilder' => '0.260301',
                'Alien::SDL' => '0.7',
+       },
+       build_requires =>
+       {
                'Test::Simple' => '0.47',
-               'YAML'  => '0.68',
-               'ExtUtils::CBuilder' => '0.260301'
 
        },
        build_recommends     =>
@@ -146,7 +148,7 @@ my $build   = SDL::Build->new(
        {
                no_index =>  { file => [ <make/lib/SDL/*.pm>, <make/lib/SDL/Build/*.pm>, <make/lib/ExtUtils/CBuilder/*>, <make/lib/ExtUtils/*>, <make/lib/ExtUtils/CBuilder/Platform/Windows.pm> ] },
        },
-       dist_author          => 'David J. Goehrig <DGOEHRIG@cpan.org>',
+       dist_author          => 'David J. Goehrig <DGOEHRIG@cpan.org>, Kartik Thakore <KTHAKORE@cpan.org>',
 );
 
 if($arch eq 'Darwin')