projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c9ad2a4
)
visible skip messages caught a bug! Data::Dump::Concise != Data::Dumper::Concise
Karen Etheridge [Tue, 10 Sep 2013 00:27:40 +0000 (17:27 -0700)]
t/load_core.t
patch
|
blob
|
blame
|
history
diff --git
a/t/load_core.t
b/t/load_core.t
index
07daa66
..
612b553
100755
(executable)
--- a/
t/load_core.t
+++ b/
t/load_core.t
@@
-23,7
+23,7
@@
SKIP: {
test_plugin('Lexical::Persistence', 'LexEnv');
-test_plugin('Data::Dump::Concise', 'DDC');
+test_plugin('Data::Dumper::Concise', 'DDC');
test_plugin('Data::Dump::Streamer', 'DDS');