Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 98027
Status: resolved
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: me [...] eboxr.com
Cc:
AdminCc:

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



Subject: CGI is missing in dep list for perl 5.20
as CGI.pm was removed from core in perl 5.20, we now need to list CGI in the require list
The core-shipped version of CGI is only deprecated in 5.20, and it won't be removed until 5.22. Rather than adding a dependency, I've made the HTML test skip if CGI isn't installed (we don't require any producer- or parser-specific modules). https://github.com/dbsrgits/sql-translator/commit/ae4a60a5e735120964da07ffb73385b08bee94e1
On 2014-09-10 12:03:02, ilmari wrote: Show quoted text
> The core-shipped version of CGI is only deprecated in 5.20, and it > won't be removed until 5.22. Rather than adding a dependency, I've > made the HTML test skip if CGI isn't installed (we don't require any > producer- or parser-specific modules). > > https://github.com/dbsrgits/sql- > translator/commit/ae4a60a5e735120964da07ffb73385b08bee94e1
Well, it's already removed in the perl 5.21.x series, so some smokers already report failures, see http://matrix.cpantesters.org/?dist=SQL-Translator+0.11020
CC: undisclosed-recipients:;
Subject: Re: [rt.cpan.org #98027] CGI is missing in dep list for perl 5.20
Date: Wed, 21 Jan 2015 12:10:23 +0100
To: bug-SQL-Translator [...] rt.cpan.org
From: ilmari [...] ilmari.org (Dagfinn Ilmari Mannsåker)
"Slaven_Rezic via RT" <bug-SQL-Translator@rt.cpan.org> writes: Show quoted text
> Queue: SQL-Translator > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=98027 > > > On 2014-09-10 12:03:02, ilmari wrote:
>> The core-shipped version of CGI is only deprecated in 5.20, and it >> won't be removed until 5.22. Rather than adding a dependency, I've >> made the HTML test skip if CGI isn't installed (we don't require any >> producer- or parser-specific modules). >> >> https://github.com/dbsrgits/sql- >> translator/commit/ae4a60a5e735120964da07ffb73385b08bee94e1
> > Well, it's already removed in the perl 5.21.x series, so some smokers > already report failures, see > http://matrix.cpantesters.org/?dist=SQL-Translator+0.11020
Yes, I know. It's fixed in git, and will be in the next release, which is due shortly. -- "I use RMS as a guide in the same way that a boat captain would use a lighthouse. It's good to know where it is, but you generally don't want to find yourself in the same spot." - Tollef Fog Heen