This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec0a73
)
t/op/die.t: 'use utf8'
author
Karl Williamson
<khw@cpan.org>
Thu, 3 Oct 2019 03:09:24 +0000
(21:09 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 7 Dec 2019 22:50:38 +0000
(15:50 -0700)
This file is encoded in UTF-8, even though it didn't say it was.
t/op/die.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/die.t
b/t/op/die.t
index
d6d7daf
..
eec1e8e
100644
(file)
--- a/
t/op/die.t
+++ b/
t/op/die.t
@@
-8,6
+8,8
@@
BEGIN {
plan tests => 21;
+use utf8; # Tell EBCDIC translator to make this UTF-8,
+
eval {
eval {
die "Horribly\n";