From dc701e735f3c83703fd0d861b0124150c5f5bf87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 May 2020 18:31:40 +0200 Subject: Document LWP::Protocol::https dependency --- Build.PL | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 3bca93d..be23207 100644 --- a/Build.PL +++ b/Build.PL @@ -19,13 +19,14 @@ Module::Build->new( module_name => 'Travel::Routing::DE::VRR', license => 'perl', requires => { - 'perl' => '5.10.1', - 'Class::Accessor' => 0, - 'Exception::Class' => 0, - 'Getopt::Long' => 0, - 'List::Util' => 0, - 'LWP::UserAgent' => 0, - 'XML::LibXML' => 0, + 'perl' => '5.10.1', + 'Class::Accessor' => 0, + 'Exception::Class' => 0, + 'Getopt::Long' => 0, + 'List::Util' => 0, + 'LWP::UserAgent' => 0, + 'LWP::Protocol::https' => 0, + 'XML::LibXML' => 0, }, sign => 1, meta_merge => { -- cgit v1.2.3