diff options
Diffstat (limited to 'ext/PerlIO-scalar/scalar.pm')
-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 45f2119d56..a5fab724b3 100644 --- a/ext/PerlIO-scalar/scalar.pm +++ b/ext/PerlIO-scalar/scalar.pm @@ -1,5 +1,5 @@ package PerlIO::scalar; -our $VERSION = '0.11'; +our $VERSION = '0.12'; require XSLoader; XSLoader::load(); 1; |