Skip to content

Commit

Permalink
Item9630: Configure page doesn't display properly after installing Un…
Browse files Browse the repository at this point in the history
…icode::MapUTF8

Problem is that you should NEVER install Unicode::MapUTF8 unless you are on Perl 5.6
From Perl5.8 the UTF8 stuff is shipped with Perl and the old lib causes damage
I add this note to the text you see in configure so admins do not install it because
it is listed as option library.


git-svn-id: http://svn.foswiki.org/trunk@8957 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 7, 2010
1 parent 8ceb610 commit 6618ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/DEPENDENCIES
Expand Up @@ -35,5 +35,5 @@ Authen::SASL,>=2.00,cpan,Optional, required for sending mail with Net::SMTP when
POSIX,>=1,cpan,Required, for base Foswiki
Socket,>=0,cpan,Required, for base Foswiki
Symbol,>=0,cpan,Optional, may be required for international characters
Unicode::MapUTF8,>=0,cpan,Optional, may be required for international characters
Unicode::MapUTF8,>=0,cpan,Optional, This is required for international characters for Perl 5.6. Do not install this for Perl 5.8 or later.
Win32::Console,>=0,cpan,Optional, may be required for international characters on Windows

0 comments on commit 6618ad8

Please sign in to comment.