Increase PerlIO::scalar’s version
authorFather Chrysostomos <sprout@cpan.org>
Sat, 27 Nov 2010 15:43:18 +0000 (07:43 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 27 Nov 2010 15:43:18 +0000 (07:43 -0800)
ext/PerlIO-scalar/scalar.pm

index 66fe66e..45f2119 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::scalar;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 require XSLoader;
 XSLoader::load();
 1;