diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 16:18:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 16:18:46 +0000 |
commit | e1f775196788199aa205bfd047e37a8e188e06b2 (patch) | |
tree | 1b80176c05c5e6e42e12b75200bc7a2d8f817b7e /t | |
parent | d0e85dcee87ca227273fd34b9a90f68c96b3d833 (diff) | |
parent | d5374cbf8154953394e54aab9ae393cca31f237d (diff) | |
download | perl-e1f775196788199aa205bfd047e37a8e188e06b2.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5146
Diffstat (limited to 't')
-rw-r--r-- | t/lib/syslfs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t index 942bb4dad6..3b040dc6ac 100644 --- a/t/lib/syslfs.t +++ b/t/lib/syslfs.t @@ -11,7 +11,7 @@ BEGIN { print "1..0\n# no 64-bit file offsets\n"; exit(0); } - require Fcntl; import Fcntl; + require Fcntl; import Fcntl qw(/^O_/ /^SEEK_/); } sub bye { |