From 50b7f80de9b369b5aa99e8cf913bc4d240f017e0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 Oct 2011 20:57:00 +0200 Subject: improve build.pl --- Build.PL | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index a1d6833..b42ae31 100755 --- a/Build.PL +++ b/Build.PL @@ -16,6 +16,12 @@ Module::Build->new( license => 'perl', requires => { 'perl' => '5.10.0', + 'Cache::File' => 0, + 'DateTime' => 0, + 'DateTime::Format::DateParse' => 0, + 'GD' => 0, + 'Mojolicious::Lite' => 0, + 'Travel::Status::DE::VRR' => 0.02, }, share_dir => 'share', sign => 1, -- cgit v1.2.3