Skip Menu |

This queue is for tickets about the CHI-Driver-DBI CPAN distribution.

Report information
The Basics
Id: 71868
Status: resolved
Priority: 0/
Queue: CHI-Driver-DBI

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

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



Subject: croaks when "table_prefix" is undef
From the documentation: "If you want to just use the namespace as a literal table name, set this to undef." But the "table_prefix" attribute cannot be set to undef, due to its Moose type constraint. Changing it to Maybe[Str] would fix it.
Ok. Actually setting it to the empty string does the trick and requires no special processing for undef, so I will change the docs to say that. Thanks. On Sun Oct 23 03:23:38 2011, rsimoes wrote: Show quoted text
> From the documentation: "If you want to just use the namespace as a > literal table name, set this to undef." > > But the "table_prefix" attribute cannot be set to undef, due to its Moose > type constraint. Changing it to Maybe[Str] would fix it.