r14214@rob-kinyons-computer (orig r8081): rkinyon | 2006-11-17 20:51:21 -0500
[dbsrgits/DBM-Deep.git] / t / 01_basic.t
index 3c7e88d..7025ea9 100644 (file)
@@ -20,7 +20,7 @@ my $db = eval {
 };
 if ( $@ ) {
        diag "ERROR: $@";
-    Test::More->builder->BAIL_OUT( "Opening a new file fails" );
+    Test::More->builder->BAIL_OUT( "Opening a new file fails." );
 }
 
 isa_ok( $db, 'DBM::Deep' );