Change some defaults and the tests to match
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
index db76940..7a6bbcd 100644 (file)
@@ -216,11 +216,8 @@ sub import {
     #XXX but that's a lot more thinking than I want to do right now.
     eval {
         local $SIG{'__DIE__'};
-        $self->begin_work;
         $self->_import( Clone::clone( $struct ) );
-        $self->commit;
     }; if ( my $e = $@ ) {
-        $self->rollback;
         die $e;
     }