summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-07 14:53:20 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-07 14:53:20 -0700
commit7a3512a92b1b1f6500737192a26f4f57377e8042 (patch)
treea407c78b7e3e91e38988262c91716362e34e7c3c /ext
parentad6e49a4fa69a5853518d08234bc05711a6f8bb9 (diff)
downloadperl-7a3512a92b1b1f6500737192a26f4f57377e8042.tar.gz
Increase $PerlIO::scalar::VERSION to 0.14
Diffstat (limited to 'ext')
-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 dac7491e0e..aadfdb663f 100644
--- a/ext/PerlIO-scalar/scalar.pm
+++ b/ext/PerlIO-scalar/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
require XSLoader;
XSLoader::load();
1;