minor identation attempt
[sdlgit/SDL_perl.git] / Build.PL
index d1aeb89..b96fd1f 100644 (file)
--- 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 => [ <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')