Unverified Commit c3614a55 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

remove Scalar::Util dependency

parent 57a496a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ Module::Build->new(
		'List::Util'                 => 0,
		'LWP::UserAgent'             => 0,
		'LWP::Protocol::https'       => 0,
		'Scalar::Util'               => 0,
	},
	script_files  => 'bin/',
	sign          => 1,
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ requires 'List::MoreUtils';
requires 'List::Util';
requires 'LWP::UserAgent';
requires 'LWP::Protocol::https';
requires 'Scalar::Util';

on test => sub {
	requires 'File::Slurp';