Hi talexb,

Glad the first module worked without a hitch :-)

I'm not sure about the error in OpenPlugin. If you could provide more information regarding the plugins/drivers you are trying to install, and perhaps the error messages, I think I can help you get that going.

However, I'm ashamed to say that I do know what the problem with the third module, OpenThought, is. I'm still not sure how this managed to slip by, but there's a bug in the test suite.

The fix (as least, a decent temporary one) is to edit two test files in the OpenThought distribution:
t/02_serialize.t t/03_deserialize.t
You can add the following line which should allow the test to work properly:
$OpenThought::Prefix = "./openthought";
You can put it after the line reading:
use OpenThoughtTests();
You are more than welcome to email me that debug information on OpenPlugin if you like. I'd be thrilled to be able to work out any kinks that are showing up.

Thanks for the heads up,
-Eric

--
Lucy: "What happens if you practice the piano for 20 years and then end up not being rich and famous?"
Schroeder: "The joy is in the playing."

In reply to Re: OpenThought test problems by andreychek
in thread OpenThought test problems by talexb

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.