#~ eval {local $sth; my $res = $pg->selectrow_hashref($sth, undef, (1))->{now};};
#~ like $@, qr/.+/, 'blocking sth error after async query';
#~ $sth->finish();
$sth->{pg_async} = 0;
like $pg->selectrow_hashref($sth, undef, (1))->{now}, qr/\d{4}-\d{2}-\d{2}/, 'right convert from async sth';
};
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 31:
=pod directives shouldn't be over one line long! Ignoring all 18 lines of content