NAME URI::Escape::Any - Use XS-based URI escape module, fallback to URI::Escape VERSION This document describes version 0.001 of URI::Escape::Any (from Perl distribution URI-Escape-Any), released on 2020-06-18. SYNOPSIS use URI::Escape::Any; my $escaped = uri_escape('/foo'); DESCRIPTION This module tries to load URI::XSEscape, then URI::Escape::XS, then falls back to URI::Escape. The export '%escapes' from URI::Escape is currently not provided. FUNCTIONS uri_escape uri_escape_utf8 uri_unescape HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSO URI::XSEscape URI::Escape::XS URI::Escape AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2020 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.