X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdwarn.t;h=17790a73789bd8913fb807c9162ea5ab6999b6a7;hb=91bfd1610444d4abd552caf3e2f89d7ce7bd8ce3;hp=5579c47d64d81c2dfe4a9244fa26169ada283e73;hpb=7194c025550913190a5c82a91f80a64118949232;p=p5sagit%2FData-Dumper-Concise.git 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');