summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-16 16:48:26 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-16 16:48:26 +0000
commit20f15c4187eac900e8420667a1591aa1a78ab45d (patch)
tree90f11622f1c764d30edfc4c6581638b18f4fd2ed /ext/PerlIO-encoding
parenta6d37805ca8a9ba886aa2ba80bc65640f6fd7b01 (diff)
downloadperl-20f15c4187eac900e8420667a1591aa1a78ab45d.tar.gz
Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).
Diffstat (limited to 'ext/PerlIO-encoding')
-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 305fa0714a..f7f3f2e312 100644
--- a/ext/PerlIO-encoding/encoding.pm
+++ b/ext/PerlIO-encoding/encoding.pm
@@ -1,7 +1,7 @@
package PerlIO::encoding;
use strict;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";