projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e028e33
)
We do not want to see the utf8 hints bit.
Jarkko Hietaniemi [Wed, 22 May 2002 22:34:20 +0000 (22:34 +0000)]
p4raw-id: //depot/perl@16748
lib/vmsish.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/vmsish.t
b/lib/vmsish.t
index
03fdd60
..
24e3b04
100644
(file)
--- 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.