[Bps-public-commit] app-aws-cloudwatch-monitor branch 0.02/add-lwp-protocol-https-to-deps-list created. 347dc2988605bfada6a08b950602af61d9933348
BPS Git Server
git at git.bestpractical.com
Fri May 13 22:06:00 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "app-aws-cloudwatch-monitor".
The branch, 0.02/add-lwp-protocol-https-to-deps-list has been created
at 347dc2988605bfada6a08b950602af61d9933348 (commit)
- Log -----------------------------------------------------------------
commit 347dc2988605bfada6a08b950602af61d9933348
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Fri May 13 17:04:37 2022 -0500
Add LWP::Protocol::https to deps list
LWP::Protocol::https is required for LWP to connect over https.
Check for it when building the Makefile.
diff --git a/Makefile.PL b/Makefile.PL
index aa61497..501179e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -44,6 +44,7 @@ WriteMakefile(
'Getopt::Long' => '2.45', # 2.36 is required for options we need, but at least 2.45 for bugfixes
'List::Util' => 0,
'LWP' => 6,
+ 'LWP::Protocol::https' => 0,
'LWP::Simple' => 0,
'Module::Loader' => 0,
'parent' => 0,
-----------------------------------------------------------------------
hooks/post-receive
--
app-aws-cloudwatch-monitor
More information about the Bps-public-commit
mailing list