Prepare CPAN release of Attribute::Handlers
[p5sagit/p5-mst-13.2.git] / lib / vmsish.t
index 03fdd60..24e3b04 100644 (file)
@@ -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.