Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 85595
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

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



Subject: please make FCGI an optional dependency
Core perl ships CGI.pm but not FCGI. Everything works fine. Users cannot upgrade CGI later, though, because FCGI will be required, even for the same version. This makes it difficult to consider dropping CGI.pm from the core perl distribution, because it becomes much more difficult to install CGI outside core. Clearly CGI.pm can operate without FCGI. Please make FCGI a recommendation or option, rather than a hard requirement when installed from the CPAN distribution. Thank you. -- rjbs
Subject: Re: [rt.cpan.org #85595] please make FCGI an optional dependency
Date: Fri, 24 May 2013 11:06:42 -0400
To: bug-cgi.pm [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
RJBS, I like this idea. Moving FCGI to recommended status seems easy and harmless enough. Thanks for your help maintaining Perl! Mark
I have just uploaded developer releases of CGI.pm and a new distribution CGI-Fast (there are still some module owner/co-main permission that need adding/transferring to me): https://metacpan.org/release/LEEJO/CGI.pm-3.65_02 https://metacpan.org/release/LEEJO/CGI-Fast-1.10_02 This splits out CGI::Fast from CGI.pm, thus removing the hard dependency and making life a little bit easier for those needing to install CGI.pm with no access to a compiler. With this i believe there are no other blockers for removing CGI.pm from core. Thanks, Lee.
This issue has been copied to: https://github.com/leejo/rt-to-github/issues/3 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
On Thu May 22 06:57:50 2014, LEEJO wrote: Show quoted text
> This issue has been copied to: https://github.com/leejo/rt-to- > github/issues/3 please take all future correspondence there. > This ticket will remain open but please do not reply here. > This ticket will be closed when the github issue is dealt with.
Correction - URL for github issue: https://github.com/leejo/CGI.pm/issues/2 Thanks, Lee.
This issue has been copied to: https://github.com/leejo/CGI.pm/issues/119 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
CGI.pm v4.00 has been released to CPAN, CGI::Fast has been split out of the dist into its own as v2.00. Resolving. Thanks! Lee.