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
In reply to Re: Why does Module::Build want rebuild every time
by Corion
in thread Why does Module::Build want rebuild every time
by ait
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |