From: Rafael Garcia-Suarez Date: Thu, 7 Sep 2006 11:46:40 +0000 (+0000) Subject: Bump version of PerlIO::scalar X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad95c6e182499b977b9e82cd165b06b867730861;p=p5sagit%2Fp5-mst-13.2.git Bump version of PerlIO::scalar p4raw-id: //depot/perl@28799 --- diff --git a/ext/PerlIO/scalar/scalar.pm b/ext/PerlIO/scalar/scalar.pm index 1eead60..9bd506f 100644 --- a/ext/PerlIO/scalar/scalar.pm +++ b/ext/PerlIO/scalar/scalar.pm @@ -1,5 +1,5 @@ package PerlIO::scalar; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use XSLoader (); XSLoader::load 'PerlIO::scalar'; 1;