doc for _only methods
[p5sagit/Data-Dumper-Concise.git] / t / dwarn_only.t
diff --git a/t/dwarn_only.t b/t/dwarn_only.t
deleted file mode 100644 (file)
index 0036042..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-use strict;
-use warnings FATAL => 'all';
-use Test::More qw(no_plan);
-
-use Devel::Dwarn qw(Dwarn_only DwarnS_only);
-
-warn Dwarn_only { $_[0] } qw(one two three);
-
-warn DwarnS_only { $_->[0] } [ qw(one two three) ];