summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild.PL6
1 files changed, 6 insertions, 0 deletions
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,