Subject: | Tests fail (if Data::Serializer::JSON is not installed?) |
The test suite fails, probably only if Data::Serializer::JSON (which seems to be undeclared as a prereq) is not installed:
# Failed test 'send simple scalar with JSON encoding failed'
# at t/10_example_4.t line 14.
# got: undef
# expected: '1'
# Failed test 'JSON serializing failed'
# at t/10_example_4.t line 17.
# got: undef
# expected: '{"_serialized_object":"Hi"}'
# Looks like you failed 2 tests of 4.
t/10_example_4.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests