We have received a perl program that makes use of "Net::Interface" module which I am trying to run on CentOS 8. However, running into issues as this module is not found.
use Net::Interface;
I could use cpan to install the same, but currently using the rpm packages for all the needs. Any idea which rpm package provides this perl module?
Thanks.