Subject: | Scalar found where operator expected at (eval 158) line 1, near "'int' $__val" |
Sometimes I'm getting this output from Test::Harness 2.4 with Perl 5.8.3. If you Google for the string, you'll see a lot of other people are experiencing the same thing. Since it appears to be a test failure, people are mostly (wrongly, I think) reporting it to the software authors instead of here. o
Here's the context:
# Looks like you planned 18 tests but only ran 17.
dubious
Test returned status 1 (wstat 256, 0x100)
Scalar found where operator expected at (eval 158) line 1, near "'int' $__val"
(Missing operator before $__val?)
DIED. FAILED test 18
############
Mysterious.