'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 =>
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
t/sdlpm.t
t/soundpm.t
t/surfacepm.t
+t/surfaceML.t
t/timerpm.t
t/toolfontpm.t
t/toolgraphicpm.t
$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'));