summaryrefslogtreecommitdiff
path: root/ext/PerlIO/scalar/scalar.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/PerlIO/scalar/scalar.pm')
-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 1c4fa4549c..7eb936eacb 100644
--- a/ext/PerlIO/scalar/scalar.pm
+++ b/ext/PerlIO/scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;