diff options
author | Tony Cook <tony@develop-help.com> | 2015-11-26 16:22:04 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-12-09 13:39:01 +1100 |
commit | 0fd86aa72aab7825bf5f029a0b1c957d004179eb (patch) | |
tree | b26563a08194c62ab017f792c519881792329da8 /MANIFEST | |
parent | ba6ed43c6aca7f1ff5a1b82062faa3e1c33c0582 (diff) | |
download | perl-0fd86aa72aab7825bf5f029a0b1c957d004179eb.tar.gz |
[perl #126593] make sure utf8_heavy.pl doesn't depend on itself
With ${^ENCODING} set, it did.
Partly reverts:
commit aa8f6cef961dc2009604f7464c66106421c3ae81
Author: Rafael Garcia-Suarez <rgs@consttype.org>
Date: Wed Jun 17 13:18:59 2015 +0200
Microoptimize some matches in utf8_heavy.pl
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5550,6 +5550,7 @@ t/uni/fold.t See if Unicode folding works t/uni/goto.t See if Unicode goto &sub works t/uni/greek.t See if Unicode in greek works t/uni/gv.t See if Unicode GVs work. +t/uni/heavy.t See if utf8_heavy.pl uses perl that depends on it t/uni/labels.t See if Unicode labels work t/uni/latin2.t See if Unicode in latin2 works t/uni/lex_utf8.t See if Unicode in lexer works |