From 1a788196fada65528fc28ced144d9d5c9537412a Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 29 Apr 2017 14:13:14 +0200 Subject: [PATCH] Try to fix LWP not working in packages. #3906 --- package/linux/make_archive.sh | 2 +- package/osx/make_dmg.sh | 2 +- package/win/package_win32.ps1 | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index 422ac19a0..7b0503b15 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -96,7 +96,7 @@ cp -f $PERL_BIN $archivefolder/perl-local ${PP_BIN} wxextension .0 \ -M attributes -M base -M bytes -M B -M POSIX \ -M FindBin -M Unicode::Normalize -M Tie::Handle \ - -M Time::Local -M Math::Trig \ + -M Time::Local -M Math::Trig -M IO::Socket -M Errno \ -M lib -M overload \ -M warnings -M local::lib \ -M strict -M utf8 -M parent \ diff --git a/package/osx/make_dmg.sh b/package/osx/make_dmg.sh index 8167e6d06..eb9c5ce60 100755 --- a/package/osx/make_dmg.sh +++ b/package/osx/make_dmg.sh @@ -101,7 +101,7 @@ echo "Copying perl from $PERL_BIN" cp -f $PERL_BIN $macosfolder/perl-local ${PP_BIN} -M attributes -M base -M bytes -M B -M POSIX \ -M FindBin -M Unicode::Normalize -M Tie::Handle \ - -M Time::Local -M Math::Trig \ + -M Time::Local -M Math::Trig -M IO::Socket -M Errno \ -M lib -M overload \ -M warnings -M local::lib \ -M strict -M utf8 -M parent \ diff --git a/package/win/package_win32.ps1 b/package/win/package_win32.ps1 index 07396ea37..8c1cc977a 100644 --- a/package/win/package_win32.ps1 +++ b/package/win/package_win32.ps1 @@ -93,6 +93,7 @@ pp ` -M IO ` -M IO::Handle ` -M IO::Select ` +-M IO::Socket ` -M LWP ` -M LWP::MediaTypes ` -M LWP::MemberMixin `