Remove select’s prototype
authorFather Chrysostomos <sprout@cpan.org>
Fri, 12 Aug 2011 19:29:07 +0000 (12:29 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 14 Aug 2011 13:38:21 +0000 (06:38 -0700)
commit7391a1634af9fc4c03048f12594b25fd776ccf98
treec55520e672647f91b6160a7e5c767f7e8337cc22
parent987f272968e350efe632beb4980144f7c020a05d
Remove select’s prototype

select has a prototype of (;*), which is incorrect, as it implied that
it has high precedence.  It also fails to account for the four-argu-
ment form.  While removing all incorrect prototypes is counterproduc-
tive, I think this one is wrong enough it deserves to go.  (And the
precedence problem is a good argument against it, as there is cur-
rently no other way to set precedence.)
dist/B-Deparse/Deparse.pm
op.c
t/op/cproto.t