From 844d1763a2826dae2981aa3abc398dffd214c663 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 4 Apr 2018 16:27:43 +0200 Subject: Add File::Slurp dependency to Build.PL and README --- Build.PL | 1 + README | 1 + 2 files changed, 2 insertions(+) diff --git a/Build.PL b/Build.PL index 68591a1..ee1643d 100644 --- a/Build.PL +++ b/Build.PL @@ -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', diff --git a/README b/README index 03e68aa..81a5e0d 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ Dependencies * Class::Accessor * DateTime * DateTime::Format::Strptime +* File::Slurp * Geo::Distance * List::Compare * List::MoreUtils -- cgit v1.2.3