Fix can_ok check in t/dwarn.t to use a string so the can_ok resolves to a sub call...
[p5sagit/Data-Dumper-Concise.git] / t / dwarn.t
index f65b628..32fc41b 100644 (file)
--- a/t/dwarn.t
+++ b/t/dwarn.t
@@ -6,3 +6,5 @@ use Devel::Dwarn;
 use Test::More qw(no_plan);
 
 can_ok __PACKAGE__, qw{Dwarn DwarnS};
+
+can_ok 'Devel::Dwarn', qw{Dwarn DwarnS};