Skip to content

Commit 8addab6

Browse files
committed
update Alien::SDL's version and add Module::Build
1 parent 58e7f5c commit 8addab6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Build.PL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,17 +569,18 @@ my $build = $package->new(
569569
dist_version_from => 'lib/SDL.pm',
570570
configure_requires => {
571571
'ExtUtils::CBuilder' => '0.260301',
572-
'Alien::SDL' => '1.444',
572+
'Alien::SDL' => '1.446',
573573
'File::Find' => '0',
574574
'File::ShareDir' => '1.0',
575575
'Tie::Simple' => '0',
576+
"Module::Build" => '0.40',
576577
'Capture::Tiny' => '0',
577578
},
578579
build_requires => {
579580
'Test::Simple' => '0.88',
580581
'Capture::Tiny' => '0',
581582
'Test::Most' => '0.21',
582-
'Alien::SDL' => '1.444',
583+
'Alien::SDL' => '1.446',
583584
'File::Find' => '0',
584585
'File::ShareDir' => '1.0',
585586
'Tie::Simple' => '0',

0 commit comments

Comments
 (0)