| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to 0.24 see /usr/share/doc/packages/perl-URI-Template/Changes
- updated to 0.23
see /usr/share/doc/packages/perl-URI-Template/Changes
0.23 2018-07-10
- Fix Makefile.PL with no '.' in @INC (GH #5, RT #121036)
- Ensure we don't re-encode pre-encoded values for +var and #var
(GH #7, GH #8)
- updated to 0.22 see /usr/share/doc/packages/perl-URI-Template/Changes
- switch to perl_requires macro
- remove /var/adm/perl-modules
- update to 0.15
- changes from 0.14:
* conform to latest spec (draft 03);
due to the new spec, the following are no longer applicable:
+ deparse()
+ all_variables()
+ passing an arrayref to the process subs
* as_string() is now just template()
* added expansions() - returns the coderefs used to expand the template
* add support for default values (where applicable)
- new package