Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-URI-5.270.0-2.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-URI Distribution: openSUSE Tumbleweed
Version: 5.270.0 Vendor: openSUSE
Release: 2.1 Build date: Sun Mar 10 20:37:10 2024
Group: Unspecified Build host: i04-ch4b
Size: 245506 Source RPM: perl-URI-5.270.0-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/URI
Summary: Uniform Resource Identifiers (absolute and relative)
This module implements the 'URI' class. Objects of this class represent
"Uniform Resource Identifier references" as specified in RFC 2396 (and
updated by RFC 2732).

A Uniform Resource Identifier is a compact string of characters that
identifies an abstract or physical resource. A Uniform Resource Identifier
can be further classified as either a Uniform Resource Locator (URL) or a
Uniform Resource Name (URN). The distinction between URL and URN does not
matter to the 'URI' class interface. A "URI-reference" is a URI that may
have additional information attached in the form of a fragment identifier.

An absolute URI reference consists of three parts: a _scheme_, a
_scheme-specific part_ and a _fragment_ identifier. A subset of URI
references share a common syntax for hierarchical namespaces. For these,
the scheme-specific part is further broken down into _authority_, _path_
and _query_ components. These URIs can also take the form of relative URI
references, where the scheme (and usually also the authority) component is
missing, but implied by the context of the URI reference. The three forms
of URI reference syntax are summarized as follows:

  <scheme>:<scheme-specific-part>#<fragment>
  <scheme>://<authority><path>?<query>#<fragment>
  <path>?<query>#<fragment>

The components into which a URI reference can be divided depend on the
_scheme_. The 'URI' class provides methods to get and set the individual
components. The methods available for a specific 'URI' object depend on the
scheme.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Sat Feb 10 2024 Tina Müller <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <timueller+perl@suse.de>
  - 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 <dmueller@suse.com>
  - update to 5.07:
    s/perl.com/example.com/ in examples and tests
* Fri Jan 15 2021 Tina Müller <timueller+perl@suse.de>
  - 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)

Files

/usr/lib/perl5/vendor_perl/5.38.2/URI
/usr/lib/perl5/vendor_perl/5.38.2/URI.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/Escape.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/Heuristic.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/IRI.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/QueryParam.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/Split.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/URL.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/WithBase.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_foreign.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_generic.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_idna.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_ldap.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_login.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_punycode.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_query.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_segment.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_server.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/_userpass.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/data.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file
/usr/lib/perl5/vendor_perl/5.38.2/URI/file.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file/Base.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file/FAT.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file/Mac.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file/OS2.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file/QNX.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file/Unix.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/file/Win32.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/ftp.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/geo.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/gopher.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/http.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/https.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/icap.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/icaps.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/ldap.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/ldapi.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/ldaps.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/mailto.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/mms.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/news.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/nntp.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/nntps.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/pop.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/rlogin.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/rsync.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/rtsp.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/rtspu.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/sftp.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/sip.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/sips.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/snews.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/ssh.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/telnet.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/tn3270.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/urn
/usr/lib/perl5/vendor_perl/5.38.2/URI/urn.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/urn/isbn.pm
/usr/lib/perl5/vendor_perl/5.38.2/URI/urn/oid.pm
/usr/share/doc/packages/perl-URI
/usr/share/doc/packages/perl-URI/CONTRIBUTING.md
/usr/share/doc/packages/perl-URI/Changes
/usr/share/doc/packages/perl-URI/README
/usr/share/doc/packages/perl-URI/uri-test
/usr/share/licenses/perl-URI
/usr/share/licenses/perl-URI/LICENSE
/usr/share/man/man3/URI.3pm.gz
/usr/share/man/man3/URI::Escape.3pm.gz
/usr/share/man/man3/URI::Heuristic.3pm.gz
/usr/share/man/man3/URI::QueryParam.3pm.gz
/usr/share/man/man3/URI::Split.3pm.gz
/usr/share/man/man3/URI::URL.3pm.gz
/usr/share/man/man3/URI::WithBase.3pm.gz
/usr/share/man/man3/URI::_punycode.3pm.gz
/usr/share/man/man3/URI::data.3pm.gz
/usr/share/man/man3/URI::file.3pm.gz
/usr/share/man/man3/URI::geo.3pm.gz
/usr/share/man/man3/URI::icap.3pm.gz
/usr/share/man/man3/URI::icaps.3pm.gz
/usr/share/man/man3/URI::ldap.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:05:07 2024