-
-
18 May 2010 18:12:23 UTC
- Distribution: Any-URI-Escape
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (14882 / 8 / 0)
- Kwalitee
Bus factor: 0- 93.75% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.78KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- URI::Escape
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Any::URI::Escape - Load URI::Escape::XS preferentially over URI::Escape
SYNOPSIS
use Any::URI::Escape; $escaped_url = uri_escape($url); # URI::Escape::XS will be used instead of URI::Escape if it is installed.
DESCRIPTION
URI::Escape is great, but URI::Escape::XS is faster. This module loads URI::Escape::XS and imports the two most common methods if XS is installed.
The insides of this module aren't completely shaken out yet, so patches welcome.
SEE ALSO
AUTHOR
Fred Moyer, <fred@redhotpenguin.com>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Fred Moyer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.0 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Any::URI::Escape, copy and paste the appropriate command in to your terminal.
cpanm Any::URI::Escape
perl -MCPAN -e shell install Any::URI::Escape
For more information on module installation, please visit the detailed CPAN module installation guide.