Oleg Pykhalov writes: > * gnu/packages/perl-web.scm (perl-uri-escape): New public variable. [...] > + (inputs > + `(("perl-test-needs" ,perl-test-needs))) Native-input? Other than that LGTM. > + (home-page "https://github.com/libwww-perl/URI") > + (synopsis "Percent-encode and percent-decode unsafe characters") > + (description "This module provides functions to percent-encode and > +percent-decode URI strings as defined by RFC 3986. Percent-encoding URI's is > +informally called URI escaping. This is the terminology used by this module, > +which predates the formalization of the terms by the RFC by several years.") > + (license license:perl-license))) > -- > 2.16.2