projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
153fe72
)
Added simple Build.PL fix for generating .packlist
Kartik Thakore [Sun, 2 Aug 2009 13:11:57 +0000 (09:11 -0400)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
c87bd16
..
8d89fd9
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-122,6
+122,7
@@
my $links = $arch->build_links( \%libraries, $build_systems );
my %xs = map { $subsystems{$_}{file}{from} => $subsystems{$_}{file}{to} }
keys %subsystems;
my $build = SDL::Build->new(
+ module_name => 'SDL',
dist_name => 'SDL_Perl',
license => 'lgpl',
dist_version_from => 'lib/SDL.pm',