summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-05-05 22:58:50 +0100
committerDavid Mitchell <davem@iabyn.com>2010-05-05 22:58:50 +0100
commit6d0bd4c0223d0d60b7914ec9c5215f66d3b311aa (patch)
treea655f3b48f36206fc7130abdebe15ba4f3bd9da1 /ext/PerlIO-scalar
parentffe0bb5ab7ece4bcdcb968ad795cd58d265b845b (diff)
downloadperl-6d0bd4c0223d0d60b7914ec9c5215f66d3b311aa.tar.gz
bump PerlIO::scalar version
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 5188ddbc3c..f9e4368d7e 100644
--- a/ext/PerlIO-scalar/scalar.pm
+++ b/ext/PerlIO-scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;