This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT #75812: apply get magic before checking flags, PVX
authorTony Cook <tony@develop-help.com>
Thu, 17 Jun 2010 08:58:04 +0000 (18:58 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 25 Jun 2010 11:48:38 +0000 (21:48 +1000)
commit8af710ebc7fee929ae47793d5a0cce5362af52db
tree38dcecb27b35c322bb9e0a57d36ac4858951719c
parent133acf7b389614db651d1ed570d4a0ca0c747999
RT #75812: apply get magic before checking flags, PVX

The code was checking flags with applying any get magic, so when a
match was doing putting a numeric string into $1, none of the flags
checked were set, so producing the "non-numeric process ID" error.
doio.c
t/op/kill0.t