projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
45a5b35
)
Added tagline
rkinyon [Mon, 20 Feb 2006 03:06:07 +0000 (
03:06
+0000)]
t/01_basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/01_basic.t
b/t/01_basic.t
index
f92d83b
..
a9af6d3
100644
(file)
--- a/
t/01_basic.t
+++ b/
t/01_basic.t
@@
-4,6
+4,8
@@
use strict;
use Test::More tests => 3;
+diag "Testing DBM::Deep against Perl $] located at $^X";
+
use_ok( 'DBM::Deep' );
##