Skip to content

Commit

Permalink
Add compilation test for App::Grok
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jun 24, 2009
1 parent db06c60 commit b795bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/01_compile.t
@@ -1,5 +1,6 @@
use strict;
use warnings;
use Test::More tests => 1;
use Test::More tests => 2;
use Test::Script;
use_ok('App::Grok');
script_compiles_ok('script/grok', 'grok compiles');

0 comments on commit b795bec

Please sign in to comment.