summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-18 23:36:03 +0100
committerAbigail <abigail@abigail.be>2012-03-18 23:36:03 +0100
commite529a3872c59db57c97daa13c04fb14035b7fd66 (patch)
tree9fb037cc4cb402a2ce1be1da366147cee4126f67 /Porting
parent534c8e032e0b46d72b78272d2daa69c3a0a22267 (diff)
downloadperl-e529a3872c59db57c97daa13c04fb14035b7fd66.tar.gz
Fix a cut-and-paste error
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
#