From 72a13fadce409f7ea27cc9bb5265b4c6b93b91d7 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Fri, 26 Apr 2019 18:34:30 -0500 Subject: [PATCH] #4794 Add LWP::Protocol::https to package --- Build.PL | 2 ++ package/win/package_win32.ps1 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Build.PL b/Build.PL index 2dd18435a5..c02b081921 100755 --- a/Build.PL +++ b/Build.PL @@ -48,7 +48,9 @@ if ($gui) { Wx::GLCanvas 0 OpenGL 0 LWP::UserAgent 0 + LWP::Protocol::https 0 Net::Bonjour 0 + Net::SSL 0 ); if ($^O eq 'MSWin32') { $recommends{"Win32::TieRegistry"} = 0; diff --git a/package/win/package_win32.ps1 b/package/win/package_win32.ps1 index c6a5e1ce8e..dd45022cae 100644 --- a/package/win/package_win32.ps1 +++ b/package/win/package_win32.ps1 @@ -160,7 +160,9 @@ pp ` -M LWP::MemberMixin ` -M LWP::Protocol ` -M LWP::Protocol::http ` +-M LWP::Protocol::https ` -M LWP::UserAgent ` +-M Net::SSL ` -M List::Util ` -M Math::Trig ` -M Method::Generate::Accessor `