Hide Forgot
Description of problem: This is more of a feature request than a bug. I'm not able to install PERL module Net::HTTPS using yum. Net::HTTP is available but not Net:HTTPS. Some social networking and web API modules (like MediaWiki::Bot) are dependent on the Net::HTTPS module, so it would be helpful for anyone who intends to do web-related PERL work on a Fedora box if this module was available. Version-Release number of selected component (if applicable): n/a How reproducible: n/a Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The Net::HTTPS module is part of the Net-HTTP distribution - perl-Net-HTTP is the rpm you want to install. In general, you should be able to install the necessary rpm for a particular module by something like yum install 'perl(Net::HTTPS)'