summaryrefslogtreecommitdiff
path: root/t/op/ver.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/ver.t')
-rw-r--r--t/op/ver.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/ver.t b/t/op/ver.t
index 3969d11709..149672517d 100644
--- a/t/op/ver.t
+++ b/t/op/ver.t
@@ -4,7 +4,7 @@ BEGIN {
chdir 't' if -d 't';
@INC = qw(. ../lib);
$SIG{'__WARN__'} = sub { warn $_[0] if $DOWARN };
- require "test.pl";
+ require "./test.pl";
}
$DOWARN = 1; # enable run-time warnings now