Ravenports generated: 29 Apr 2020 23:59
[ravenports.git] / bucket_81 / perl-URL-Encode
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               perl-URL-Encode
4 VERSION=                0.03
5 KEYWORDS=               perl
6 VARIANTS=               530 528
7 SDESC[530]=             Handles application/x-www-form-encoded (5.30)
8 SDESC[528]=             Handles application/x-www-form-encoded (5.28)
9 HOMEPAGE=               https://github.com/chansen/p5-url-encode
10 CONTACT=                Perl_Automaton[perl@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            CPAN/ID:C/CH/CHANSEN
14 DISTFILE[1]=            URL-Encode-0.03.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[530]=             single
17 SPKGS[528]=             single
18
19 OPTIONS_AVAILABLE=      PERL_530 PERL_528
20 OPTIONS_STANDARD=       none
21 VOPTS[530]=             PERL_530=ON PERL_528=OFF
22 VOPTS[528]=             PERL_530=OFF PERL_528=ON
23
24 DISTNAME=               URL-Encode-0.03
25
26 GENERATED=              yes
27
28 SINGLE_JOB=             yes
29
30 [PERL_528].USES_ON=                     perl:528,configure
31
32 [PERL_530].USES_ON=                     perl:530,configure
33
34 [FILE:915:descriptions/desc.single]
35 This module provides functions to encode and decode strings into and from
36 the "application/x-www-form-urlencoded" encoding.
37  
38 The "application/x-www-form-urlencoded" format encodes a ordered data sets
39 of pairs consisting of a name and a value, with pairs seperated by
40 ampersand or semicolon and names and values seperated by the equal sign.
41 Space characters are replaced with plus sign and any characters not in the
42 unreserved character set is encoded using the percent-encoding scheme also
43 used for resource identifiers. A percent-encoded octet is encoded as a
44 character triplet, consisting of the percent character "%" followed by the
45 two hexadecimal digits representing that octet's numeric value.
46
47 The unreserved character set includes the uppercase and lowercase letters,
48 decimal digits, hyphen, period, underscore, and tilde.
49  
50   ABCDEFGHIJKLMNOPQRSTUVWXYZ
51   abcdefghijklmnopqrstuvwxyz
52   0123456789
53   - . _ ~
54
55
56 [FILE:101:distinfo]
57 7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6        24012 URL-Encode-0.03.tar.gz
58