Bug 803517 - Perl module Net::HTTPS needed
Summary: Perl module Net::HTTPS needed
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-14 21:39 UTC by Steevithak
Modified: 2012-03-14 21:52 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-14 21:52:57 UTC
Type: ---


Attachments (Terms of Use)

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)'


Note You need to log in before you can comment on or make changes to this bug.