in reply to Re^4: Unexpected behaviour with PERL5OPT
in thread Unexpected behaviour with PERL5OPT
Interestingly, the error exists in Test2::V0, too, where the output of failed tests is "more friendly":
perl -wE 'use Test2::V0; plan 1;cmp_ok 1.4/10, "==", 0.14, "same"' # Seeded srand with seed '20241025' from local date. 1..1 not ok 1 - same # Failed test 'same' # at -e line 1. # +------+----+-------+ # | GOT | OP | CHECK | # +------+----+-------+ # | 0.14 | == | 0.14 | # +------+----+-------+
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Unexpected behaviour with PERL5OPT
by syphilis (Archbishop) on Oct 25, 2024 at 12:27 UTC |