This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().
authorNicholas Clark <nick@ccl4.org>
Mon, 9 May 2011 15:53:28 +0000 (16:53 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 07:40:02 +0000 (09:40 +0200)
commitcffe132d3937f3dc01397f5375d368ad39d53ab7
tree91a9c930bb9f5e8f96125265c021f70b645cc99d
parent6976cee33e524456a81f646a3fa65f279c6c190d
Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().
dump.c
ext/Devel-Peek/t/Peek.t
regexec.c
sv.h
util.c