summaryrefslogtreecommitdiff
path: root/utils/perlbug.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/perlbug.PL')
-rw-r--r--utils/perlbug.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index cf2103db78..0fca884b9d 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -228,7 +228,7 @@ sub Init {
$perlbug = 'perlbug@perl.org';
# Test address
- $testaddress = 'perlbug-test@perl.com';
+ $testaddress = 'perlbug-test@perl.org';
# Target address
$address = $::opt_a || ($::opt_t ? $testaddress : $perlbug);
@@ -1135,7 +1135,7 @@ version of perl comes out and your bug is still present.
=item B<-a>
-Address to send the report to. Defaults to `perlbug@perl.org'.
+Address to send the report to. Defaults to B<perlbug@perl.org>.
=item B<-A>
@@ -1227,7 +1227,7 @@ supply one on the command line.
=item B<-t>
-Test mode. The target address defaults to `perlbug-test@perl.com'.
+Test mode. The target address defaults to B<perlbug-test@perl.org>.
=item B<-v>