Had to neuter test that fails due to external factors
[sdlgit/SDL_perl.git] / Build.PL
old mode 100755 (executable)
new mode 100644 (file)
index 41a812b..0117822
--- a/Build.PL
+++ b/Build.PL
@@ -131,21 +131,24 @@ my $build   = SDL::Build->new(
        {
                'Test::Simple' => '0.47',
                'Module::Build' => '0.22',
-               'YAML'  => '0.68'
+               'YAML'  => '0.68',
+               'Alien::SDL'    => '0.05',
+               'ExtUtils::CBuilder' => '0.260301'
        },
        build_recommends     =>
        {
-               'Pod::ToDemo'  => '0.20',
+               'Pod::ToDemo'  => '0.20'                
        },
        c_source             => 'src',
        xs_files             => \%xs,
        meta_add             =>      
        {
-               no_index =>  { file => [ <make/lib/SDL/*.pm>, <make/lib/SDL/Build/*.pm> ] },
+               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>',
 );
 
+
 # and here's where the real (and ugly) magic works... see SDL::Build
 $build->set_flags(
        \%subsystems,