perl-URL-Encode
Port variant 532
Summary Handles application/x-www-form-encoded (5.32)
Package version 0.03
Homepage https://github.com/chansen/p5-url-encode
Keywords perl
Maintainer Perl Automaton
License Not yet specified
Other variants 534
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 23 AUG 2021, 03:58:37 UTC
Port created 18 JUN 2017, 21:26:42 UTC
Subpackage Descriptions
single This module provides functions to encode and decode strings into and from the "application/x-www-form-urlencoded" encoding. The "application/x-www-form-urlencoded" format encodes a ordered data sets of pairs consisting of a name and a value, with pairs seperated by ampersand or semicolon and names and values seperated by the equal sign. Space characters are replaced with plus sign and any characters not in the unreserved character set is encoded using the percent-encoding scheme also used for resource identifiers. A percent-encoded octet is encoded as a character triplet, consisting of the percent character "%" followed by the two hexadecimal digits representing that octet's numeric value. The unreserved character set includes the uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde. ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789 - . _ ~
Configuration Switches (platform-specific settings discarded)
PERL_532 ON Build using Perl 5.32 PERL_534 OFF Build using Perl 5.34
Package Dependencies by Type
Build and Runtime perl-5.32:primary:standard
Download groups
main mirror://CPAN/ID:C/CH/CHANSEN
Distribution File Information
7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6 24012 URL-Encode-0.03.tar.gz
Ports that require perl-URL-Encode:532
perl-URL-Encode-XS:532 XS implementation of URL::Encode (5.32)