From: Kartik Thakore Date: Tue, 29 Sep 2009 19:33:42 +0000 (-0400) Subject: Build.PL fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a5654d19ba4c4d33601141a3fa7baf44945d6ac;p=sdlgit%2FSDL_perl.git Build.PL fix --- diff --git a/Build.PL b/Build.PL index 525de84..4540a1e 100644 --- a/Build.PL +++ b/Build.PL @@ -127,13 +127,15 @@ my $build = SDL::Build->new( dist_name => 'SDL_Perl', license => 'lgpl', dist_version_from => 'lib/SDL.pm', - requires => + configure_requires => { - 'Module::Build' => '0.27', + 'YAML' => '0.68', + 'ExtUtils::CBuilder' => '0.260301', 'Alien::SDL' => '0.7', + }, + build_requires => + { 'Test::Simple' => '0.47', - 'YAML' => '0.68', - 'ExtUtils::CBuilder' => '0.260301' }, build_recommends => @@ -146,7 +148,7 @@ my $build = SDL::Build->new( { no_index => { file => [ , , , , ] }, }, - dist_author => 'David J. Goehrig ', + dist_author => 'David J. Goehrig , Kartik Thakore ', ); if($arch eq 'Darwin') diff --git a/CHANGELOG b/CHANGELOG index eb09298..72808aa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ Revision history for Perl extension SDL_perl. +* v2.2.3.1 Sept 29 2009 Kartik Thakore + - Critical Build.PL fix for META.yml + - Doc fix + * v2.2.3 Sept 29 2009 Kartik Thakore - More Docs - Experimental Mac version diff --git a/lib/SDL.pm b/lib/SDL.pm index 8e7771a..80e34d2 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.3'; +$VERSION = '2.2.3.1'; print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl')); @@ -121,7 +121,6 @@ per class basis. =head2 Maintainance Nick: kthakore - Name: Kartik Thakore =head1 MacOSX Experimental Usage @@ -130,7 +129,7 @@ Please get libsdl packages from Fink perl Build.PL perl Build test - perl Build Bundle + perl Build bundle perl Build install =head2 Running SDL Perl Scripts in MacOSX