Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mongoose CPAN distribution.

Report information
The Basics
Id: 64533
Status: new
Priority: 0/
Queue: Mongoose

People
Owner: Nobody in particular
Requestors: shonorio [...] gmail.com
Cc:
AdminCc:

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



Subject: Fail on test
I'm trying to install Mongoose-0.04 on Ubuntu 10.10 (Linux container 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57 UTC 2010 i686 GNU/Linux) with mongodb version 1.4-4, but I'm getting error : Test Summary Report ------------------- t/basic.t (Wstat: 512 Tests: 2 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/binary_tree.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/traits.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=19, Tests=91, 17 wallclock secs ( 0.21 usr 0.31 sys + 9.14 cusr 1.27 csys = 10.93 CPU) Result: FAIL Failed 3/19 test programs. 0/91 subtests failed. make: *** [test_dynamic] Error 255 (/usr/bin/make test exited with 512) I didn't debug all test yet, but on basic.t I discovered that error is on 'my $id = $homer->save;', after $homer->spouse($marge) at line 32.