From: Kartik Thakore Date: Tue, 1 Sep 2009 02:16:51 +0000 (-0400) Subject: Find Rect in right place X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cf69d41c40481a6139c1341d7f4809d349dfccd;p=sdlgit%2FSDL_perl.git Find Rect in right place --- diff --git a/exp/SDL/Rect/Build.PL b/exp/SDL/Rect/Build.PL index 8cd249c..11f0176 100644 --- a/exp/SDL/Rect/Build.PL +++ b/exp/SDL/Rect/Build.PL @@ -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 ', diff --git a/exp/SDL/Rect/lib/SDL/Rect.pm b/exp/SDL/Rect/lib/SDL/Rect.pm index fd2e966..6ad6abd 100644 --- a/exp/SDL/Rect/lib/SDL/Rect.pm +++ b/exp/SDL/Rect/lib/SDL/Rect.pm @@ -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 diff --git a/exp/SDL/Rect/Rect.xs b/exp/SDL/Rect/src/Rect.xs similarity index 100% rename from exp/SDL/Rect/Rect.xs rename to exp/SDL/Rect/src/Rect.xs