Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-Data-Dumper-Concise/t/
Upload File :
Current File : //usr/share/doc/perl-Data-Dumper-Concise/t/dwarn.t

use strict;
use warnings;

use Devel::Dwarn;

use Test::More qw(no_plan);

can_ok __PACKAGE__, qw{Dwarn DwarnS DwarnL DwarnN};

can_ok 'Devel::Dwarn', qw{Dwarn DwarnS DwarnL DwarnN};
ok($Dwarn, '$Dwarn gets exported');
ok($DwarnN, '$DwarnN gets exported');