summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/t/cache.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Pod-Html/t/cache.t')
-rw-r--r--ext/Pod-Html/t/cache.t5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/Pod-Html/t/cache.t b/ext/Pod-Html/t/cache.t
index 425a7b7b00..7a261fb4eb 100644
--- a/ext/Pod-Html/t/cache.t
+++ b/ext/Pod-Html/t/cache.t
@@ -11,6 +11,9 @@ use warnings;
use Test::More tests => 10;
use Testing qw( setup_testing_dir xconvert );
use Cwd;
+use Pod::Html::Util qw(
+ unixify
+);
my $debug = 0;
my $startdir = cwd();
@@ -21,7 +24,7 @@ my $tdir = setup_testing_dir( {
debug => $debug,
} );
-my $cwd = Pod::Html::_unixify(Cwd::cwd());
+my $cwd = unixify(Cwd::cwd());
my $infile = catfile('t', 'cache.pod');
my $outfile = "cacheout.html";
my $cachefile = "pod2htmd.tmp";