Skip Menu |

This queue is for tickets about the Net-Server-Coro CPAN distribution.

Report information
The Basics
Id: 62005
Status: resolved
Priority: 0/
Queue: Net-Server-Coro

People
Owner: Nobody in particular
Requestors: mst [...] shadowcat.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Net::SSLeay is a hard dependency
Date: Fri, 8 Oct 2010 21:47:25 +0100
To: bugs-Net-Server-Coro [...] rt.cpan.org
From: Matt S Trout <mst [...] shadowcat.co.uk>
requires('Net::SSLeay'); means I can't install it on a box that I don't have the openssl headers on to even if I only wanted to use it for HTTP - this makes Corona fail which makes a default install of Task::Plack fail. Which is annoying. Any chance of making it optional? -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst commercial support, training and consultancy packages could help your team.
On 2010-10-08T16:49:19-04:00, mst@shadowcat.co.uk wrote: Show quoted text
> requires('Net::SSLeay'); > > means I can't install it on a box that I don't have the openssl headers on > to even if I only wanted to use it for HTTP - this makes Corona fail which > makes a default install of Task::Plack fail. > > Which is annoying. > > Any chance of making it optional?
Changed in version 1.2, currently winging its way to CPAN. - Alex