diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-22 22:36:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-22 22:36:35 +0000 |
commit | e9f01ab93c86a17295734568ee97afbd0bceb134 (patch) | |
tree | efef370812611bcc418639521deb12e1121db499 /lib | |
parent | 1e2e7acc9e622f0a712d5ea988401aac71ff8c16 (diff) | |
download | perl-e9f01ab93c86a17295734568ee97afbd0bceb134.tar.gz |
We do not want utf8.t to be compiled under -Mutf8,
wonky as it sounds.
p4raw-id: //depot/perl@16749
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utf8.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utf8.t b/lib/utf8.t index e11d856d80..8fc44816f4 100644 --- a/lib/utf8.t +++ b/lib/utf8.t @@ -13,6 +13,8 @@ EOF } } +no utf8; # Ironic, no? + # NOTE! # # Think carefully before adding tests here. In general this should be |