From 3bfa4ce7d9a3684dedf71bf004da6b58c7e4ae47 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 26 Sep 2015 09:09:33 +0200 Subject: Update Build.PL (File::Slurp is not used for building) --- Build.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 339caf8..4fba955 100755 --- a/Build.PL +++ b/Build.PL @@ -7,9 +7,8 @@ use Module::Build; Module::Build->new( build_requires => { - 'File::Slurp' => 0, - 'Test::More' => 0, 'Test::Compile' => 0, + 'Test::More' => 0, 'Test::Pod' => 0, }, configure_requires => { -- cgit v1.2.3