X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FData-Dumper-Concise.git;a=blobdiff_plain;f=t%2Fdwarn.t;h=17790a73789bd8913fb807c9162ea5ab6999b6a7;hp=5579c47d64d81c2dfe4a9244fa26169ada283e73;hb=bef8cf5e5e01eadafefbd95cb99059a96faf73c7;hpb=c8b31788a1cef439d63dc4cd808995778c73e1c5 diff --git a/t/dwarn.t b/t/dwarn.t index 5579c47..17790a7 100644 --- a/t/dwarn.t +++ b/t/dwarn.t @@ -8,4 +8,5 @@ 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, 'Coderef gets exported too'); +ok($Dwarn, '$Dwarn gets exported'); +ok($DwarnN, '$DwarnN gets exported');