Increase PerlIO::scalar::VERSION to 0.18
authorFather Chrysostomos <sprout@cpan.org>
Fri, 25 Oct 2013 13:16:02 +0000 (06:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 25 Oct 2013 15:15:14 +0000 (08:15 -0700)
ext/PerlIO-scalar/scalar.pm

index e38dd54..7581f84 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::scalar;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 require XSLoader;
 XSLoader::load();
 1;