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
release 0.42
[Data-Peek.git]
/
t
/
31_DDump-s.t
blob
84c4aeb62b69ee4f1c2293862eea3bd50180ad79
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
6
use
Test
::
More tests
=>
2
;
7
use
Test
::
NoWarnings
;
8
9
use
Data
::
Peek
;
10
11
ok
(
1
,
"Here com tests for DDump () returning string using IO"
);
12
13
1
;