summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding/encoding.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/PerlIO-encoding/encoding.pm')
-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 7bae036f52..13cb20b3bd 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.23';
+our $VERSION = '0.24';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";