Skip Menu |

This queue is for tickets about the DBIx-Class-DateTime-Epoch CPAN distribution.

Report information
The Basics
Id: 54053
Status: resolved
Priority: 0/
Queue: DBIx-Class-DateTime-Epoch

People
Owner: bricas [...] cpan.org
Requestors: mark.zealey [...] pipex.net
Cc:
AdminCc:

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



Subject: Change to use case-insensative regex
Created a database with mysql & SchemaDumper, which defaults to using upper case for data_type eg data_type => 'INT'. The regex's in your code are only m{int}; could you change them to m{int}i so that it will work more obviously? Work-around is to set inflate_datetime => 'epoch' of course so it's not the end of the world but it's a bit annoying. Thanks, Mark
Fixed. Release 0.06 headed to CPAN. Thanks!