Skip Menu |

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

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

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

Bug Information
Severity: Normal
Broken in: 0.11010_02
Fixed in: 0.11011



Subject: Left-over debug stmt breaks LaTeX producer
Line 42 of SQL::Translator::Producer::Latex.pm refers to a $DEBUG variable that has not been declared, so it breaks under use warnings. Since that variable seems not to be used anywhere else, the line can just be deleted.
On Mon Feb 13 13:09:29 2012, GWS wrote: Show quoted text
> Line 42 of SQL::Translator::Producer::Latex.pm refers to a $DEBUG > variable that has not been declared, so it breaks under use warnings. > Since that variable seems not to be used anywhere else, the line can > just be deleted.
Finally fixed: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/SQL-Translator.git;a=commitdiff;h=53d5396046cc601d477f014eef2dcfd21a47a735
Subject: AW: [rt.cpan.org #74953] Left-over debug stmt breaks LaTeX producer
Date: Mon, 30 Apr 2012 12:41:05 +0200
To: <bug-SQL-Translator [...] rt.cpan.org>
From: "Selke, Gisbert W." <Gisbert.Selke [...] wido.bv.aok.de>
Thanks, Peter! \Gisbert Show quoted text
> -----Ursprüngliche Nachricht----- > Von: Peter Rabbitson via RT [mailto:bug-SQL-Translator@rt.cpan.org] > Gesendet: Samstag, 28. April 2012 04:11 > An: GWS@cpan.org > Cc: darren@cpan.org > Betreff: [rt.cpan.org #74953] Left-over debug stmt breaks LaTeX producer > > <URL: https://rt.cpan.org/Ticket/Display.html?id=74953 > > > On Mon Feb 13 13:09:29 2012, GWS wrote:
> > Line 42 of SQL::Translator::Producer::Latex.pm refers to a $DEBUG > > variable that has not been declared, so it breaks under use warnings. > > Since that variable seems not to be used anywhere else, the line can > > just be deleted.
> > Finally fixed: > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/SQL- > Translator.git;a=commitdiff;h=53d5396046cc601d477f014eef2dcfd21a47a735