add $Dwarn
[p5sagit/Data-Dumper-Concise.git] / t / dwarn.t
index 8f9c607..5579c47 100644 (file)
--- a/t/dwarn.t
+++ b/t/dwarn.t
@@ -8,3 +8,4 @@ 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');