Skip to content

Commit 70e6861

Browse files
committed
#4794 Add LWP::Protocol::https to package
1 parent 85dd663 commit 70e6861

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Build.PL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ if ($gui) {
4848
Wx::GLCanvas 0
4949
OpenGL 0
5050
LWP::UserAgent 0
51+
LWP::Protocol::https 0
5152
Net::Bonjour 0
53+
Net::SSL 0
5254
);
5355
if ($^O eq 'MSWin32') {
5456
$recommends{"Win32::TieRegistry"} = 0;

package/win/package_win32.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ pp `
160160
-M LWP::MemberMixin `
161161
-M LWP::Protocol `
162162
-M LWP::Protocol::http `
163+
-M LWP::Protocol::https `
163164
-M LWP::UserAgent `
165+
-M Net::SSL `
164166
-M List::Util `
165167
-M Math::Trig `
166168
-M Method::Generate::Accessor `

0 commit comments

Comments
 (0)