diff options
author | Brian Fraser <fraserbn@gmail.com> | 2011-07-06 01:50:31 -0300 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:05 -0700 |
commit | 3453414d531db0c778c66f126da0b0269cd8486f (patch) | |
tree | 31e5088e29c31a862522b412bb232bf53e44b244 /MANIFEST | |
parent | d8fdd025024d41a9ad5abe7cd22c7e157f845656 (diff) | |
download | perl-3453414d531db0c778c66f126da0b0269cd8486f.tar.gz |
op.c: newCONSTSUB and newXS UTF8 cleanup.
newXS was merged into newXS_flags; added a line in the docs
recommeding using that instead.
newCONSTSUB got a _flags version, which generates the CV in
the right glob if passed the UTF-8 flag.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3838,6 +3838,7 @@ ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t ext/XS-APItest/t/multicall.t XS::APItest: test MULTICALL macros ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit +ext/XS-APItest/t/newCONSTSUB.t XS::APItest: test newCONSTSUB(_flags) ext/XS-APItest/t/Null.pm Helper for ./blockhooks.t ext/XS-APItest/t/op_contextualize.t test op_contextualize() API ext/XS-APItest/t/op_list.t test OP list construction API @@ -5242,7 +5243,7 @@ t/uni/latin2.t See if Unicode in latin2 works t/uni/lex_utf8.t See if Unicode in lexer works t/uni/lower.t See if Unicode casing works t/uni/overload.t See if Unicode overloading works -t/uni/parser.t See if Unicode is handled correctly by the parser +t/uni/parser.t See if Unicode in the parser works in edge cases. t/uni/sprintf.t See if Unicode sprintf works t/uni/tie.t See if Unicode tie works t/uni/title.t See if Unicode casing works |