From: Chris Nehren Date: Mon, 21 Jun 2010 19:31:19 +0000 (-0400) Subject: a test file! gasp X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPromulger.git;a=commitdiff_plain;h=b296cb602ee0ebf9fabc69a491196b1bddf6fe2b a test file! gasp --- diff --git a/t/00compile.t b/t/00compile.t new file mode 100644 index 0000000..b671759 --- /dev/null +++ b/t/00compile.t @@ -0,0 +1,4 @@ +use strict; +use warnings; +use Test::More 'no_plan'; +use_ok('Promulger');