Changelog for
perl-URI-5.280.0-1.1.noarch.rpm :
* Wed Mar 27 2024 Tina Müller
- updated to 5.28 see /usr/share/doc/packages/perl-URI/Changes 5.28 2024-03-27 01:49:44Z - Using Scalar::Util::reftype instead of just ref(), but mindful this time about definedness to avoid warnings (GH#140) (Jacques Deguest)
* Fri Mar 08 2024 Tina Müller - Fix disabling of __perllib_provides
* Sat Feb 10 2024 Tina Müller - updated to 5.27 see /usr/share/doc/packages/perl-URI/Changes 5.27 2024-02-09 15:01:24Z - Add missing NAME section to POD of URI::geo (GH#142) (gregor herrmann) 5.26 2024-02-02 19:04:40Z - Add URI::geo (GH#141) (david-dick) 5.25 2024-01-27 16:11:41Z - cache scheme so it never attempt to load it again (GH#55) (mschae94) 5.24 2024-01-26 04:36:32Z - Really revert \"use Scalar::Util::reftype instead of ref to check for ARRAY\" (GH#136) (Olaf Alders) 5.23 2024-01-25 21:02:18Z - Revert the reftype change introduced in 5.22 as it causes warnings. (GH#134) (Olaf Alders) 5.22 2024-01-25 15:22:54Z - Use Scalar::Util::reftype instead of ref to check for ARRAY (GH#132) (Jacques Deguest)
* Thu Aug 24 2023 Tina Müller - updated to 5.21 see /usr/share/doc/packages/perl-URI/Changes 5.21 2023-08-23 16:02:14Z - Fix version declarations in icap.pm and icaps.pm (GH#131) (Olaf Alders) 5.20 2023-08-23 14:13:23Z - Remove Shebang and Taint from all tests. - Fix t/query.t to get rid of a warning about join() on array with undef - Add icap and icaps URIs (GH#130) (david-dick)
* Mon May 01 2023 Tina Müller - updated to 5.19 see /usr/share/doc/packages/perl-URI/Changes 5.19 2023-04-30 16:15:58Z - Form parameters without values are now represented by undef (GH#65) (Gianni Ceccarelli) 5.18 2023-04-29 16:08:14Z - Add a GH workflow to test LWP::Curl (GH#116) (Olaf Alders) - Add documentation examples for the host() and ihost() methods (GH#28) (Sebastian Willing) - Remove colon from username:password if there is no password (GH#31) (David E. Wheeler, Joenio Marques da Costa, Julien Fiegehenn) - Prefix private methods with _ in URI::_punycode (GH#47) (David E Wheeler)
* Thu Nov 03 2022 Tina Müller - updated to 5.17 see /usr/share/doc/packages/perl-URI/Changes 5.17 2022-11-02 17:03:48Z - Updated RFC references in the pod documentation for URI::file (GH#117) (Håkon Hgland) - Fix SIP URI encoder/decoder (GH#118) (ryankereliuk)
* Thu Oct 13 2022 Tina Müller - updated to 5.16 see /usr/share/doc/packages/perl-URI/Changes 5.16 2022-10-12 13:10:40Z - Merge the methods from URI::QueryParam into URI, so they are always available (GH#114) (Graham Knop) 5.15 2022-10-11 14:48:28Z - Teach uri_escape to accept a Regexp object as the characters to escape as an alternative to a character class. (GH#113) (Graham Knop) 5.14 2022-10-10 20:37:57Z - Fix uri_escape allowing \\w style character classes in its character set parameter (GH#112) (Graham Knop) 5.13 2022-10-06 16:46:32Z - Regression test added for a previous bug (5.11) in URI::file (Perlbotics). file() method of URI::file can return the current working directory instead of the properly unescaped path. (GH#106) (Perlbotics) - Replace \"Test\" with \"Test::More\" (GH#107) (James Raspass) - Replace raw TAP printing with \"Test::More\" (GH#108) (James Raspass) - Apply perlimports to tests (GH#110) (Olaf Alders) - Improve escaping of unwanted characters (GH#78) (Branislav Zahradnk)
* Mon Jul 11 2022 Tina Müller - updated to 5.12 see /usr/share/doc/packages/perl-URI/Changes 5.12 2022-07-10 23:48:50Z - Fix an issue where i.e. \'file:///tmp/###\' was not properly escaped. A non-existing authority part was accidentally processed. Details: https://github.com/libwww-perl/URI/issues/102 (GH#102) (Perlbotics) - Reverts to previous behavior (5.10) for \'mailto:\' scheme for escaping square brackets. 5.11 2022-07-04 20:53:38Z - Fix some typos in URI::file (GH#94) (Olaf Alders) - Escape square brackets in path (GH#100) (Perlbotics) - Fix storable.t (GH#97) (Shoichi Kaji)
* Tue Oct 26 2021 Tina Müller - updated to 5.10 see /usr/share/doc/packages/perl-URI/Changes 5.10 2021-10-25 20:58:42Z - Remove Authority section from dist.ini (GH#86) (Olaf Alders) - Make URI::mailto parse subaddresses with + sign correctly (GH#89) (Julien Fiegehenn)
* Thu Mar 04 2021 Tina Müller - updated to 5.09 see /usr/share/doc/packages/perl-URI/Changes 5.09 2021-03-03 15:16:47Z - Update Business::ISBN version requirements (GH#85) (brian d foy and Olaf Alders)
* Mon Mar 01 2021 Tina Müller - updated to 5.08 see /usr/share/doc/packages/perl-URI/Changes 5.08 2021-02-28 18:08:32Z - added URI::nntps (GH#82)
* Sat Jan 30 2021 Dirk Müller - update to 5.07: s/perl.com/example.com/ in examples and tests
* Fri Jan 15 2021 Tina Müller - updated to 5.06 see /usr/share/doc/packages/perl-URI/Changes 5.06 2021-01-14 16:01:13Z - Tidy import statements (GH#80) (Olaf Alders)