I would be incredulous if using the wrong "make" lead to just a single test step failing. Especially as that is the same test step that fails in automated tests.

(Update: Oops. I see now that those two things are distinct issues here. Note that you shouldn't have to "use make" to get the module to install, just read up on whatever tool you are using to figure out how to force it to install even though the unit test results weren't perfect. Also, which 'make' to use can be determined by running "perl -V:make".)

Humorously, if you look at the differences between v0.03 and v0.05, you'll see this:

+TEST "shouldn't be able to slurp failed pipe"; + +eval{slurp "-|", "non-existent_prog"} + ? ok 0, $desc + : like $@, + qr/^Can't open '-|non-existent_prog'/, + $desc;

Yeah, I really doubt v0.05 in fact works any less well on Windows than v0.03 did. :)

- tye        


In reply to Re^2: perl6-slurp for Windows (heehee) by tye
in thread perl6-slurp for Windows by nglenn

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.