summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/checkAUTHORS.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl
index ee2594b259..9b2fc8f42b 100755
--- a/Porting/checkAUTHORS.pl
+++ b/Porting/checkAUTHORS.pl
@@ -331,7 +331,7 @@ sub _raw_address {
my $real_name;
if ($addr =~ /(?:\\")?\s*\(via RT\) <perlbug-followup\@perl\.org>$/p) {
my $name = ${^PREMATCH};
- $addr = 'perlbug-followup@perl\.org';
+ $addr = 'perlbug-followup@perl.org';
#
# Try to find the author
#