diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-14 21:07:10 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-14 21:07:10 +0200 |
commit | f06afc08e82be0eccbd3b438470503bedaac69d2 (patch) | |
tree | 529b6925334f7e928ce8c7dd451588b70b976c14 /Build.PL | |
parent | 3cccdc35bc5b4edcc97d486cf9ed50fc7b2ca82a (diff) |
re-enable substring matching -> use both for station lookup
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ Module::Build->new( 'List::Compare' => '0.29', 'List::MoreUtils' => 0, 'List::Util' => 0, + 'List::UtilsBy' => 0, 'LWP::UserAgent' => 0, 'Text::LevenshteinXS' => 0, 'XML::LibXML' => 0, |