diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-26 10:50:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-26 10:50:59 +0100 |
commit | db2e06e1decb3b25df765b75326a8e35248d1def (patch) | |
tree | 79ef77c97753d199604adb00cf014f15dc8da56e /Build.PL | |
parent | 34793a5b499f42991fdd5acd7f81074d3e03fb68 (diff) |
add support for canceled / additional stops. untested at the moment
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ Module::Build->new( 'DateTime::Format::Strptime' => 0, 'Encode' => 0, 'Getopt::Long' => 0, + 'List::Compare' => '0.29', 'List::MoreUtils' => 0, 'List::Util' => 0, 'LWP::UserAgent' => 0, |