Skip Menu |

This queue is for tickets about the DBIx-XHTML_Table CPAN distribution.

Report information
The Basics
Id: 11681
Status: resolved
Priority: 0/
Queue: DBIx-XHTML_Table

People
Owner: JEFFA [...] cpan.org
Requestors: tshinnic [...] io.com
Cc:
AdminCc:

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



Subject: Possible problem with modify() on column number 0
I have not verified this as a problem, but having researched modify() for another problem, this code line looks 'wrong'. DBIx::XHTML_Table 1.36 line reads $cols ||= 'global'; If a single column number of zero is supplied won't that be overwritten with 'global'? Perhaps the line should read $cols = 'global' unless defined $cols;
Will be fixed in V1.38