Skip to content

Commit

Permalink
update Alien::SDL's version and add Module::Build
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Apr 27, 2015
1 parent 58e7f5c commit 8addab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -569,17 +569,18 @@ my $build = $package->new(
dist_version_from => 'lib/SDL.pm',
configure_requires => {
'ExtUtils::CBuilder' => '0.260301',
'Alien::SDL' => '1.444',
'Alien::SDL' => '1.446',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
"Module::Build" => '0.40',
'Capture::Tiny' => '0',
},
build_requires => {
'Test::Simple' => '0.88',
'Capture::Tiny' => '0',
'Test::Most' => '0.21',
'Alien::SDL' => '1.444',
'Alien::SDL' => '1.446',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
Expand Down

0 comments on commit 8addab6

Please sign in to comment.