repo.or.cz
/
Data-Peek.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial checkin
[Data-Peek.git]
/
t
/
10_base.t
blob
b271a85e9cae117fdbdaa1129b9ffed648f20939
1
#!/usr/bin/perl
2
3
use
strict
;
4
$^
W
=
1
;
# use warnings core since 5.6
5
6
use
Test
::
More tests
=>
1
;
7
8
BEGIN
{
9
use_ok
"DDumper"
;
10
plan skip_all
=>
"Cannot load DDumper"
if
$
@
;
11
}
12
13
1
;