create DwarnF for formatting Dumper'd output
[p5sagit/Data-Dumper-Concise.git] / t / dwarn.t
index 8f9c607..17790a7 100644 (file)
--- a/t/dwarn.t
+++ b/t/dwarn.t
@@ -8,3 +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, '$Dwarn gets exported');
+ok($DwarnN, '$DwarnN gets exported');