Build.PL fix
Kartik Thakore [Tue, 29 Sep 2009 19:33:42 +0000 (15:33 -0400)]
Build.PL
CHANGELOG
lib/SDL.pm

index 525de84..4540a1e 100644 (file)
--- 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 => [ <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>',
+       dist_author          => 'David J. Goehrig <DGOEHRIG@cpan.org>, Kartik Thakore <KTHAKORE@cpan.org>',
 );
 
 if($arch eq 'Darwin')
index eb09298..72808aa 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
 Revision history for Perl extension SDL_perl.
 
+* v2.2.3.1 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       - Critical Build.PL fix for META.yml 
+       - Doc fix
+
 * v2.2.3 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
        - More Docs
        - Experimental Mac version
index 8e7771a..80e34d2 100644 (file)
@@ -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