I promised its really fixed now
Kartik Thakore [Sat, 1 Aug 2009 23:07:21 +0000 (19:07 -0400)]
Build.PL
t/apppm.t

index 9bae626..90ea47b 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -35,7 +35,7 @@ my %subsystems =
        SDL => {
                file      => {
                        from  => 'src/SDL.xs',
-                       to    => 'SDL/SDL_perl.xs',
+                       to    => 'SDL.xs',
                },
                libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx
                                  png jpeg smpeg )],
@@ -43,14 +43,14 @@ my %subsystems =
        OpenGL => {
                file      => {
                        from => 'src/OpenGL.xs',
-                       to   => 'SDL/OpenGL/OpenGL.xs', 
+                       to   => 'SDL/OpenGL.xs', 
                },
                libraries => [qw( SDL GL GLU )],
        },
        SFont => {
                file    => {
                        from => 'src/SFont.xs',
-                       to   => 'SDL/SFont/SFont.xs',
+                       to   => 'SDL/SFont.xs',
                },
                libraries => [qw( SDL SDL_image )],
        },      
index 19d9f12..c13096d 100644 (file)
--- a/t/apppm.t
+++ b/t/apppm.t
@@ -6,7 +6,7 @@
 # basic testing of SDL::App
 
 BEGIN {
-       unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src', 'blib/arch/auto/src/SDL/SFont';
+       unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/', 'blib/arch/auto/SDL/SFont';
 }
 
 use strict;