[Bps-public-commit] app-aws-cloudwatch-monitor branch update-shell-commands-in-cloudwatchclient updated. a4203928efe33545e9cd72c4f56a312e8af6a3ad
BPS Git Server
git at git.bestpractical.com
Fri Jul 29 23:31:33 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, update-shell-commands-in-cloudwatchclient has been updated
via a4203928efe33545e9cd72c4f56a312e8af6a3ad (commit)
from 0ed1df4ea5aa6cde7bf54335b6b4904188d77d75 (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 a4203928efe33545e9cd72c4f56a312e8af6a3ad
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Fri Jul 29 18:31:21 2022 -0500
Add File::Path to deps list
diff --git a/Makefile.PL b/Makefile.PL
index 9370602..0f32446 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -40,6 +40,7 @@ WriteMakefile(
'Digest::SHA' => 0,
'Exporter' => 0,
'File::Basename' => 0,
+ 'File::Path' => 0,
'FindBin' => 0,
'Getopt::Long' => '2.45', # 2.36 is required for options we need, but at least 2.45 for bugfixes
'List::Util' => 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