diff options
Diffstat (limited to 't/comp/use.t')
-rwxr-xr-x | t/comp/use.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/t/comp/use.t b/t/comp/use.t index 1099547393..2594f0a547 100755 --- a/t/comp/use.t +++ b/t/comp/use.t @@ -44,9 +44,7 @@ unless ($@) { print "ok ",$i++,"\n"; - -use lib; # I know that this module will be there. - +{ use lib } # check that subparse saves pending tokens local $lib::VERSION = 1.0; |