summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-05 23:07:42 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-05 23:26:45 -0800
commit9d3d191bddb50daad7a3277b83779de06c7bf620 (patch)
treed1cb728d87e45a6e4a7230acfcbc8b607b0e7036 /ext/PerlIO-scalar
parent9dba9ce04d4bf5b7b615d55cd037bbbea81d008a (diff)
downloadperl-9d3d191bddb50daad7a3277b83779de06c7bf620.tar.gz
Increase $PerlIO::scalar::VERSION to 0.13
Diffstat (limited to 'ext/PerlIO-scalar')
-rw-r--r--ext/PerlIO-scalar/scalar.pm2
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;