1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: liburi-encode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liburi-encode-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liburi-encode-perl.git
Homepage: https://metacpan.org/release/URI-Encode
Testsuite: autopkgtest-pkg-perl
Package: liburi-encode-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl module to encode and decode strings to URIs
URI::Encode provides an easy method to encode strings (mainly URLs)
into a format which can be pasted into a plain text, so that those
links are 'clickable' by the person reading it.
.
If you are looking for speed and want to encode reserved characters, use
URI::Escape::XS
|