[Bps-public-commit] app-aws-cloudwatch-monitor-check-mailqueue branch master updated. b93a8c3697986b96a21445ebcb7e9aa135cd174a

BPS Git Server git at git.bestpractical.com
Tue Feb 7 14:06:16 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-mailqueue".

The branch, master has been updated
       via  b93a8c3697986b96a21445ebcb7e9aa135cd174a (commit)
       via  c040964d09f5f397ab0ad366c855cba65ad53146 (commit)
       via  2130ab6ccb145c41f4a8f63d02f1b2b20f023aca (commit)
       via  330c8ba693a5b938772561102425b18605826d88 (commit)
       via  782ada12ad5eafdff1a1bd7d334ef72c55e3499d (commit)
       via  8f673d8253152d74043c92af67ee4d17f0bc84b6 (commit)
      from  7cc0002358be59a8146732330a46b8e6138ede28 (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 b93a8c3697986b96a21445ebcb7e9aa135cd174a
Merge: 7cc0002 c040964
Author: Brian Conry <bconry at bestpractical.com>
Date:   Tue Feb 7 08:06:01 2023 -0600

    Merge branch 'add-check-module'

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

Summary of changes:
 .gitignore                                        |  13 ++
 Changes                                           |   4 +
 LICENSE                                           | 203 +++++++++++++++++++++
 MANIFEST                                          |   8 +
 MANIFEST.SKIP                                     |  48 +++++
 Makefile.PL                                       |  43 +++++
 README                                            |  27 +++
 README.md                                         |  30 ++++
 lib/App/AWS/CloudWatch/Monitor/Check/MailQueue.pm | 103 +++++++++++
 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, 836 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/MailQueue.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-mailqueue


More information about the Bps-public-commit mailing list