From: Jarkko Hietaniemi Date: Wed, 22 May 2002 22:36:35 +0000 (+0000) Subject: We do not want utf8.t to be compiled under -Mutf8, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9f01ab93c86a17295734568ee97afbd0bceb134;p=p5sagit%2Fp5-mst-13.2.git We do not want utf8.t to be compiled under -Mutf8, wonky as it sounds. p4raw-id: //depot/perl@16749 --- diff --git a/lib/utf8.t b/lib/utf8.t index e11d856..8fc4481 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