diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-26 09:09:33 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-26 09:09:33 +0200 |
commit | 3bfa4ce7d9a3684dedf71bf004da6b58c7e4ae47 (patch) | |
tree | c0a0adf3540d33dbb4a937b3165bcb262032d9c9 /Build.PL | |
parent | c5183920ae123bd47c8c2aa68c77c5449c793290 (diff) |
Update Build.PL (File::Slurp is not used for building)
Diffstat (limited to 'Build.PL')
-rwxr-xr-x | Build.PL | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 => { |