###
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";
3e1f6bc5a3 bump $PerlIO::encoding::VERSION
ext/PerlIO-encoding/encoding.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Upstream: perl5.git.perl.org