pp.c: pp_substr for UTF-8 globs.
authorBrian Fraser <fraserbn@gmail.com>
Tue, 27 Sep 2011 00:24:44 +0000 (17:24 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:09 +0000 (13:01 -0700)
commitbf32a30c1f803670e172ece4c2d134a707a94f6c
treea251f4869b99446c6037ddb3d21a2b357f698b14
parentd527ce7c3632e2eaebee9f962268da87e0becd51
pp.c: pp_substr for UTF-8 globs.

Since typeglobs may have the UTF8 flag set now, we need to avoid
testing SvCUR on a potential glob, as that would trip an assertion.
pp.c
t/re/substr.t