This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $PerlIO::via::VERSION to 0.14
authorFather Chrysostomos <sprout@cpan.org>
Sat, 23 Nov 2013 12:43:37 +0000 (04:43 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 23 Nov 2013 12:43:37 +0000 (04:43 -0800)
ext/PerlIO-via/via.pm

index 2fa37b1..77586f6 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::via;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 require XSLoader;
 XSLoader::load();
 1;