summaryrefslogtreecommitdiff
path: root/t/op/tr.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-29 08:38:11 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-29 08:38:56 -0700
commitee95e30c64b700db346148e4c9bcd140e30ec272 (patch)
tree8b060fadb5ca4636560729134200f123da049617 /t/op/tr.t
parent2c34ec1b60eadacbf29fae442ed08c82ee42863b (diff)
downloadperl-ee95e30c64b700db346148e4c9bcd140e30ec272.tar.gz
Tired of looking up old bug numbers
Some of this is ugly, but that’s because I wrote a one-liner to do it. It’s good enough for practical purposes.
Diffstat (limited to 't/op/tr.t')
-rw-r--r--t/op/tr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/tr.t b/t/op/tr.t
index 046d44fc56..2284f7fad5 100644
--- a/t/op/tr.t
+++ b/t/op/tr.t
@@ -170,7 +170,7 @@ like $@, qr\^Using !~ with tr///r doesn't make sense\,
is $wc, 1, '/r warns just once';
}
-# perlbug [ID 20000511.005]
+# perlbug [ID 20000511.005 (#3237)]
$_ = 'fred';
/([a-z]{2})/;
$1 =~ tr/A-Z//;