This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump VERSION in PerlIO-scalar
authorSteve Hay <steve.m.hay@googlemail.com>
Sun, 19 Sep 2010 12:28:26 +0000 (13:28 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Sun, 19 Sep 2010 12:28:26 +0000 (13:28 +0100)
The XS file has been changed since 5.13.4

ext/PerlIO-scalar/scalar.pm

index f9e4368..7fe1f50 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::scalar;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 use XSLoader ();
 XSLoader::load 'PerlIO::scalar';
 1;