summaryrefslogtreecommitdiff
path: root/t/io/layers.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2004-08-17 01:27:00 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-09-20 08:10:47 +0000
commit7c0e976d40017a166598b7de52585069637d2764 (patch)
tree92777acc5948604435c3cf575914b6261c6d0988 /t/io/layers.t
parentbbf60fe61b01cdf81488be8df998a73605e38931 (diff)
downloadperl-7c0e976d40017a166598b7de52585069637d2764.tar.gz
[PATCH] encoding and open pragmas
Date: Mon, 16 Aug 2004 22:27:00 +0300 Message-ID: <41210A84.6060506@iki.fi> Subject: Re: [PATCH] encoding and open pragmas From: Jarkko Hietaniemi <jhi@iki.fi> Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST) Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi> p4raw-id: //depot/perl@23326
Diffstat (limited to 't/io/layers.t')
-rw-r--r--t/io/layers.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/io/layers.t b/t/io/layers.t
index d0e37a3c8d..e2c63a957c 100644
--- a/t/io/layers.t
+++ b/t/io/layers.t
@@ -34,6 +34,8 @@ my $FASTSTDIO = $Config{d_faststdio} && $Config{usefaststdio} ? 1 : 0;
my $NTEST = 43 - (($DOSISH || !$FASTSTDIO) ? 7 : 0) - ($DOSISH ? 5 : 0);
+sub PerlIO::F_UTF8 () { 0x00008000 } # from perliol.h
+
plan tests => $NTEST;
print <<__EOH__;