# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= perl-URL-Encode VERSION= 0.03 KEYWORDS= perl VARIANTS= 540 542 SDESC[540]= Handles application/x-www-form-encoded (5.40) SDESC[542]= Handles application/x-www-form-encoded (5.42) HOMEPAGE= https://github.com/chansen/p5-url-encode CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:C/CH/CHANSEN DISTFILE[1]= URL-Encode-0.03.tar.gz:main DF_INDEX= 1 SPKGS[540]= single SPKGS[542]= single OPTIONS_AVAILABLE= PERL_540 PERL_542 OPTIONS_STANDARD= none VOPTS[540]= PERL_540=ON PERL_542=OFF VOPTS[542]= PERL_540=OFF PERL_542=ON DISTNAME= URL-Encode-0.03 GENERATED= yes SINGLE_JOB= yes [PERL_540].USES_ON= perl:540,configure [PERL_542].USES_ON= perl:542,configure [FILE:915:descriptions/desc.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 - . _ ~ [FILE:101:distinfo] 7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6 24012 URL-Encode-0.03.tar.gz