summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar/scalar.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-20 23:34:19 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-20 23:34:19 -0700
commit15fd090fd79e9509cbc7d1ac9791ea71edd52d03 (patch)
tree46e255e723003189fc0a62d52339952163ef6b66 /ext/PerlIO-scalar/scalar.pm
parent7b3cf1c058e25efdde99ad84398db2e7bc9892b4 (diff)
downloadperl-15fd090fd79e9509cbc7d1ac9791ea71edd52d03.tar.gz
Increase $PerlIO::scalar::VERSION to 0.15
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 aadfdb663f..813f5e6ddb 100644
--- a/ext/PerlIO-scalar/scalar.pm
+++ b/ext/PerlIO-scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.14';
+our $VERSION = '0.15';
require XSLoader;
XSLoader::load();
1;