From: Rafael Garcia-Suarez Date: Fri, 15 Jan 2010 16:39:46 +0000 (+0100) Subject: Bump version of PerlIO::encoding X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c06ca716ce458b20140871c57c11565c66c5f710;p=p5sagit%2Fp5-mst-13.2.git Bump version of PerlIO::encoding --- diff --git a/ext/PerlIO-encoding/encoding.pm b/ext/PerlIO-encoding/encoding.pm index f50c9c7..4b44670 100644 --- a/ext/PerlIO-encoding/encoding.pm +++ b/ext/PerlIO-encoding/encoding.pm @@ -1,7 +1,7 @@ package PerlIO::encoding; use strict; -our $VERSION = '0.11'; +our $VERSION = '0.12'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";