Skip Menu |

This queue is for tickets about the Catalyst-Helper-AuthDBIC CPAN distribution.

Report information
The Basics
Id: 66005
Status: resolved
Priority: 0/
Queue: Catalyst-Helper-AuthDBIC

People
Owner: Nobody in particular
Requestors: steve.bitcard [...] yewtc.demon.co.uk
Cc:
AdminCc:

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



Subject: Stray comma
Rev 15: Need to remove the trailing comma from line 76 as a result of removing the id field from the role table my @sql = ("CREATE TABLE role ( role TEXT primary key, ); Becomes my @sql = ("CREATE TABLE role ( role TEXT primary key );"
From: steve.bitcard [...] yewtc.demon.co.uk
On Mon Feb 21 12:00:03 2011, SJR wrote: Show quoted text
> Rev 15: > Need to remove the trailing comma from line 76 as a result of removing > the id field from the role table > > my @sql = ("CREATE TABLE role ( > role TEXT primary key, > ); > Becomes > my @sql = ("CREATE TABLE role ( > role TEXT primary key > );"
oops, thought I'd already uploaded this fix to CPAN. Sorted in v 0.16 hopefully.