projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8aa2553
)
Don't pass constants to select
Nicholas Clark [Fri, 10 Jun 2005 15:16:43 +0000 (15:16 +0000)]
p4raw-id: //depot/perl@24794
t/op/lex_assign.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/lex_assign.t
b/t/op/lex_assign.t
index
fb9fe4e
..
59d422e
100755
(executable)
--- a/
t/op/lex_assign.t
+++ b/
t/op/lex_assign.t
@@
-265,7
+265,7
@@
open BLAH, "<non-existent" # open
fileno STDERR # fileno
umask 0 # umask
select STDOUT # sselect
-select "","","",0 # select
+select undef,undef,undef,0 # select
getc OP # getc
'???' # read
'???' # sysread