diff options
author | Tony Cook <tony@develop-help.com> | 2019-08-08 10:09:01 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2019-08-08 10:09:01 +1000 |
commit | 9bceefdb82ae645c3112967e6c233ed719b425f9 (patch) | |
tree | 9615a0814c482bc931e077a4e434112249bef9fb /ext | |
parent | 12e1284a67e5e3404c704c3f864749fd9f04c7c4 (diff) | |
download | perl-9bceefdb82ae645c3112967e6c233ed719b425f9.tar.gz |
bump $PerlIO::via::VERSION
Diffstat (limited to 'ext')
-rw-r--r-- | ext/PerlIO-via/via.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO-via/via.pm b/ext/PerlIO-via/via.pm index 30083feae8..84e54bbd5c 100644 --- a/ext/PerlIO-via/via.pm +++ b/ext/PerlIO-via/via.pm @@ -1,5 +1,5 @@ package PerlIO::via; -our $VERSION = '0.17'; +our $VERSION = '0.18'; require XSLoader; XSLoader::load(); 1; |