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)
commitbf97d6375e0ac171005faabb0e75653318075276
treeaa3fec17d83eae28985689a9a2465107d195fc60
parentbf62119532c8dec24b9e534996fb2b8ba8448366
retain undef in encoding functions

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.
Changes
lib/PLP/Functions.pm