We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dd663 commit 70e6861Copy full SHA for 70e6861
Build.PL
@@ -48,7 +48,9 @@ if ($gui) {
48
Wx::GLCanvas 0
49
OpenGL 0
50
LWP::UserAgent 0
51
+ LWP::Protocol::https 0
52
Net::Bonjour 0
53
+ Net::SSL 0
54
);
55
if ($^O eq 'MSWin32') {
56
$recommends{"Win32::TieRegistry"} = 0;
package/win/package_win32.ps1
@@ -160,7 +160,9 @@ pp `
160
-M LWP::MemberMixin `
161
-M LWP::Protocol `
162
-M LWP::Protocol::http `
163
+-M LWP::Protocol::https `
164
-M LWP::UserAgent `
165
+-M Net::SSL `
166
-M List::Util `
167
-M Math::Trig `
168
-M Method::Generate::Accessor `
0 commit comments