Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by pritesh_ugrankar (Monk)
on Jun 28, 2021 at 21:04 UTC ( [id://11134409]=note: print w/replies, xml ) Need Help??


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

Hi,

I tried to install the same module. I'm on Windows 10 too. Perl 5.32.1:

This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x +64-multi-thread Copyright 1987-2021, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge.

I tried to install the module, but looks like it was installed earlier may be as a pre req for another module.

>cpanm IO::Async::Loop IO::Async::Loop is up to date. (0.78)

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

Replies are listed 'Best First'.
Re^2: Unable to install module IO::Async::Loop on windows 10 strawberry Perl
by syphilis (Archbishop) on Jun 29, 2021 at 00:23 UTC
    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

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134409]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 06:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found