Commit dc701e73 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Document LWP::Protocol::https dependency

parent 8ffbc9af
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ Module::Build->new(
		'Getopt::Long'         => 0,
		'List::Util'           => 0,
		'LWP::UserAgent'       => 0,
		'LWP::Protocol::https' => 0,
		'XML::LibXML'          => 0,
	},
	sign       => 1,
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ requires 'Exception::Class';
requires 'Getopt::Long';
requires 'List::Util';
requires 'LWP::UserAgent';
requires 'LWP::Protocol::https';
requires 'XML::LibXML';

on test => sub {