Author: turnstep
Date: Thu Dec 6 06:47:47 2007
New Revision: 10380
Modified:
DBD-Pg/trunk/Makefile.PL
Log:
Forgot we now need the full path.
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Thu Dec 6 06:47:47 2007
@@ -163,7 +163,7 @@
sub MY::postamble {
no strict 'subs';
- my $string = 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