summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/t/htmlescp.t
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-04-07 09:57:12 +0100
committerDavid Mitchell <davem@iabyn.com>2017-04-07 14:42:23 +0100
commitea329caf2a7bbe63f859e7dbcc83c23281785b84 (patch)
treea3bfaee792eabd03cd2679a8d63fb2041297b2f9 /ext/Pod-Html/t/htmlescp.t
parent78e598646a4e2ad3c50b865018b53b05092944c6 (diff)
downloadperl-ea329caf2a7bbe63f859e7dbcc83c23281785b84.tar.gz
fix ext/Pod-Html/t/*.t that assumed '.' in @INC
Diffstat (limited to 'ext/Pod-Html/t/htmlescp.t')
-rw-r--r--ext/Pod-Html/t/htmlescp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Pod-Html/t/htmlescp.t b/ext/Pod-Html/t/htmlescp.t
index bb85e83935..655b521909 100644
--- a/ext/Pod-Html/t/htmlescp.t
+++ b/ext/Pod-Html/t/htmlescp.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w # -*- perl -*-
BEGIN {
- require "t/pod2html-lib.pl";
+ require "./t/pod2html-lib.pl";
}
use strict;