summaryrefslogtreecommitdiff
path: root/t/uni/overload.t
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2009-11-28 23:45:10 -0600
committerSteve Peters <steve@fisharerojo.org>2009-11-28 23:45:10 -0600
commita917e5da001c2e01ede95e432a105b1aa899f1e5 (patch)
treeb4e92d0c2636de6d398aa65df051a2f438d73929 /t/uni/overload.t
parentff868e665bf85a829dc47bfa1243b26d4367cacd (diff)
parent23e33b604408d78c7993c7ba35b0a4323eb9feeb (diff)
downloadperl-a917e5da001c2e01ede95e432a105b1aa899f1e5.tar.gz
Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead
Diffstat (limited to 't/uni/overload.t')
-rw-r--r--t/uni/overload.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/uni/overload.t b/t/uni/overload.t
index e20a3abfff..da9b07beb7 100644
--- a/t/uni/overload.t
+++ b/t/uni/overload.t
@@ -33,6 +33,10 @@ sub stringify {
package main;
+# These tests are based on characters 128-255 not having latin1, and hence
+# Unicode, semantics
+use legacy 'unicode8bit';
+
# Bug 34297
foreach my $t ("ASCII", "B\366se") {
my $length = length $t;