in reply to Re: Unable to install module IO::Async::Loop on windows 10 strawberry Perl
in thread Unable to install module IO::Async::Loop on windows 10 strawberry Perl

May be this is an issue with a particular version of Perl

It could also be that IO::Async::Loop was force-installed on your machine ( eg by running cpan -fi IO::Async::Loop ).
When force is used the module will be installed even if the tests fail.

If I wanted to install this module, using force is precisely what I would do if those tests failed.
However, on my Strawberry Perl-5.32.0, use of force was not necessary.

Cheers,
Rob
  • Comment on Re^2: Unable to install module IO::Async::Loop on windows 10 strawberry Perl
  • Download Code

Replies are listed 'Best First'.
Re^3: Unable to install module IO::Async::Loop on windows 10 strawberry Perl
by pritesh_ugrankar (Monk) on Jun 29, 2021 at 18:31 UTC

    Hi,

    No, I never had to use the force option to install modules till date (thankfully)...mostly it's been installing missing modules and then all goes well. Strawberry Perl is indeed a Godsend in that regard.