Skip to content

Commit

Permalink
compile test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Dec 11, 2009
1 parent 9aba821 commit a596c53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/00-compile.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!perl
use strict;
use warnings;
use Test::More tests => 1;
use Pod::Elemental::Transformer::VimHTML;
pass('we compile');

0 comments on commit a596c53

Please sign in to comment.