summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-05-20 10:19:33 +0100
committerNicholas Clark <nick@ccl4.org>2011-05-20 10:19:33 +0100
commite5904012f684e4931ecd4a1671a82801d7e57411 (patch)
tree6128d015bcf50e62fa82426f4fdedb01a69a75b7 /ext/PerlIO-encoding
parentdaca484d698401314760ddb24f2669780bf9de12 (diff)
downloadperl-e5904012f684e4931ecd4a1671a82801d7e57411.tar.gz
Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.
1c2e8ccaafb0b2b1 fixed a typo in a comment in the XS code.
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 f7f3f2e312..ee3573e02b 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.14';
+our $VERSION = '0.15';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";