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?


In reply to DBIx::FullTextSearch on Windows by astroboy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.