summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-17 17:55:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-11-02 18:23:42 -0800
commit2561bebf29571d3984d60b857a0b6a1d7b96523d (patch)
tree12b6a260ffe4a0af00414b417f6f4905d4fc1fea /ext/PerlIO-encoding
parent0de298f4ff07a92184f1d468083fb0480ee0bbbf (diff)
downloadperl-2561bebf29571d3984d60b857a0b6a1d7b96523d.tar.gz
Increase $PerlIO::encoding::VERSION to 0.20
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 b8da9be164..47ad946c23 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.19';
+our $VERSION = '0.20';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";