projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
caf571f
)
Dwarn doesn't work :-(
Arthur Axel 'fREW' Schmidt [Wed, 9 Dec 2009 06:03:08 +0000 (
00:03
-0600)]
t/dwarn.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/dwarn.t
b/t/dwarn.t
new file mode 100644
(file)
index 0000000..
f65b628
--- /dev/null
+++ b/
t/dwarn.t
@@ -0,0
+1,8
@@
+use strict;
+use warnings;
+
+use Devel::Dwarn;
+
+use Test::More qw(no_plan);
+
+can_ok __PACKAGE__, qw{Dwarn DwarnS};