Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Format-Pg CPAN distribution.

Report information
The Basics
Id: 8516
Status: resolved
Priority: 0/
Queue: DateTime-Format-Pg

People
Owner: CFAERBER [...] cpan.org
Requestors: siracusa [...] mindspring.com
Cc:
AdminCc:

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



Subject: Missing _fix_seconds subroutine
Line 196 of Pg.pm references a subroutine named "_fix_seconds" that does not exist: postprocess => [ \&_fix_timezone, \&_fix_seconds ], When it gets called, bad things happen: $f = DateTime::Format::Pg->new; $f->parse_time('12:34:56') Undefined subroutine &DateTime::Format::Pg::_fix_seconds called at /usr/local/lib/perl5/site_perl/5.8.5/DateTime/Format/Builder/Parser.pm line 356.
This has been fixed in v0.08.