From 6252d2e2d2e94f1cb64ccaf51a8fde59ff4464dc Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 21 Jul 2011 11:03:22 +0200 Subject: Increase $PerlIO::via::VERSION following commit d477ab3eb4369a52. --- ext/PerlIO-via/via.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/PerlIO-via/via.pm b/ext/PerlIO-via/via.pm index 77021de37b..601be80bbc 100644 --- a/ext/PerlIO-via/via.pm +++ b/ext/PerlIO-via/via.pm @@ -1,5 +1,5 @@ package PerlIO::via; -our $VERSION = '0.11'; +our $VERSION = '0.12'; require XSLoader; XSLoader::load(); 1; -- cgit v1.2.1