diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-10-29 20:57:00 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-29 20:57:00 +0200 |
| commit | 50b7f80de9b369b5aa99e8cf913bc4d240f017e0 (patch) | |
| tree | bbcc440cc611e81eb305efbe1db40edbe751768c | |
| parent | 33eab21aedb69309006789d84741b33a9ef8f7cf (diff) | |
improve build.pl
| -rwxr-xr-x | Build.PL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |
