From: Chris Nehren Date: Sun, 4 Sep 2011 04:30:20 +0000 (-0400) Subject: use more things in the compile test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51761f8ca73c2cb2ca413a0c02aba10639362c80;p=p5sagit%2FPromulger.git use more things in the compile test --- diff --git a/t/00compile.t b/t/00compile.t index b671759..7edd1ea 100644 --- 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;