Find Rect in right place
Kartik Thakore [Tue, 1 Sep 2009 02:16:51 +0000 (22:16 -0400)]
exp/SDL/Rect/Build.PL
exp/SDL/Rect/lib/SDL/Rect.pm
exp/SDL/Rect/src/Rect.xs [moved from exp/SDL/Rect/Rect.xs with 100% similarity]

index 8cd249c..11f0176 100644 (file)
@@ -16,7 +16,7 @@ Module::Build->new
        {
                'Pod::ToDemo'  => '0.20'                
        },
-       xs_files             => {'Rect.xs' => 'lib/SDL/Rect.xs'},
+       xs_files             => {'src/Rect.xs' => 'lib/SDL/Rect.xs'},
        extra_compiler_flags => scalar `sdl-config --cflags`,
        extra_linker_flags  =>  scalar `sdl-config --libs`,
        dist_author          => 'Kartik Thakore <KTHAKORE@cpan.org>',
index fd2e966..6ad6abd 100644 (file)
@@ -97,7 +97,7 @@ perl(1).
 
 #################### main pod documentation end ###################
 
-bootstrap Rect $VERSION;
+bootstrap SDL::Rect $VERSION;
 
 1;
 # The preceding line will help the module return a true value