Author: turnstep
Date: Sat Feb 16 15:37:36 2008
New Revision: 10749
Modified:
DBD-Pg/trunk/Makefile.PL
Log:
Minor tweak as reported by T. J. Ferraro
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Sat Feb 16 15:37:36 2008
@@ -170,7 +170,7 @@
sub MY::postamble {
no strict 'subs';
- my $string = DBI::DBD::dbd_postamble();
+ my $string = DBI::DBD->dbd_postamble();
use strict 'subs';
## Evil, evil stuff - but we really want to suppress the "duplicate
function" message!
$string =~ s/dependancy/dependency/g; ## why not, while we are here