Hello, I tried couple of days on Windows Strawberry with io:async for getting io:async:loop and timer running. I tested with 5.32.x all failed by the requirement of Future-IO. always. Always on fresh Strawberry installation on a Windows 10 system. I did the Socket update too. The installation stopped always including cpan -f io:async or cpan -fi io:async on the same point:
Running Build install for PEVANS/Future-IO-0.13.tar.gz Building Future-IO Installing C:\STRAWB~1\perl\site\lib\Future\IO.pm Installing C:\STRAWB~1\perl\site\lib\Future\IO\ImplBase.pm Installing C:\STRAWB~1\perl\site\lib\Future\IO\System.pm Installing C:\STRAWB~1\perl\site\lib\Test\Future\IO\Impl.pm PEVANS/Future-IO-0.13.tar.gz C:\Strawberry\perl\bin\perl.exe ./Build install --uninst 1 -- OK Stopping: 'install' failed for 'Test::Future::IO::Impl'.
It is always Future-IO which fails. Which is required for testing, maybe? By an unknown reason io:async is now installed. I installed it again and again, by using
cpan -if io:async or cpan -f io:async
all failed. Once I executed on the pure cmd command line, because i was thinking the force does work and I did something wrong.
cpan force install io:async
I learned this command is wrong, it try to install the package "force" which was not found. But it installed a package: "install". For now I don`t know what it is. Afterwarrds it tries to install io:async and i got the message io:async is already up to date. I don not understand. Now it is running and working with my actual cases, but I do not know if I be able to reproduce it, on my final Windows 10 System / Environment. Thanks for any help or hint carsten

In reply to Re^3: Unable to install module IO::Async::Loop on windows 10 strawberry Perl by carsten73
in thread Unable to install module IO::Async::Loop on windows 10 strawberry Perl by programmingzeal

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.