5579c47d64d81c2dfe4a9244fa26169ada283e73
[p5sagit/Data-Dumper-Concise.git] / t / dwarn.t
1 use strict;
2 use warnings;
3
4 use Devel::Dwarn;
5
6 use Test::More qw(no_plan);
7
8 can_ok __PACKAGE__, qw{Dwarn DwarnS DwarnL DwarnN};
9
10 can_ok 'Devel::Dwarn', qw{Dwarn DwarnS DwarnL DwarnN};
11 ok($Dwarn, 'Coderef gets exported too');