projects
/
p5sagit/Promulger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1beca6d
)
use more things in the compile test
Chris Nehren [Sun, 4 Sep 2011 04:30:20 +0000 (
00:30
-0400)]
t/00compile.t
patch
|
blob
|
blame
|
history
diff --git
a/t/00compile.t
b/t/00compile.t
index
b671759
..
7edd1ea
100644
(file)
--- a/
t/00compile.t
+++ b/
t/00compile.t
@@
-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;