[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.05-2-g4203d16
Thomas Sibley
trs at bestpractical.com
Sun Sep 23 15:33:49 EDT 2012
The branch, master has been updated
via 4203d160a8c7a63e5bf4e633935217a52ab0f01e (commit)
from 1c04dfb7ed87361d1c8278672a6df745cb4ead52 (commit)
Summary of changes:
profiles/db/Module.pm | 7 ++++---
profiles/default/Module.pm | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 4203d160a8c7a63e5bf4e633935217a52ab0f01e
Author: Thomas Sibley <trs at bestpractical.com>
Date: Sun Sep 23 12:32:17 2012 -0700
Fix mailto bug link and prefer bugs by mail
Emailing bugs is simpler than reporting via rt.cpan.org (which requires
registration until we get RT-Extension-Captcha installed).
There's also need need to show the whole rt.cpan.org URL as the link.
diff --git a/profiles/db/Module.pm b/profiles/db/Module.pm
index 6ec5acb..3fd7ff4 100644
--- a/profiles/db/Module.pm
+++ b/profiles/db/Module.pm
@@ -52,9 +52,10 @@ or add C<{{$name}}> to your existing C<@Plugins> line.
=head1 BUGS
-All bugs should be reported via
-L<http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>
-or L<bug-{{$dist->name}}@rt.cpan.org>.
+All bugs should be reported via email to
+L<bug-{{$dist->name}}@rt.cpan.org|mailto:bug-{{$dist->name}}@rt.cpan.org>
+or via the web at
+L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>.
=head1 LICENSE AND COPYRIGHT
diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index 56f3c7f..688ae74 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -42,9 +42,10 @@ or add C<{{$name}}> to your existing C<@Plugins> line.
=head1 BUGS
-All bugs should be reported via
-L<http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>
-or L<bug-{{$dist->name}}@rt.cpan.org>.
+All bugs should be reported via email to
+L<bug-{{$dist->name}}@rt.cpan.org|mailto:bug-{{$dist->name}}@rt.cpan.org>
+or via the web at
+L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>.
=head1 LICENSE AND COPYRIGHT
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list