Skip to content
Snippets Groups Projects
Unverified Commit c3614a55 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

remove Scalar::Util dependency

parent 57a496a1
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ Module::Build->new( ...@@ -29,7 +29,6 @@ Module::Build->new(
'List::Util' => 0, 'List::Util' => 0,
'LWP::UserAgent' => 0, 'LWP::UserAgent' => 0,
'LWP::Protocol::https' => 0, 'LWP::Protocol::https' => 0,
'Scalar::Util' => 0,
}, },
script_files => 'bin/', script_files => 'bin/',
sign => 1, sign => 1,
......
...@@ -8,7 +8,6 @@ requires 'List::MoreUtils'; ...@@ -8,7 +8,6 @@ requires 'List::MoreUtils';
requires 'List::Util'; requires 'List::Util';
requires 'LWP::UserAgent'; requires 'LWP::UserAgent';
requires 'LWP::Protocol::https'; requires 'LWP::Protocol::https';
requires 'Scalar::Util';
on test => sub { on test => sub {
requires 'File::Slurp'; requires 'File::Slurp';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment