summaryrefslogtreecommitdiff
path: root/ext/PerlIO
diff options
context:
space:
mode:
authorDan Kogai <dankogai@dan.co.jp>2003-05-24 09:15:49 +0900
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-23 14:19:53 +0000
commit47dd3999631d2fd5030069ca2ee4380b5f022d88 (patch)
tree8783f18d193e109a152f6bb85b4961bc85d39075 /ext/PerlIO
parent2530b651d288d7db98df4c0991f07a783a1cd32c (diff)
downloadperl-47dd3999631d2fd5030069ca2ee4380b5f022d88.tar.gz
Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp> p4raw-id: //depot/perl@19595
Diffstat (limited to 'ext/PerlIO')
-rw-r--r--ext/PerlIO/encoding/encoding.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO/encoding/encoding.pm b/ext/PerlIO/encoding/encoding.pm
index 53c9d460c7..61a116f205 100644
--- a/ext/PerlIO/encoding/encoding.pm
+++ b/ext/PerlIO/encoding/encoding.pm
@@ -1,6 +1,6 @@
package PerlIO::encoding;
use strict;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";