On Sun Jul 01 22:59:34 2007, anonymous@panta-rhei.eu.org wrote:
Show quoted text> it would greatly improve performance if URI::Escape would
>
> call URI::Escape::XS when it is available on the system
I know this bug is over three years old, but I was looking into bundling
URI::Escape(XS) in my system as well and thought about the same. Luckily,
I found Any::URI::Escape (
http://search.cpan.org/~phred/Any-URI-Escape-
0.01/lib/Any/URI/Escape.pm) which did not exist at the time of your bug
creation, that does the same. Of course, it might still be nicer if this
behaviour would be incorporated in URI::Escape itself.
Hope it helps somebody.
--
Mike