Skip Menu |

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

Report information
The Basics
Id: 34961
Status: resolved
Priority: 0/
Queue: DBD-Pg

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

Bug Information
Severity: Important
Broken in: 2.5.1
Fixed in: 2.6.0



Subject: Can't locate object method "dbd_postamble" via package "DBI::DBD" at Makefile.PL at line 182
Just add 'use DBI::DBD;' use warnings; use 5.006001; +use DBI::DBD;
We need DBI::DBD to be a require, not a use, but we've moved some things around in 2.6.0 in the Makefile.PL file, so it should work now without giving that error.