Updates
Kartik Thakore [Tue, 1 Sep 2009 13:31:17 +0000 (09:31 -0400)]
Build.PL
CHANGELOG
MANIFEST
lib/SDL.pm

index d0acfc3..5ccc4e3 100755 (executable)
--- 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.02',
+               'Alien::SDL'    => '0.03',
                'ExtUtils::CBuilder' => '0.260301'
        },
        build_recommends     =>
index b483aab..d8c8c2e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,10 @@
 Revision history for Perl extension SDL_perl.
+
+* Sept 1 2009 Kartik Thankore <thakore.kartik@gmail.com>
+       - Made Alien::SDL 0.3 dependency
+       - Updated MANIFEST
+* Aug 31 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       - Fixed broken mixer test on FreeBSD
 * Aug 27 2009 Kartik Thakore <thakore.kartik@gmail.com>
        -Made App loop() faster https://rt.cpan.org/Public/Bug/Display.html?id=16988
        -Patched support for add support for gluquadric* sub https://rt.cpan.org/Public/Bug/Display.html?id=25598
index fb121d0..def777c 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -81,6 +81,7 @@ t/rectpm.t
 t/sdlpm.t
 t/soundpm.t
 t/surfacepm.t
+t/surfaceML.t
 t/timerpm.t
 t/toolfontpm.t
 t/toolgraphicpm.t
index b8c3baf..0778469 100644 (file)
@@ -54,7 +54,7 @@ sub import {
   $self->export_to_level(1, @_);
   SDL::Constants->export_to_level(1);
 }
-$VERSION = '2.2.2.7';
+$VERSION = '2.2.2.11';
 
 print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));