minor identation attempt
[sdlgit/SDL_perl.git] / Build.PL
index 299d819..b96fd1f 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -135,13 +135,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',
-               'Alien::SDL' => '0.7',
-               'Test::Simple' => '0.47',
                'YAML'  => '0.68',
-               'ExtUtils::CBuilder' => '0.260301'
+               'ExtUtils::CBuilder' => '0.260301',
+               'Alien::SDL' => '0.7.1',
+       },
+       build_requires =>
+       {
+               'Test::Simple' => '0.47',
 
        },
        build_recommends     =>
@@ -154,7 +156,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')