Bug 803517

Summary: Perl module Net::HTTPS needed
Product: [Fedora] Fedora Reporter: Steevithak <steevithak>
Component: perlAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cweyl, iarnell, kasal, lkundrak, mmaslano, ppisar, psabata, rc040203, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-14 21:52:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steevithak 2012-03-14 21:39:03 UTC
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:

Comment 1 Iain Arnell 2012-03-14 21:52:57 UTC
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)'