[Bps-public-commit] app-aws-cloudwatch-monitor branch master updated. d5cbd8ba74ccb59c28e178c4524251bd72c34910
BPS Git Server
git at git.bestpractical.com
Tue Mar 8 22:56:46 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, master has been updated
via d5cbd8ba74ccb59c28e178c4524251bd72c34910 (commit)
from 4630892ac10503b0a8c395a40ac0d510f6a93651 (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 d5cbd8ba74ccb59c28e178c4524251bd72c34910
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Tue Mar 8 16:55:08 2022 -0600
Update bugtracker links to rt.cpan.org
diff --git a/Makefile.PL b/Makefile.PL
index 6aa0cc7..aa61497 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,10 +9,6 @@ WriteMakefile(
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
- bugtracker => {
- web => 'https://github.com/bestpractical/app-aws-cloudwatch-monitor/issues',
- },
- homepage => 'https://github.com/bestpractical/app-aws-cloudwatch-monitor',
repository => {
type => 'git',
url => 'https://github.com/bestpractical/app-aws-cloudwatch-monitor.git',
diff --git a/README b/README
index 5b68e73..cfbc7c6 100644
--- a/README
+++ b/README
@@ -85,8 +85,9 @@ KNOWN LIMITATIONS
Successfully reported metrics to CloudWatch. Reference Id: <snip>
BUGS AND ENHANCEMENTS
- Please report any bugs or feature requests at Github
- <https://github.com/bestpractical/app-aws-cloudwatch-monitor/issues>.
+ Please report any bugs or feature requests at rt.cpan.org
+ <https://rt.cpan.org/Public/Dist/Display.html?Name=App-AWS-CloudWatch-Mo
+ nitor>.
Please include in the bug report:
diff --git a/README.md b/README.md
index 74e4e3b..5cea11c 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ Until this limitation is worked around in a future release of `App::AWS::CloudWa
# BUGS AND ENHANCEMENTS
-Please report any bugs or feature requests at [Github](https://github.com/bestpractical/app-aws-cloudwatch-monitor/issues).
+Please report any bugs or feature requests at [rt.cpan.org](https://rt.cpan.org/Public/Dist/Display.html?Name=App-AWS-CloudWatch-Monitor).
Please include in the bug report:
diff --git a/lib/App/AWS/CloudWatch/Monitor.pm b/lib/App/AWS/CloudWatch/Monitor.pm
index 8b6048c..60eb77c 100644
--- a/lib/App/AWS/CloudWatch/Monitor.pm
+++ b/lib/App/AWS/CloudWatch/Monitor.pm
@@ -257,7 +257,7 @@ Until this limitation is worked around in a future release of C<App::AWS::CloudW
=head1 BUGS AND ENHANCEMENTS
-Please report any bugs or feature requests at L<Github|https://github.com/bestpractical/app-aws-cloudwatch-monitor/issues>.
+Please report any bugs or feature requests at L<rt.cpan.org|https://rt.cpan.org/Public/Dist/Display.html?Name=App-AWS-CloudWatch-Monitor>.
Please include in the bug report:
-----------------------------------------------------------------------
Summary of changes:
Makefile.PL | 4 ----
README | 5 +++--
README.md | 2 +-
lib/App/AWS/CloudWatch/Monitor.pm | 2 +-
4 files changed, 5 insertions(+), 8 deletions(-)
hooks/post-receive
--
app-aws-cloudwatch-monitor
More information about the Bps-public-commit
mailing list