[CentOS] perl Net::Interface module on CentOS 8

Sun May 3 18:33:36 UTC 2020
sthustfo <sthustfo at gmail.com>

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.