use more things in the compile test
Chris Nehren [Sun, 4 Sep 2011 04:30:20 +0000 (00:30 -0400)]
t/00compile.t

index b671759..7edd1ea 100644 (file)
@@ -1,4 +1,9 @@
-use strict;
-use warnings;
-use Test::More 'no_plan';
+use strictures 1;
+use Test::Most;
+
 use_ok('Promulger');
+use_ok('Promulger::Config');
+use_ok('Promulger::Dispatch');
+use_ok('Promulger::List');
+
+done_testing;