summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,