All of the tests on Cpan tester show that it won't install. It doesn't on mine either. It fails on the test that looks like 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;
I really need it to work because it's a required dependency for GraphViz2. The module doesn't look too long, but I don't think I can figure out how to fix it for Windows. Besides that, when I download the tar ball and try to install it using make (instead of using the cpan utility), it fails with this error:
/bin/sh: C:strawberryperlbinperl.exe: command not found make: *** [blib\lib\Perl6\\.exists] Error 127
As if there are some Window's forward slashes it's not escaping anywhere. Can anyone give me some tips on how to fix the module and get it up and running? ***UPDATE Thanks all. Yes, I did need to use dmake, not make. I followed tye's advice and just installed it. It probably won't make too big a difference. The bug report mentioned the same thing.

In reply to 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.