This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $PerlIO::scalar::VERSION to 0.14
authorFather Chrysostomos <sprout@cpan.org>
Mon, 7 May 2012 21:53:20 +0000 (14:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 7 May 2012 21:53:20 +0000 (14:53 -0700)
ext/PerlIO-scalar/scalar.pm

index dac7491..aadfdb6 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::scalar;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 require XSLoader;
 XSLoader::load();
 1;