[Bps-public-commit] app-aws-cloudwatch-monitor-check-mailsummary branch master updated. 9c6cb4b510258ed222a3ce8d9fa72c35956dbb17

BPS Git Server git at git.bestpractical.com
Tue Feb 7 14:09:23 UTC 2023


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-check-mailsummary".

The branch, master has been updated
       via  9c6cb4b510258ed222a3ce8d9fa72c35956dbb17 (commit)
       via  635a451402d982138b452d2968cbf16ec6d36f51 (commit)
       via  429edd06e5484bccbf27da3b3ecbccca2a34e539 (commit)
       via  37c61ce5e89cbc5c5f4170a9c3f25542374a9380 (commit)
       via  ecfc6f4127836a4adb648ac6173c269c13424177 (commit)
       via  d34ab82808a5cd5e7e291d12e9383f2bbe63c6f5 (commit)
      from  0ed812fa1d9a5b860c4fe1e756a1f84a71433469 (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 9c6cb4b510258ed222a3ce8d9fa72c35956dbb17
Merge: 0ed812f 635a451
Author: Brian Conry <bconry at bestpractical.com>
Date:   Tue Feb 7 08:09:10 2023 -0600

    Merge branch 'add-check-module'

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |  13 ++
 Changes                                            |   4 +
 LICENSE                                            | 203 ++++++++++++++++++++
 MANIFEST                                           |   8 +
 MANIFEST.SKIP                                      |  48 +++++
 Makefile.PL                                        |  46 +++++
 README                                             |  49 +++++
 README.md                                          |  52 ++++++
 .../AWS/CloudWatch/Monitor/Check/MailSummary.pm    | 170 +++++++++++++++++
 t/00_load.t                                        |  37 ++++
 t/996_perl-tidy.t                                  |  22 +++
 t/997_perl-critic.t                                |  23 +++
 t/998_pod-checker.t                                |  19 ++
 t/999_pod-coverage.t                               |  18 ++
 t/perlcriticrc                                     | 204 +++++++++++++++++++++
 t/perltidyrc                                       |  34 ++++
 16 files changed, 950 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 Changes
 create mode 100644 LICENSE
 create mode 100644 MANIFEST
 create mode 100644 MANIFEST.SKIP
 create mode 100644 Makefile.PL
 create mode 100644 README.md
 create mode 100644 lib/App/AWS/CloudWatch/Monitor/Check/MailSummary.pm
 create mode 100644 t/00_load.t
 create mode 100644 t/996_perl-tidy.t
 create mode 100644 t/997_perl-critic.t
 create mode 100644 t/998_pod-checker.t
 create mode 100644 t/999_pod-coverage.t
 create mode 100644 t/perlcriticrc
 create mode 100644 t/perltidyrc


hooks/post-receive
-- 
app-aws-cloudwatch-monitor-check-mailsummary


More information about the Bps-public-commit mailing list