RE: Encode should stay undefphobia

2002-05-01 Thread Nick Ing-Simmons
Paul Marquess [EMAIL PROTECTED] writes: Good catch Nick. Instead of completely backing out the defined $str or return change, if you change it to unless (defined $str) { warnif('uninitialized', 'Use of Uninitialized value in encode_utf8'); return; } that gives us the same

RE: Encode should stay undefphobia

2002-05-01 Thread Paul Marquess
From: Nick Ing-Simmons [mailto:[EMAIL PROTECTED]] Paul Marquess [EMAIL PROTECTED] writes: Good catch Nick. Instead of completely backing out the defined $str or return change, if you change it to unless (defined $str) { warnif('uninitialized', 'Use of Uninitialized value in