This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't pass constants to select
authorNicholas Clark <nick@ccl4.org>
Fri, 10 Jun 2005 15:16:43 +0000 (15:16 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 10 Jun 2005 15:16:43 +0000 (15:16 +0000)
p4raw-id: //depot/perl@24794

t/op/lex_assign.t

index fb9fe4e..59d422e 100755 (executable)
@@ -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