diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-04-04 16:27:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-04-04 16:27:43 +0200 |
commit | 844d1763a2826dae2981aa3abc398dffd214c663 (patch) | |
tree | 19028e083e1ed329406736d37f1feb02a65b8aab /Build.PL | |
parent | e93a61eb3b692c713ff82111aa66f19e5d0a3102 (diff) |
Add File::Slurp dependency to Build.PL and README
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ Module::Build->new( 'DateTime' => 0, 'DateTime::Format::Strptime' => 0, 'Encode' => 0, + 'File::Slurp' => 0, 'Geo::Distance' => 0, 'Getopt::Long' => 0, 'List::Compare' => '0.29', |