I have uploaded Encode-1.01 as http://www.dan.co.jp/~dankogai/Encode-1.01.tar.gz
and CPAN. Here is the Changes. 1.01 $Date: 2002/03/29 20:59:39 $ ! Makefile.PL ! README s/USE_SCRIPTS/MORE_SCRIPTS/ ! Makefile.PL installs enc2xs by default for external Encode:: modules in CPAN, such as Encode::HanExtra ! t/*.t More sensible perl core detection via $ENV{PERL_CORE} suggested by Spider Message-Id: <[EMAIL PROTECTED]> ! bin/enc2xs Perl core ditection via $^X =~ m/\bminiperl$/o Message-Id: <[EMAIL PROTECTED]> As you see, the changes are minimum, just cleanups for t/* and bin/enc2xs. I am not sure if it justifies the whole new version but the changes bin/enc2xs may be significant so I decided to release 1.01 rather quietly anyhow. Encode.pm version updated just for the sake of "make tardist". Dan the Encode Maintainer