summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-02-25 11:40:14 +1100
committerTony Cook <tony@develop-help.com>2019-02-25 11:40:14 +1100
commit3e1f6bc5a365acf1993dec82addd7b6e6df4cfe2 (patch)
tree6dc40f14730d203069e550a9ac59ce8339ff1af3 /ext/PerlIO-encoding
parent4f60c5ccb12b01fbbc12c26181ac52d84b72791b (diff)
downloadperl-3e1f6bc5a365acf1993dec82addd7b6e6df4cfe2.tar.gz
bump $PerlIO::encoding::VERSION
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 a9f360d3ce..35ad712d0a 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.26';
+our $VERSION = '0.27';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";