in reply to Why does Module::Build want rebuild every time
Maybe a more recent version of Module::Build is available on CPAN.
I think all CPAN tools will (if you let them) try to upgrade all modules in the direct dependency chain to their most recent version. Maybe IO::Socket::IP requires a certain minimum version of Module::Build to build itself.
If you want to avoid rebuilding/reinstalling Module::Build, try a manual configuration of IO::Socket::IP using these five commands:
cpanm --look IO::Socket::IP perl Makefile.PL make make test make install
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why does Module::Build want rebuild every time
by ait (Hermit) on Sep 12, 2017 at 02:56 UTC |