summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-15 22:05:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-15 22:05:10 +0200
commita5cfa8094696462446ee2eb6739be26103e9a7ae (patch)
treed05c55a61d1a7069492c904e4827103cec6db421
parent35ca371ecd52122c681a225b9987a958a358787b (diff)
Build.PL: Add dependencies
-rwxr-xr-xBuild.PL7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index ef2ad6a..f7bc662 100755
--- a/Build.PL
+++ b/Build.PL
@@ -16,6 +16,13 @@ Module::Build->new(
license => 'unrestricted',
requires => {
'perl' => '5.10.0',
+ 'File::ShareDir' => 0,
+ 'Getopt::Long' => 0,
+ 'IO::Handle' => 0,
+ 'IPC::Run' => 0,
+ 'SDL' => 0,
+ 'Term::Size' => 0,
+ 'Time::HiRes' => 0,
},
share_dir => 'share',
sign => 1,