diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-05 23:07:42 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-05 23:26:45 -0800 |
commit | 9d3d191bddb50daad7a3277b83779de06c7bf620 (patch) | |
tree | d1cb728d87e45a6e4a7230acfcbc8b607b0e7036 /ext/PerlIO-scalar | |
parent | 9dba9ce04d4bf5b7b615d55cd037bbbea81d008a (diff) | |
download | perl-9d3d191bddb50daad7a3277b83779de06c7bf620.tar.gz |
Increase $PerlIO::scalar::VERSION to 0.13
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 a5fab724b3..dac7491e0e 100644 --- a/ext/PerlIO-scalar/scalar.pm +++ b/ext/PerlIO-scalar/scalar.pm @@ -1,5 +1,5 @@ package PerlIO::scalar; -our $VERSION = '0.12'; +our $VERSION = '0.13'; require XSLoader; XSLoader::load(); 1; |