diff options
Diffstat (limited to 't/op/postfixderef.t')
-rw-r--r-- | t/op/postfixderef.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/postfixderef.t b/t/op/postfixderef.t index e60b33b2f6..3d60b9e261 100644 --- a/t/op/postfixderef.t +++ b/t/op/postfixderef.t @@ -11,7 +11,7 @@ this file contains all dereferencing tests from ref.t but using postfix instead BEGIN { chdir 't' if -d 't'; @INC = qw(. ../lib); - require 'test.pl'; + require './test.pl'; } use strict qw(refs subs); |