Fixed a bug with DBI iterators and made the tets self-bootstrapping and added the...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine / DBI.pm
index 7d28615..c00227a 100644 (file)
@@ -96,12 +96,14 @@ sub read_value {
     return $value_sector->data;
 }
 
-=pod
 sub get_classname {
     my $self = shift;
     my ($obj) = @_;
+
+    return;
 }
 
+=pod
 sub make_reference {
     my $self = shift;
     my ($obj, $old_key, $new_key) = @_;