Skip Menu |

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

Report information
The Basics
Id: 133622
Status: new
Priority: 0/
Queue: DBIx-Class

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

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



Subject: change preffered method name:
DateTime::Format::* does not have methods timestamp_with_timezone Notice, type has 'time zone' with space. This space should be replaced by '_' and not empty string: InflateCOlumn::DateTime:137: if ($data_type eq 'timestamp with time zone' || $data_type eq 'timestamptz') { $info->{_ic_dt_method} = 'timestamp_with_timezone'; } It should be renamed to: format_timestamp_with_time_zone https://metacpan.org/pod/DateTime::Format::Pg