retain undef in encoding functions
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 21:23:38 +0000 (21:23 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 21:34:52 +0000 (21:34 +0000)
Entity(), DecodeURI(), and EncodeURI() should return undef for any
undefined input.  Only string behaviour was specified, so users relying
on this did so at their own risk (and they can always disable warnings
like the careless bitches they are :P).

Not too coincidently also silences warnings in PLP::Functions itself.


No differences found