diff options
Diffstat (limited to 't/pragma/constant.t')
-rwxr-xr-x | t/pragma/constant.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pragma/constant.t b/t/pragma/constant.t index dde64ceebd..450b4d02cf 100755 --- a/t/pragma/constant.t +++ b/t/pragma/constant.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib' if -d '../lib'; + @INC = '../lib'; } use warnings; |