summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-05-26 21:05:21 -0600
committerKarl Williamson <khw@cpan.org>2014-05-31 10:09:47 -0600
commit173ee337ccae1a3f75728b24e42392c298525e81 (patch)
tree3c900f5af3361f5b42e8898df80db0e47653560c /MANIFEST
parent6deb7a5e3707524fd23c0080d6a762ff30e50494 (diff)
downloadperl-173ee337ccae1a3f75728b24e42392c298525e81.tar.gz
Create new testing helper file
This adds t/charset_tools.pl, and populates it with 2 functions removed from t/test.pl. The functions are changed very slightly to use the variables $::IS_ASCII and $::IS_EBCDIC instead of recalculating this information. A new function byte_utf8a_to_utf8n() is also placed in charset_tools. This takes the bytes that form a (ASCII-platform) UTF-8 string and convert them to the bytes that form that string on the native platform, hence just returns the input if run on an ASCII platform.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 47a5400aa7..c23a59b48c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4787,6 +4787,7 @@ t/bigmem/pos.t Check that pos() handles large offsets
t/bigmem/read.t Check read() handles large offsets
t/bigmem/regexp.t Test regular expressions with large strings
t/bigmem/vec.t Check vec() handles large offsets
+t/charset_tools.pl To aid in portable testing across platforms with different character sets
t/cmd/elsif.t See if else-if works
t/cmd/for.t See if for loops work
t/cmd/mod.t See if statement modifiers work