[openssl-commits] [tools] master update
Richard Levitte
levitte at openssl.org
Mon Nov 19 20:04:50 UTC 2018
The branch master has been updated
via 1de20a3a49e1b4f6e7104b84b8fc5594b144712a (commit)
via cd0711f60154d5da0f9974349b897a2615934554 (commit)
from b7d03f8bd7e918a96c25eb6fadd1b70f28cc6e39 (commit)
- Log -----------------------------------------------------------------
commit 1de20a3a49e1b4f6e7104b84b8fc5594b144712a
Author: Pauli <paul.dale at oracle.com>
Date: Sun Nov 18 15:59:41 2018 +1000
add dependencies to Makefile.PL
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/tools/pull/35)
commit cd0711f60154d5da0f9974349b897a2615934554
Author: Pauli <paul.dale at oracle.com>
Date: Sun Nov 18 10:06:32 2018 +1000
Tool changes for Mac OS/X.
Perl ends up with a different path when installed using _brew_. The system perl
seems to have broken _cpan_ somehow.
Some additional packages need to be installed.
PATH also needs to be set so it can find the _plackup_ executable.
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/tools/pull/35)
-----------------------------------------------------------------------
Summary of changes:
OpenSSL-Query/Makefile.PL | 2 ++
OpenSSL-Query/README.md | 2 ++
review-tools/addrev | 2 +-
review-tools/gitaddrev | 2 +-
review-tools/gitlabutil | 2 +-
5 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/OpenSSL-Query/Makefile.PL b/OpenSSL-Query/Makefile.PL
index ac80b4a..a98f4e6 100644
--- a/OpenSSL-Query/Makefile.PL
+++ b/OpenSSL-Query/Makefile.PL
@@ -35,6 +35,8 @@ requires (
'URI::Encode' => 0,
Moo => 0,
Carp => 0,
+ 'LWP::UserAgent' => 0,
+ 'LWP::Protocol::https' =>0,
);
install_as_site;
diff --git a/OpenSSL-Query/README.md b/OpenSSL-Query/README.md
index df036d8..27dd3fd 100644
--- a/OpenSSL-Query/README.md
+++ b/OpenSSL-Query/README.md
@@ -23,6 +23,8 @@ OpenSSL::Query requires these extra modules to run:
- Class::Method::Modifiers (debian package libclass-method-modifiers-perl)
- Moo (debian package libmoo-perl)
- URI::Encode (debian package liburi-encode-perl)
+- LWP::UserAgent
+- LWP::Protocol::https
Any other module OpenSSL::Query depends on should be part of core
perl.
diff --git a/review-tools/addrev b/review-tools/addrev
index ce770f3..5cadfdb 100755
--- a/review-tools/addrev
+++ b/review-tools/addrev
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
diff --git a/review-tools/gitaddrev b/review-tools/gitaddrev
index 4b97298..1c2071e 100755
--- a/review-tools/gitaddrev
+++ b/review-tools/gitaddrev
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
diff --git a/review-tools/gitlabutil b/review-tools/gitlabutil
index 03fb02d..f700644 100755
--- a/review-tools/gitlabutil
+++ b/review-tools/gitlabutil
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use HTTP::Tiny;
use JSON::PP;
More information about the openssl-commits
mailing list