This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
blead breaks Attribute::Constant
authorKarl Williamson <public@khwilliamson.com>
Sun, 12 Dec 2010 18:28:20 +0000 (11:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 12 Dec 2010 20:13:45 +0000 (13:13 -0700)
commit929fffa4acb2dedab3293617c11903a4914d8fdf
tree20f3e450dbab6c7d1e9002cfbbe483379b71bbec
parent09b1cffef8cddfec3f726ac733cd648d5b6c28c6
blead breaks Attribute::Constant

The problem is that I confused FOLD with ANYOF_FOLD, and as a result,
emitted a locale regnode, which is tainted.  Any tests that required
non-tainting started failing
regcomp.c
t/op/taint.t