From: Kartik Thakore Date: Sat, 12 Sep 2009 00:51:27 +0000 (-0400) Subject: Forcing Alien 0.3 for now X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8db774e08f41f5f77e641b788f423775f5371e80;hp=22c3e2a02762b3d1f4284334648c095ee4faa3b5;p=sdlgit%2FSDL_perl.git Forcing Alien 0.3 for now --- diff --git a/Build.PL b/Build.PL index 5ccc4e3..03fc2d0 100755 --- a/Build.PL +++ b/Build.PL @@ -132,7 +132,7 @@ my $build = SDL::Build->new( 'Test::Simple' => '0.47', 'Module::Build' => '0.22', 'YAML' => '0.68', - 'Alien::SDL' => '0.03', + 'Alien::SDL' => '>=0.03, !=0.04', 'ExtUtils::CBuilder' => '0.260301' }, build_recommends => diff --git a/lib/SDL.pm b/lib/SDL.pm index 4f19fc5..20ff3f7 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -54,7 +54,7 @@ sub import { $self->export_to_level(1, @_); SDL::Constants->export_to_level(1); } -$VERSION = '2.2.2.13'; +$VERSION = '2.2.2.15'; print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));