in reply to Re: 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.

Don't do that. That will install even if they are test failures. Use
force test IO::Pty::HalfDuplex::SysctlPoll
then, if the tests pass, you can use
force install IO::Pty::HalfDuplex::SysctlPoll

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

    Thank you for correcting me.

    Once again I know why I use cpanm.

    Regards
    McA

      How would it have been different with cpanm?

        I would have used cpanm --reinstall DIST which would force the attempt to reinstall without skipping the tests, isn't it?

        McA