astroboy has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to install DBIx::FullTextSearch on Windows. Since there's no ppd distrbution, I thought I'd try installing it by hand. My first problem is that some of the tests fail
t\1_create................FAILED tests 3-4, 7, 9, 12, 14, 17, 19-20, 2 +3-25, 28-30, 33, 35-36, 40, 43, 47-49 Failed 23/51 tests, 54.90% okay
I'm not sure how the tests work and where I can find the individual test cases to investigate further
Another error occurs when attempting to run t\7_table_phrase.t. Perl errors (just a popup window with no detail) and the command window shows
t\7_table_phrase..........ok 2/2Free to wrong pool 222770 not 30c0118 +during global destruction.
What's the best way forward? I guess it's to track down the test's that failed, but I can't see 51 test in t\1_create.t -where would they be?
|
|---|