diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-07 14:53:20 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-07 14:53:20 -0700 |
commit | 7a3512a92b1b1f6500737192a26f4f57377e8042 (patch) | |
tree | a407c78b7e3e91e38988262c91716362e34e7c3c /ext/PerlIO-scalar | |
parent | ad6e49a4fa69a5853518d08234bc05711a6f8bb9 (diff) | |
download | perl-7a3512a92b1b1f6500737192a26f4f57377e8042.tar.gz |
Increase $PerlIO::scalar::VERSION to 0.14
Diffstat (limited to 'ext/PerlIO-scalar')
-rw-r--r-- | ext/PerlIO-scalar/scalar.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO-scalar/scalar.pm b/ext/PerlIO-scalar/scalar.pm index dac7491e0e..aadfdb663f 100644 --- a/ext/PerlIO-scalar/scalar.pm +++ b/ext/PerlIO-scalar/scalar.pm @@ -1,5 +1,5 @@ package PerlIO::scalar; -our $VERSION = '0.13'; +our $VERSION = '0.14'; require XSLoader; XSLoader::load(); 1; |