Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 2.541_10
  • Loading branch information
jtpalmer committed Aug 13, 2012
1 parent 24e548e commit 7005ae6
Show file tree
Hide file tree
Showing 83 changed files with 85 additions and 84 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Expand Up @@ -594,7 +594,7 @@ my $build = $package->new(
configure_requires => {
'Module::Build' => '0',
'ExtUtils::CBuilder' => '0.260301',
'Alien::SDL' => '1.437_2',
'Alien::SDL' => '1.438',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
Expand All @@ -604,7 +604,7 @@ my $build = $package->new(
'Test::Simple' => '0.88',
'Capture::Tiny' => '0',
'Test::Most' => '0.21',
'Alien::SDL' => '1.437_2',
'Alien::SDL' => '1.438',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG
Expand Up @@ -2,7 +2,8 @@ Revision history for Perl extension SDL

Versioning rule: public releases are even numbers, dev releases are odd. (same like perl dist)

* TBD
* 2.541_10 Aug 12 2012
- Updated Alien::SDL's version to 1.438 [jtpalmer]
- libz is now loaded too if we load libpng [FROGGS]

* 2.541_09 Aug 05 2012
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Build/SDL.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use base 'Module::Build';
use vars qw($VERSION);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
$VERSION = eval $VERSION;

__PACKAGE__->add_property( parinput => '' );
Expand Down
2 changes: 1 addition & 1 deletion lib/SDL.pm
Expand Up @@ -54,7 +54,7 @@ our %EXPORT_TAGS = (
defaults => $SDL::Constants::EXPORT_TAGS{'SDL/defaults'}
);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
$VERSION = eval $VERSION;

print "$VERSION" if ( defined( $ARGV[0] ) && ( $ARGV[0] eq '--SDLperl' ) );
Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Audio.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Audio';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/AudioCVT.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Audio';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/AudioSpec.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Audio';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/CD.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::CDROM';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/CDROM.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::CDROM';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/CDTrack.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::CDROM';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Color.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Video';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Config.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use vars qw($VERSION);
use SDL::ConfigData;

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
$VERSION = eval $VERSION;

sub has {
Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Constants.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
use base 'Exporter';
use Config;

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
$VERSION = eval $VERSION;

our @EXPORT_OK = ();
Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Cursor.pm
Expand Up @@ -6,7 +6,7 @@ require Exporter;
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Event.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Events';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Events.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Events';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/GFX.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::GFX';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/GFX/BlitFunc.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::GFX';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/GFX/FPSManager.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::GFX';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/GFX/Framerate.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::GFX';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/GFX/ImageFilter.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::GFX';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/GFX/Primitives.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::GFX';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/GFX/Rotozoom.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::GFX';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Image.pm
Expand Up @@ -8,7 +8,7 @@ use SDL::Constants ':SDL::Image';
use SDL::Surface;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Internal/Loader.pm
Expand Up @@ -7,7 +7,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(internal_load_dlls);
our @LIBREFS = ();

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
$VERSION = eval $VERSION;

use SDL::ConfigData;
Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Joystick.pm
Expand Up @@ -6,7 +6,7 @@ require Exporter;
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer/Channels.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer/Effects.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer/Groups.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer/MixChunk.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer/MixMusic.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer/Music.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mixer/Samples.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants qw(:SDL::Mixer :SDL::Audio);
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Mouse.pm
Expand Up @@ -6,7 +6,7 @@ require Exporter;
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/MultiThread.pm
Expand Up @@ -6,7 +6,7 @@ require Exporter;
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Net.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Net';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Net/IPaddress.pm
Expand Up @@ -6,7 +6,7 @@ require Exporter;
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Net/TCP.pm
Expand Up @@ -6,7 +6,7 @@ require Exporter;
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Net/UDP.pm
Expand Up @@ -6,7 +6,7 @@ require Exporter;
require DynaLoader;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Overlay.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Video';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Palette.pm
Expand Up @@ -8,7 +8,7 @@ use SDL::Constants ':SDL::Video';
use SDL::Color;
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL/Pango.pm
Expand Up @@ -7,7 +7,7 @@ require DynaLoader;
use SDL::Constants ':SDL::Pango';
our @ISA = qw(Exporter DynaLoader);

our $VERSION = '2.541_09';
our $VERSION = '2.541_10';
our $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down

0 comments on commit 7005ae6

Please sign in to comment.