1'm new learner of Perl6, and Inline::Perl5 install failed because the t/p5_object_destructor.t and the t/p6_object_destructor.t tests failed. OS is Linux Mint 19.1 (Ubuntu based). Perl6 V6d. Rakudo Star version 2019.03.01. "zef install" works on other modules. The code for the t/p5_object_destructor.t has the line "use ObjWithDestructor:from<Perl5>;". I cannot find ObjWithDestructor in CPAN. This might be the problem, but it is not required in t/p6_object_destructor.t so the problem might be the something missing in the Mint OS? I am reluctant to use the zef "--force-test" option without informed advice as I suspect it would create a rippling of problems when using Perl5 modules down the track. Any thoughts?

In reply to [Perl6] Inline::Perl5 install fail because t/p5_object_destructor.t fail by Lugger

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.