Front page | perl.perl5.porters |
Postings from May 2003
[Encode] 1.94 Released
From:
Dan Kogai
Date:
May 10, 2003 11:37
Subject:
[Encode] 1.94 Released
Message ID:
69AB51A2-8316-11D7-B5D3-000393AE4244@dan.co.jp
Porters,
As the title says, Encode->VERSION is now 1.94. Available as follows.
Whole:
http://www.dan.co.jp/~dankogai/Encode-1.94.tar.gz or CPAN near you
Diff against bleed@19472 (461 lines)
http://www.dan.co.jp/~dankogai/19472-Encode.diff
Changes:
========
$Revision: 1.94 $ $Date: 2003/05/10 18:13:59 $
! lib/Encode/MIME/Header.pm
A more sophisticated solution for double-encoding by dankogai
! lib/Encode/MIME/Header.pm AUTHORS
Two bugs fixed by Bjoern Jacke
* "Double Encoding" was not possible
i.e. encode("MIME-B" => "=?UTF-8?B?w4RwZmVs?=")
* encode("MIME-Q") had UTF-8 flag on
Message-Id: <rt-22166-57077.2.12980078979811@bugs6.perl.org>
! lib/Encode/MIME/Header.pm AUTHORS
Two occurances of "croak ()" fixed as "croak qq()".
Simon Cozens is added to AUTHORS as a result.
Message-Id: <20030509103708.GA30664@deep-dark-truthful-mirror.pad>
! bin/piconv
POD fixes that reflect enhancements by jhi
! bin/piconv
Two enhancements by jhi.
+ Now uses Getopt::Long so it accepts long name options
(--from for -f, for example)
+ New option: -r,--resolve
Message-Id: <20030505114149.GA227075@kosh.hut.fi>
! MANIFEST META.yml
META.yml added upon request of Schwern
Message-Id: <F3B0BD2C-7BCB-11D7-A488-000393AE4244@dan.co.jp>
! AUTHORS
Enache Adrian removed upon request -- to live longer than Encode
and/or FreeBSD (toy-)?thread :)
Message-Id: <20030425015701.GA2069@ratsnest.hole>
! t/enc_module.t
"close STDOUT unless $^O eq 'freebsd';" once again relocated
to keep VMS happy in which case "$^O eq 'freebsd'" is required
to keep FreeBSD+thread happy. Sigh.
Message-Id: <3EA88ADC.3000300@mac.com>
Dan the Encode Maintainer
P.S. Just five more chances before 2.00 ? Will 5.8.1 come soon enough?
-
[Encode] 1.94 Released
by Dan Kogai