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

Hi,

the module IO::Pty::HalfDuplex::SysctlPoll you want to install is part of the distribution IO::Pty::HalfDuplex. So, you have to install this one via cpan.

You may try to reinstall with:

cpan> force install IO::Pty::HalfDuplex

Regards
McA

Replies are listed 'Best First'.
Re^2: CPAN.pm says module is up-to-date, but running it says XS code is not built.
by ikegami (Patriarch) on Sep 09, 2014 at 20:59 UTC
    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

      Thank you for correcting me.

      Once again I know why I use cpanm.

      Regards
      McA

        How would it have been different with cpanm?