diff options
Diffstat (limited to 't/01-doc.t')
-rw-r--r-- | t/01-doc.t | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!perl +BEGIN { chomp($pwd=`pwd`); $ENV{PATH} .= ":$pwd/bin"; }; + use Test::More tests => 2; use HTML::AutoConvert; |