in reply to Re^2: The wonders of Test::More
in thread The wonders of Test::More
I could instead use something like or warn "$got == $expected"
That works, as well as simply naming the test e.g. "$exp eq $got", or I sometimes use Data::Dump's pp to get properly quoted stings (since explain doesn't do that for simple strings).
|
|---|