I should be relieved to release Encode-1.70 because djgpp problem should
be resolved with this one, available as follows;
Whole:
http://www.dan.co.jp/~dankogai/Encode-1.70.tar.gz and CPAN
Diff: 200 lines
http://www.dan.co.jp/~dankogai/current-1.70.diff.gz
And here are changes
$Revision: 1.70 $ $Date: 2002/05/06 10:26:48 $
! encoding.pm
Made more 'module-safe' with conjunction w/ 'no encoding'.
Message-Id: <[EMAIL PROTECTED]>
! lib/Encode/Encoding.pm
'require Encode' because ->Define uses Encode::define_encoding();
problem and solution addressed by Miyagawa-kun
Message-Id: <[EMAIL PROTECTED]>
! t/Unicode.t
Cuts the frill to make djgpp happier, as suggested by Laszlo
Message-Id: <[EMAIL PROTECTED]>
! bin/enc2xs
enc2xs no longer overwrites files w/ -M option, as suggested by Andreas
Message-Id: <[EMAIL PROTECTED]>
Dan the Encode Maintainer