From 2703c26dfadb73c5713e0c28ad8579537dfa4674 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 25 Mar 2011 10:19:50 -0700 Subject: =?UTF-8?q?Increase=20PerlIO=E2=80=99s=20version=20because=20of=20?= =?UTF-8?q?the=20doc=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/PerlIO.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index e76e0b43da..46e6e444ef 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -1,6 +1,6 @@ package PerlIO; -our $VERSION = '1.06'; +our $VERSION = '1.07'; # Map layer name to package that defines it our %alias; -- cgit v1.2.1