Subject: | is_deeply does not like VSTRINGs |
With 0.96 and 0.98:
$ perl -MTest::More=tests,1 -e 'is_deeply \v0, \v0'
1..1
WHOA! No type in _deep_check
This should never happen! Please contact the author immediately!
# Looks like your test exited with 255 before it could output anything.
With MSCHWERN/Test-Simple-1.005000_005.tar.gz:
$ perl -Mblib -MTest::More=tests,1 -e 'is_deeply \v0, \v0'
TAP version 13
1..1
WHOA! No type in _deep_check
This should never happen! Please contact the author immediately!
# No tests run!
# Looks like your test exited with 255 before it could output anything.