This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The patch does the following:
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 10 Mar 2002 15:43:54 +0000 (15:43 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 10 Mar 2002 15:43:54 +0000 (15:43 +0000)
commita4157ebbb54097d41b5a521795a3596543843bb8
treef45bdd16f9f3973908f91227179c75f5afe94bd6
parent1d88b533f61a8e86a0609fd906a86fecfadc6d1a
The patch does the following:
- Nix the unneccessary diagnostics line
- Quell -w warnings if the first ENV doesn't exist
- While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
  is too baroque and bloated for daily use (and for perl core inclusion).
- "Cannot figure out an encoding to use" when locale is 'C' is rendered
  non-fatal.
- Consequently, the ^OPEN bits is set only when needed.

p4raw-id: //depot/perl@15142
lib/open.pm