Added more info
Kartik Thakore [Thu, 27 Aug 2009 11:14:46 +0000 (07:14 -0400)]
Build.PL
CONTRIBUTORS
MANIFEST
META.yml

index 41a812b..ddf7520 100755 (executable)
--- a/Build.PL
+++ b/Build.PL
@@ -131,11 +131,12 @@ my $build   = SDL::Build->new(
        {
                'Test::Simple' => '0.47',
                'Module::Build' => '0.22',
-               'YAML'  => '0.68'
+               'YAML'  => '0.68',
+               'Alien::SDL'    => '0.01'
        },
        build_recommends     =>
        {
-               'Pod::ToDemo'  => '0.20',
+               'Pod::ToDemo'  => '0.20'                
        },
        c_source             => 'src',
        xs_files             => \%xs,
@@ -146,6 +147,7 @@ my $build   = SDL::Build->new(
        dist_author          => 'David J. Goehrig <DGOEHRIG@cpan.org>',
 );
 
+
 # and here's where the real (and ugly) magic works... see SDL::Build
 $build->set_flags(
        \%subsystems,
index f28d8d7..e61e5ec 100644 (file)
@@ -2,6 +2,10 @@ Contributors
 
 The following people have dedicated blood sweat and tears to making SDL Perl possible.
 
+kmx <kmx@cpan.org>
+Kartik Thakore <thakore.kartik@gmail.com>
+Gabor Szabo <szabgab@gmail.com>
+James Wright <jwright@cpan.org>
 David J. Goehrig <dgoehrig@cpan.org>
 Wayne Keenan <wayne@metaverse.fsnet.co.uk>
 Guillaue Cottenceau <gc@mandrakesoft.com>
@@ -17,9 +21,7 @@ Ryan Hanlon
 morgoth.666
 Thomas Tongue
 Luke
-Kartik Thakore <thakore.kartik@gmail.com>
-Gabor Szabo <szabgab@gmail.com>
-James Wright <jwright@cpan.org>
+
 
 If you would like to contribute to SDL Perl, please post a message on the mailing list:
 
index fb121d0..85f0119 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -42,6 +42,7 @@ make/lib/SDL/Build/MSWin32.pm
 make/lib/SDL/Build/Netbsd.pm
 make/lib/SDL/Build.pm
 make/lib/SDL/Utility.pm
+make/lib/ExtUtils/CBuilder/Platform/Windows.pm
 MacOSX/Info.plist
 MacOSX/launcher.h
 MacOSX/launcher.m
index d2176c7..77bbcd8 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -8,6 +8,7 @@ license: lgpl
 resources:
   license: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
 build_requires:
+  Alien::SDL: 0.01
   Module::Build: 0.22
   Test::Simple: 0.47
   YAML: 0.68