Update of /cvsroot/fink/scripts/buildfink/lib/FinkFDB
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15271/lib/FinkFDB

Modified Files:
        DBI.pm 
Log Message:
Small FDB tweaks, allow for better subclassing of FinkFDB module

Index: DBI.pm
===================================================================
RCS file: /cvsroot/fink/scripts/buildfink/lib/FinkFDB/DBI.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DBI.pm      5 Apr 2007 02:11:16 -0000       1.6
+++ DBI.pm      5 Apr 2007 02:41:21 -0000       1.7
@@ -52,6 +52,7 @@
   my $class = ref($pkg) || $pkg || __PACKAGE__;
   bless $self, $class;
 
+  $self->SUPER::new(%params);
   $self->{dbtype} = $params{dbtype} or die "Must specify dbtype for DBI 
store.\n";
   my $dbstr;
   my %dbattrs = (RaiseError => 1, AutoCommit => 0);


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to