in reply to Re^7: CPAN.pm says module is up-to-date, but running it says XS code is not built.
in thread CPAN.pm says module is up-to-date, but running it says XS code is not built.

Using local::lib causes problems because of its use of INSTALL_BASE. I never use it.

That will be missing dependencies that are already installed, right? http://deps.cpantesters.org/ is your friend. Provides min versions too.

  • Comment on Re^8: CPAN.pm says module is up-to-date, but running it says XS code is not built.

Replies are listed 'Best First'.
Re^9: CPAN.pm says module is up-to-date, but running it says XS code is not built.
by McA (Priest) on Sep 10, 2014 at 19:40 UTC

    Have you some more informations about this INSTALL_BASE thing? And, thank you for the link to this web page.

    McA