[Bps-public-commit] app-aws-cloudwatch-monitor branch 0.02/optimize-datetime updated. a9c2c8c40a05cf25ed5a4151da0b874606668ce4
BPS Git Server
git at git.bestpractical.com
Fri May 13 21:10:06 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/optimize-datetime has been updated
via a9c2c8c40a05cf25ed5a4151da0b874606668ce4 (commit)
from 841879f42a7c6abb38f2ef0f93d58ced1c47cd1e (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 a9c2c8c40a05cf25ed5a4151da0b874606668ce4
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Fri May 13 16:08:50 2022 -0500
Update deps
Removes DateTime and adds Time::Piece.
diff --git a/Makefile.PL b/Makefile.PL
index aa61497..f8cb016 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -36,7 +36,6 @@ WriteMakefile(
'Config::Tiny' => 0,
'Compress::Zlib' => 0,
'constant' => 0,
- 'DateTime' => 0,
'Digest::SHA' => 0,
'Exporter' => 0,
'File::Basename' => 0,
@@ -49,6 +48,7 @@ WriteMakefile(
'parent' => 0,
'Pod::Usage' => '1.67', # rewrite in 1.62, bugfixes in 1.67
'strict' => 0,
+ 'Time::Piece' => 0,
'Try::Tiny' => 0,
'URI::Escape' => 0,
'warnings' => 0,
-----------------------------------------------------------------------
Summary of changes:
Makefile.PL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
app-aws-cloudwatch-monitor
More information about the Bps-public-commit
mailing list