Merge git://github.com/garu/SDL_perl
[sdlgit/SDL_perl.git] / Build.PL
index 41a812b..ca0cbec 100755 (executable)
--- a/Build.PL
+++ b/Build.PL
@@ -131,11 +131,13 @@ my $build   = SDL::Build->new(
        {
                'Test::Simple' => '0.47',
                'Module::Build' => '0.22',
-               'YAML'  => '0.68'
+               'YAML'  => '0.68',
+               'Alien::SDL'    => '0.02',
+               'ExtUtils::CBuilder' => '0.260301'
        },
        build_recommends     =>
        {
-               'Pod::ToDemo'  => '0.20',
+               'Pod::ToDemo'  => '0.20'                
        },
        c_source             => 'src',
        xs_files             => \%xs,
@@ -146,6 +148,7 @@ my $build   = SDL::Build->new(
        dist_author          => 'David J. Goehrig <DGOEHRIG@cpan.org>',
 );
 
+
 # and here's where the real (and ugly) magic works... see SDL::Build
 $build->set_flags(
        \%subsystems,