summaryrefslogtreecommitdiff
path: root/t/op/flip.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/flip.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/flip.t')
-rw-r--r--t/op/flip.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/flip.t b/t/op/flip.t
index 2706bf82cf..0758623e79 100644
--- a/t/op/flip.t
+++ b/t/op/flip.t
@@ -36,7 +36,7 @@ $x = 3.14;
ok(($x...$x) eq "1");
{
- # coredump reported in bug 20001018.008
+ # coredump reported in bug 20001018.008 (#4474)
readline(UNKNOWN);
$. = 1;
$x = 1..10;