diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-12 03:30:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-12 03:30:07 +0000 |
commit | 169da83847a2059e4bc997fdd0d3f1afb5af3a3f (patch) | |
tree | 3d623a89f24b50d0f909587b26bb09f7b9189584 /t/comp | |
parent | b0f2b690b4ba59b02c372a35658748cb0f31c38e (diff) | |
download | perl-169da83847a2059e4bc997fdd0d3f1afb5af3a3f.tar.gz |
Drop all the unnecessary "use utf8" clauses and some of
the unnecessary "use bytes" ones.
TODO: scour the documentation for unnecessary "use utf8"
and prominently display it in perldelta when the time comes.
("use utf8" should be necessary ONLY if one wants the script
to be in UTF-8.) Also should be checked in some non-ASCII
non-Latin-1 platform, like EBCDIC.
p4raw-id: //depot/perl@11638
Diffstat (limited to 't/comp')
-rwxr-xr-x | t/comp/require.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/comp/require.t b/t/comp/require.t index 07415610fb..103a579235 100755 --- a/t/comp/require.t +++ b/t/comp/require.t @@ -86,7 +86,6 @@ print "not " unless 5.5.1 gt v5.5; print "ok ",$i++,"\n"; { - use utf8; print "not " unless v5.5.640 eq "\x{5}\x{5}\x{280}"; print "ok ",$i++,"\n"; |