From: TJ M. <tjm...@ma...> - 2002-11-16 16:58:55
|
Hi, There is a misspelling of $$ouptut_ref in the patch. I have attached a corrected version of the patch. I personally don't have a problem with making Perl 5.8 required for PageKit. If somebody doesn't like it, they can submit a patch to make it run on both depending on if $] >= 5.008. Thanks, TJ Ps. I got a "Can't locate PerlIO/ISO.pm in @INC" error when attempting to run the patched PageKit on Perl 5.8.0/Linux 2.4.18. On Wed, 13 Nov 2002, Boris Zentner wrote: > Hi all, > i installed perl5.8 and discovered, that Text::Iconv converts charsets to > something other but missed to inform perl about that change. Also p5.8 do the > conversion sometime by magic, but Text::Iconv did not know and convert it > again. > > So i think with perl 5.8 we must get rid of Text::Iconv. This patch does that > as a first draft. > > What do you want for future versions of PageKit? > > WHAT ABOUT MAKING PERL 5.8 REQUIRED for PAGEKIT IN SOME MONTH? > > |