Don’t crash on @a =~ // warning
authorFather Chrysostomos <sprout@cpan.org>
Wed, 18 Jan 2012 04:33:28 +0000 (20:33 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 18 Jan 2012 04:33:28 +0000 (20:33 -0800)
commitba510004112153622a7319559c8ca952193b3b8b
treed9831c5430cbe50d00f0693390f8d1b26764ecd9
parentc6fb3f6e3e5160581b78d87d4c62f42ef3cc0db5
Don’t crash on @a =~ // warning

This is similar to bug #106726, caused by 579333ee9e3 and fixed
by c6fb3f6.

This bug was caused by c6771ab63d, which had exactly the same mistake.
Attempting to use find_runcv at compile time to find a variable name
is not going to work in general.  It only works by accident some
of the time.
op.c
t/re/pat.t