X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvmsish.t;h=24e3b041ea51238a8fbd5c33f3a68c8f95fc299c;hb=448fed509a7762f7e1ddb3ec250ba650f491e076;hp=03fdd6006d2c5ab819c6a7ed0096d54d5203a369;hpb=b6345914e6a5bcc0fcf2c030fb88a31b5c80a120;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/vmsish.t b/lib/vmsish.t index 03fdd60..24e3b04 100644 --- a/lib/vmsish.t +++ b/lib/vmsish.t @@ -13,6 +13,8 @@ plan(tests => 25); SKIP: { skip("tests for non-VMS only", 1) if $^O eq 'VMS'; + no utf8; + BEGIN { $Orig_Bits = $^H } # make sure that all those 'use vmsish' calls didn't do anything.