diff options
author | ivan <ivan> | 2008-08-12 04:02:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-12 04:02:02 +0000 |
commit | 9fbeda1dc776c602ce14d3874368d4620c079b60 (patch) | |
tree | 1c4eeceb1a881caa99dd2e2d600c0c637bb87df2 /t/01-doc.t | |
parent | cba80d78f46ea7541c37efd54262ab1c0dff67e9 (diff) |
add image handling and prevent leaking temporary files (ourselves, Archive::Zip might be)
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; |