From: Rafael Garcia-Suarez Date: Thu, 7 Sep 2006 11:46:40 +0000 (+0000) Subject: Bump version of PerlIO::scalar X-Git-Tag: v5.10.0~3057 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/ad95c6e182499b977b9e82cd165b06b867730861?ds=sidebyside 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;