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 `