summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-10-04 21:57:10 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-10-05 06:13:10 -0700
commit9c1fdeb11a8ed6c719b1d6e13f6ab14d9e2863b1 (patch)
treed5e7447e874ac47c6a33674e2e8cfcb06a551ea5 /ext/PerlIO-encoding
parent667763bdbf37a30596512ca0a08a720d86c7e2a8 (diff)
downloadperl-9c1fdeb11a8ed6c719b1d6e13f6ab14d9e2863b1.tar.gz
Increase $PerlIO::encoding::VERSION to 0.16
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 ee3573e02b..e2708193c0 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.15';
+our $VERSION = '0.16';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";