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