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.