From: Rafael Garcia-Suarez Date: Fri, 23 Nov 2007 11:00:58 +0000 (+0000) Subject: Bump $open::VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0344c4ee20d4d3bcccab25592af08a69faed492;p=p5sagit%2Fp5-mst-13.2.git Bump $open::VERSION p4raw-id: //depot/perl@32462 --- diff --git a/lib/open.pm b/lib/open.pm index 6415a08..1d1c0c7 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -1,7 +1,7 @@ package open; use warnings; -our $VERSION = '1.05'; +our $VERSION = '1.06'; require 5.008001; # for PerlIO::get_layers()