From a5cfa8094696462446ee2eb6739be26103e9a7ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 15 Jun 2011 22:05:10 +0200 Subject: Build.PL: Add dependencies --- Build.PL | 7 +++++++ 1 file changed, 7 insertions(+) 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, -- cgit v1.2.3