summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-27 07:43:18 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-27 07:43:18 -0800
commit8e747b69d61a6b4b771355185f7874d7b9a0c4d8 (patch)
tree452f142982f7b63ace6cef25aab03c754c9283ca /ext
parente0aa26060134190dff602c6f37e9d7f75df6b824 (diff)
downloadperl-8e747b69d61a6b4b771355185f7874d7b9a0c4d8.tar.gz
Increase PerlIO::scalar’s version
Diffstat (limited to 'ext')
-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 66fe66e2e6..45f2119d56 100644
--- a/ext/PerlIO-scalar/scalar.pm
+++ b/ext/PerlIO-scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
require XSLoader;
XSLoader::load();
1;