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 =>
{
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')
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
$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'));
=head2 Maintainance
Nick: kthakore
-
Name: Kartik Thakore
=head1 MacOSX Experimental Usage
perl Build.PL
perl Build test
- perl Build Bundle
+ perl Build bundle
perl Build install
=head2 Running SDL Perl Scripts in MacOSX