Subject: | t/10testjson.t fails with Test::Tester 0.106 |
This may be an intermittent Test::Tester bug, but I had 0.106 and you
only require 0.103
# Can't use string ("Test::Tester::Capture") as a HASH ref
while "strict refs" in use
at /usr/local/share/perl/5.8.8/Test/Builder.pm line 1828.
Use of uninitialized value in length
at /usr/local/share/perl/5.8.8/Test/Tester.pm line 116.
blahblahblah
Upgrading to Test::Tester 0.107 fixes it.
--Eric