projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6e43702
)
Find Rect in right place
Kartik Thakore [Tue, 1 Sep 2009 02:16:51 +0000 (22:16 -0400)]
exp/SDL/Rect/Build.PL
patch
|
blob
|
blame
|
history
exp/SDL/Rect/lib/SDL/Rect.pm
patch
|
blob
|
blame
|
history
exp/SDL/Rect/src/Rect.xs
[moved from
exp/SDL/Rect/Rect.xs
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/exp/SDL/Rect/Build.PL
b/exp/SDL/Rect/Build.PL
index
8cd249c
..
11f0176
100644
(file)
--- 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 <KTHAKORE@cpan.org>',
diff --git
a/exp/SDL/Rect/lib/SDL/Rect.pm
b/exp/SDL/Rect/lib/SDL/Rect.pm
index
fd2e966
..
6ad6abd
100644
(file)
--- 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