This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version of PerlIO::via after last change
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 5 Jan 2007 18:30:52 +0000 (18:30 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 5 Jan 2007 18:30:52 +0000 (18:30 +0000)
p4raw-id: //depot/perl@29702

ext/PerlIO/via/via.pm

index a52d82a..ce5ea83 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::via;
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 use XSLoader ();
 XSLoader::load 'PerlIO::via';
 1;