From 1761cee512762c09b2a848d3c6cbd5a3b4232ffa Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 8 Feb 2000 20:58:02 +0000 Subject: Integrate with Sarathy. p4raw-id: //depot/cfgperl@5043 --- t/comp/use.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 't/comp/use.t') 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; -- cgit v1.2.1