Skip Menu |

This queue is for tickets about the Log-UDP-Client CPAN distribution.

Report information
The Basics
Id: 110118
Status: new
Priority: 0/
Queue: Log-UDP-Client

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.20.0
Fixed in: (no value)



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