add $Dwarn
[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
0deeb75f 8can_ok __PACKAGE__, qw{Dwarn DwarnS DwarnL DwarnN};
2570b7be 9
0deeb75f 10can_ok 'Devel::Dwarn', qw{Dwarn DwarnS DwarnL DwarnN};
7194c025 11ok($Dwarn, 'Coderef gets exported too');