diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-07-29 08:38:11 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-29 08:38:56 -0700 |
commit | ee95e30c64b700db346148e4c9bcd140e30ec272 (patch) | |
tree | 8b060fadb5ca4636560729134200f123da049617 /t/op/tr.t | |
parent | 2c34ec1b60eadacbf29fae442ed08c82ee42863b (diff) | |
download | perl-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.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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//; |