diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-20 23:34:19 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-20 23:34:19 -0700 |
commit | 15fd090fd79e9509cbc7d1ac9791ea71edd52d03 (patch) | |
tree | 46e255e723003189fc0a62d52339952163ef6b66 /ext/PerlIO-scalar/scalar.pm | |
parent | 7b3cf1c058e25efdde99ad84398db2e7bc9892b4 (diff) | |
download | perl-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.pm | 2 |
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; |