From 9fbeda1dc776c602ce14d3874368d4620c079b60 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 Aug 2008 04:02:02 +0000 Subject: add image handling and prevent leaking temporary files (ourselves, Archive::Zip might be) --- t/01-doc.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/01-doc.t') diff --git a/t/01-doc.t b/t/01-doc.t index cbb8286..a2a788d 100644 --- a/t/01-doc.t +++ b/t/01-doc.t @@ -1,5 +1,7 @@ #!perl +BEGIN { chomp($pwd=`pwd`); $ENV{PATH} .= ":$pwd/bin"; }; + use Test::More tests => 2; use HTML::AutoConvert; -- cgit v1.2.1