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
CommitLineData
374a744c 1use strict;
2use warnings;
3
4use Devel::Dwarn;
5
6use Test::More qw(no_plan);
7
8can_ok __PACKAGE__, qw{Dwarn DwarnS};
2570b7be 9
f5e1b9be 10can_ok 'Devel::Dwarn', qw{Dwarn DwarnS};