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

perl-URI-1.73-1.16 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-URI Distribution: SUSE Linux Enterprise 15
Version: 1.73 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.16 Build date: Fri May 25 20:19:31 2018
Group: Development/Libraries/Perl Build host: sheep05
Size: 216126 Source RPM: perl-URI-1.73-1.16.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/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+

Changelog

* Wed Jan 10 2018 coolo@suse.com
  - updated to 1.73
    see /usr/share/doc/packages/perl-URI/Changes
    1.73      2018-01-09 06:42:51Z
    - Update documentation for URI::_punycode (GH Issue #45)
* Thu Jul 27 2017 coolo@suse.com
  - updated to 1.72
    see /usr/share/doc/packages/perl-URI/Changes
    1.72      2017-07-25
    - Convert the dist to Dist::Zilla for authoring.
    - Remove recommendation of Business::ISBN as urn/isbn.pm is deprecated
    - Use Test::Needs instead of raw eval in urn-isbn.t
* Wed Jan 13 2016 coolo@suse.com
  - updated to 1.71
    see /usr/share/doc/packages/perl-URI/Changes
    2016-01-08   Karen Etheridge <ether@cpan.org>
      Release 1.71
      No changes since 1.70_001
    2015-12-29   Karen Etheridge <ether@cpan.org>
      Release 1.70_001
      Kaitlyn Parkhurst:
    - Localize $@ when attempting to load URI subclasses (PR#30)
      Karen Etheridge:
    - speed up construction time by not attempting to load the same
      non-existent URI subclass twice
* Sat Jul 25 2015 coolo@suse.com
  - updated to 1.69
    see /usr/share/doc/packages/perl-URI/Changes
    2015-07-25   Karen Etheridge <ether@cpan.org>
      Release 1.69
      Karen Etheridge:
    - add $VERSIONs for all modules that lack them
      Olaf Alders:
    - add missing documentation for URI::sftp
    - Clarify use of query_param() method
* Sat Jun 27 2015 coolo@suse.com
  - updated to 1.68
    see /usr/share/doc/packages/perl-URI/Changes
    2015-06-25   Karen Etheridge <ether@cpan.org>
      Release 1.68
      Kent Fredric:
    - Sort hash keys to make generated query predictable
      Slaven Rezic:
    - Add new tests for path segments
      Brendan Byrd:
    - Add sftp scheme
* Tue Apr 14 2015 coolo@suse.com
  - updated to 1.67
    see /usr/share/doc/packages/perl-URI/Changes
    Revision history for URI
    2015-02-24   Karen Etheridge <ether@cpan.org>
      Release 1.67
      Karen Etheridge:
    - properly skip author test for normal user installs
    2015-02-24   Karen Etheridge <ether@cpan.org>
      Release 1.66
      Adam Herzog:
    - reorganize .pm files under lib/ (github #20)
    2014-11-05   Karen Etheridge <ether@cpan.org>
      Release 1.65
      Karen Etheridge:
    - add a TO_JSON method, to assist JSON serialization
    2014-07-13   Karen Etheridge <ether@cpan.org>
      Release 1.64
      Eric Brine:
    - better fix for RT#96941, that also works around utf8 bugs on older perls
    2014-07-13   Karen Etheridge <ether@cpan.org>
      Release 1.63
      Karen Etheridge:
    - mark utf8-related test failures on older perls caused by recent string
      parsing changes as TODO (RT#97177, RT#96941)
    2014-07-12   Karen Etheridge <ether@cpan.org>
      Release 1.62
      Karen Etheridge (2):
    - use strict and warnings in all modules, tests and scripts
    - remove all remaining uses of "use vars"
      Eric Brine:
    - fixed new "\C is deprecated in regex" warning in 5.21.2 (RT#96941)
    2014-07-01   Karen Etheridge <ether@cpan.org>
      Release 1.61
      David Schmidt:
      Fix test failure if local hostname is 'foo' [RT#75519]
      Gisle Aas (2):
      New 'has_recognized_scheme' interface [RT#71204]
      Interfaces that return a single value now return undef rather than an
      empty list in list context
      Slaven Rezic:
      Fix bad regex when parsing hostnames
      Piotr Roszatycki:
      Preferentially use $ENV{TMPDIR} for temporary test files over /tmp
      (fixes tests on Android)
* Sun Apr 01 2012 pascal.bleser@opensuse.org
  - update to 1.60:
    * avoid failure if the local hostname is 'foo' [RT#75519]
    * fix RT#59274 - courtesy of a stupid 5.8.[12] join bug
* Fri Sep 16 2011 coolo@suse.com
  - use original source URI
* Mon Aug 29 2011 vcizek@suse.com
  - update to 1.59
    Make sure accessor methods don't return utf8::upgraded() bytes
    for URLs initialized from Unicode strings.
    Version number increments.
    Documentation tweaks.
* Mon Jan 24 2011 vcizek@novell.com
  - update to 1.58
    This release reverts the patch in 1.57 that made query_form distingush
    between empty and undef values.  It broke stuff. [RT#62708]
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Tue Nov 30 2010 coolo@novell.com
  - do not use suggests on fedora
* Mon Nov 22 2010 anicka@suse.cz
  - update to 1.56
    * Don't depend on DNS for the heuristics test
* Sat Sep 04 2010 chris@computersalat.de
  - added bcond_with opt (for local build tests)
    o BuildRequires perl-Business-ISBN
* Sat Sep 04 2010 chris@computersalat.de
  - recreated by cpanspec 1.78
  - noarch pkg
  - rpmlint
    o spurious-executable-perm uri-test
  - removed obsolete patch
    o URI-1.37-path.diff
* Thu Sep 02 2010 pascal.bleser@opensuse.org
  - update to 1.55:
    * Treat ? as a reserved character in file: URIs
      " is not a URI character [RT#56421]
    * Avoid test failure unless defined $Config{useperlio}
* Thu Apr 01 2010 anicka@suse.cz
  - update to 1.54
    * Fix heuristic test fails on hosts in .su (or .uk) domains
* Fri Mar 26 2010 vuntz@opensuse.org
  - Changes perl-Business-ISBN Recommends to Suggests:
    perl-Business-ISBN requires perl-GD-Barcode, and having this
    installed by default on minimal installs doesn't make sense,
    especially since it's big.
* Thu Mar 25 2010 anicka@suse.cz
  - update to 1.53
    * Remove unneeded execute permissions.
    * Add $uri->secure() method.
    * Documentation and comment spelling fixes.
    * Fix heuristics when COUNTRY is set to "gb".
    * Use HTTP_ACCEPT_LANGUAGE, LC_ALL, and LANG in country heuristics.
    * POD linking improvements.
    * Rewrite the URI::Escape tests with Test::More
    * Update URI::Escape for RFC 3986
    * Bump MIN_PERL_VERSION to 5.6.1 [RT#54078]
    * Suppress wide caracters warnings in iri.t [RT#53737]
* Fri Jan 15 2010 anicka@suse.cz
  - update to 1.52
    * Encode::decode('UTF-8',...) with callback implemented in 2.39
    * A "test case" to start IDNA prototype from
    * Escape IDNA hostnames
    * Introduce the as_unicode method
    * Make as_unicode undo punycode for server URLs
    * Hack to make as_iri turn A-labels into U-labels
    * Make as_iri leave escapes not forming valid UTF-8 sequences
    * Don't include RFCs in the cpan tarball
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Mon Sep 07 2009 mls@suse.de
  - break build cycle by removing perl-Business-ISBN BuildRequires
* Sat Jul 25 2009 chris@computersalat.de
  - spec mods
    * removed ^----------
    * removed ^#---------
* Sun Jun 28 2009 chris@computersalat.de
  - update to 1.38
    * Spelling fixes.
    * skip DNS test if wildcard domain catcher (e.g. OpenDNS) is there
    * Avoid "Insecure $ENV{PATH} while running with -T switch" error with perl-5.6.
  - added perl-macros
    o autogen filelist with perl_gen_filelist
  - spec mods
    o fixed deps

Files

/usr/lib/perl5/vendor_perl/5.26.1/URI
/usr/lib/perl5/vendor_perl/5.26.1/URI.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/Escape.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/Heuristic.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/IRI.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/QueryParam.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/Split.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/URL.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/WithBase.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_foreign.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_generic.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_idna.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_ldap.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_login.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_punycode.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_query.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_segment.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_server.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/_userpass.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/data.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file
/usr/lib/perl5/vendor_perl/5.26.1/URI/file.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file/FAT.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file/Mac.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file/OS2.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file/QNX.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file/Unix.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/file/Win32.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/ftp.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/gopher.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/http.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/https.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/ldap.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/ldapi.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/ldaps.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/mailto.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/mms.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/news.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/nntp.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/pop.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/rlogin.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/rsync.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/rtsp.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/rtspu.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/sftp.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/sip.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/sips.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/snews.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/ssh.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/telnet.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/tn3270.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/urn
/usr/lib/perl5/vendor_perl/5.26.1/URI/urn.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/urn/isbn.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/urn/oid.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/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/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::ldap.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:43:28 2024