[Bps-public-commit] app-aws-cloudwatch-monitor branch version-0.02 updated. 0cbc65c24a27cd26f8fdc1c35196b014d78f391d
BPS Git Server
git at git.bestpractical.com
Tue May 17 22:34:05 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, version-0.02 has been updated
via 0cbc65c24a27cd26f8fdc1c35196b014d78f391d (commit)
via 347dc2988605bfada6a08b950602af61d9933348 (commit)
from d5cbd8ba74ccb59c28e178c4524251bd72c34910 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0cbc65c24a27cd26f8fdc1c35196b014d78f391d
Merge: d5cbd8b 347dc29
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Tue May 17 17:33:08 2022 -0500
Merge branch '0.02/add-lwp-protocol-https-to-deps-list' into version-0.02
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,
-----------------------------------------------------------------------
Summary of changes:
Makefile.PL | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
app-aws-cloudwatch-monitor
More information about the Bps-public-commit
mailing list