Merged with master and am ready to merge back
[dbsrgits/DBM-Deep.git] / t / 21_tie_access.t
index dc2d856..faeaa2f 100644 (file)
@@ -1,8 +1,7 @@
-##
-# DBM::Deep Test
-##
 use strict;
-use Test::More tests => 7;
+use warnings FATAL => 'all';
+
+use Test::More;
 use Test::Exception;
 use t::common qw( new_fh );
 
@@ -52,3 +51,5 @@ my ($fh, $filename) = new_fh();
     } qr/DBM::Deep: File type mismatch/, "\$SIG_TYPE doesn't match file's type";
     $db->_get_self->_engine->storage->close( $db->_get_self );
 }
+
+done_testing;