diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-10-04 21:57:10 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-10-05 06:13:10 -0700 |
commit | 9c1fdeb11a8ed6c719b1d6e13f6ab14d9e2863b1 (patch) | |
tree | d5e7447e874ac47c6a33674e2e8cfcb06a551ea5 /ext/PerlIO-encoding | |
parent | 667763bdbf37a30596512ca0a08a720d86c7e2a8 (diff) | |
download | perl-9c1fdeb11a8ed6c719b1d6e13f6ab14d9e2863b1.tar.gz |
Increase $PerlIO::encoding::VERSION to 0.16
Diffstat (limited to 'ext/PerlIO-encoding')
-rw-r--r-- | ext/PerlIO-encoding/encoding.pm | 2 |
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"; |