Hello community, here is the log from the commit of package perl-URI for openSUSE:Factory checked in at 2015-07-28 11:42:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-URI (Old) and /work/SRC/openSUSE:Factory/.perl-URI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-URI" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-URI/perl-URI.changes 2015-07-14 17:20:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-URI.new/perl-URI.changes 2015-07-28 11:42:28.000000000 +0200 @@ -1,0 +2,17 @@ +Sat Jul 25 09:17:47 UTC 2015 - [email protected] + +- updated to 1.69 + see /usr/share/doc/packages/perl-URI/Changes + + 2015-07-25 Karen Etheridge <[email protected]> + + 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 + +------------------------------------------------------------------- Old: ---- URI-1.68.tar.gz New: ---- URI-1.69.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-URI.spec ++++++ --- /var/tmp/diff_new_pack.l7W3fM/_old 2015-07-28 11:42:29.000000000 +0200 +++ /var/tmp/diff_new_pack.l7W3fM/_new 2015-07-28 11:42:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-URI -Version: 1.68 +Version: 1.69 Release: 0 %define cpan_name URI Summary: Uniform Resource Identifiers (absolute and relative) ++++++ URI-1.68.tar.gz -> URI-1.69.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/Changes new/URI-1.69/Changes --- old/URI-1.68/Changes 2015-06-26 04:08:34.000000000 +0200 +++ new/URI-1.69/Changes 2015-07-25 03:04:33.000000000 +0200 @@ -1,5 +1,17 @@ Revision history for URI +2015-07-25 Karen Etheridge <[email protected]> + + 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 + + 2015-06-25 Karen Etheridge <[email protected]> Release 1.68 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/META.json new/URI-1.69/META.json --- old/URI-1.68/META.json 2015-06-26 04:09:01.000000000 +0200 +++ new/URI-1.69/META.json 2015-07-25 03:06:42.000000000 +0200 @@ -4,7 +4,7 @@ "Gisle Aas <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 7.0522, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.0525, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -59,7 +59,7 @@ "x_IRC" : "irc://irc.perl.org/#lwp", "x_MailingList" : "mailto:[email protected]" }, - "version" : "1.68", + "version" : "1.69", "x_authority" : "cpan:GAAS", "x_contributors" : [ "Gisle Aas <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/META.yml new/URI-1.69/META.yml --- old/URI-1.68/META.yml 2015-06-26 04:09:01.000000000 +0200 +++ new/URI-1.69/META.yml 2015-07-25 03:06:42.000000000 +0200 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 7.0522, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.0525, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -30,7 +30,7 @@ MailingList: mailto:[email protected] bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=URI repository: https://github.com/libwww-perl/uri.git -version: '1.68' +version: '1.69' x_authority: cpan:GAAS x_contributors: - 'Gisle Aas <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/README new/URI-1.69/README --- old/URI-1.68/README 2015-06-26 03:55:56.000000000 +0200 +++ new/URI-1.69/README 2015-07-24 23:25:59.000000000 +0200 @@ -530,6 +530,11 @@ generic and server methods. In addition, they provide methods to access the userinfo sub-components: $uri->user and $uri->password. + sftp: + "URI" objects belonging to the sftp scheme support the common, + generic and server methods. In addition, they provide methods to + access the userinfo sub-components: $uri->user and $uri->password. + urn: The syntax of Uniform Resource Names is specified in RFC 2141. "URI" objects belonging to the urn scheme provide the common methods, and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/IRI.pm new/URI-1.69/lib/URI/IRI.pm --- old/URI-1.68/lib/URI/IRI.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/IRI.pm 2015-06-26 07:27:37.000000000 +0200 @@ -8,6 +8,8 @@ use overload '""' => sub { shift->as_string }; +our $VERSION = "1.69"; + sub new { my($class, $uri, $scheme) = @_; utf8::upgrade($uri); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/QueryParam.pm new/URI-1.69/lib/URI/QueryParam.pm --- old/URI-1.68/lib/URI/QueryParam.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/QueryParam.pm 2015-07-07 22:41:37.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + sub URI::_query::query_param { my $self = shift; my @old = $self->query_form; @@ -139,6 +141,17 @@ array references, then the array is dereferenced to get the actual values. +Please note that you can supply multiple values to this method, but you cannot +supply multiple keys. + +Do this: + + $uri->query_param( widget_id => 1, 5, 9 ); + +Do NOT do this: + + $uri->query_param( widget_id => 1, frobnicator_id => 99 ); + =item $u->query_param_append($key, $value,...) Adds new parameters with the given diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/Split.pm new/URI-1.69/lib/URI/Split.pm --- old/URI-1.68/lib/URI/Split.pm 2015-06-26 03:55:56.000000000 +0200 +++ new/URI-1.69/lib/URI/Split.pm 2015-06-26 07:27:50.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use Exporter 5.57 'import'; our @EXPORT_OK = qw(uri_split uri_join); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_foreign.pm new/URI-1.69/lib/URI/_foreign.pm --- old/URI-1.68/lib/URI/_foreign.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_foreign.pm 2015-06-26 07:27:54.000000000 +0200 @@ -5,4 +5,6 @@ use parent 'URI::_generic'; +our $VERSION = "1.69"; + 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_generic.pm new/URI-1.69/lib/URI/_generic.pm --- old/URI-1.68/lib/URI/_generic.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_generic.pm 2015-06-26 07:28:09.000000000 +0200 @@ -8,6 +8,8 @@ use URI::Escape qw(uri_unescape); use Carp (); +our $VERSION = "1.69"; + my $ACHAR = $URI::uric; $ACHAR =~ s,\\[/?],,g; my $PCHAR = $URI::uric; $PCHAR =~ s,\\[?],,g; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_idna.pm new/URI-1.69/lib/URI/_idna.pm --- old/URI-1.68/lib/URI/_idna.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_idna.pm 2015-06-26 07:28:14.000000000 +0200 @@ -9,6 +9,8 @@ use URI::_punycode qw(encode_punycode decode_punycode); use Carp qw(croak); +our $VERSION = "1.69"; + BEGIN { *URI::_idna::_ENV_::JOIN_LEAKS_UTF8_FLAGS = $] < 5.008_003 ? sub () { 1 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_ldap.pm new/URI-1.69/lib/URI/_ldap.pm --- old/URI-1.68/lib/URI/_ldap.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_ldap.pm 2015-06-26 07:23:46.000000000 +0200 @@ -7,7 +7,7 @@ use strict; use warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; use URI::Escape qw(uri_unescape); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_login.pm new/URI-1.69/lib/URI/_login.pm --- old/URI-1.68/lib/URI/_login.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_login.pm 2015-06-26 07:28:18.000000000 +0200 @@ -5,6 +5,8 @@ use parent qw(URI::_server URI::_userpass); +our $VERSION = "1.69"; + # Generic terminal logins. This is used as a base class for 'telnet', # 'tn3270', and 'rlogin' URL schemes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_punycode.pm new/URI-1.69/lib/URI/_punycode.pm --- old/URI-1.68/lib/URI/_punycode.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_punycode.pm 2015-06-26 07:23:46.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; use Exporter 'import'; our @EXPORT = qw(encode_punycode decode_punycode); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_query.pm new/URI-1.69/lib/URI/_query.pm --- old/URI-1.68/lib/URI/_query.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_query.pm 2015-06-26 07:28:25.000000000 +0200 @@ -6,6 +6,8 @@ use URI (); use URI::Escape qw(uri_unescape); +our $VERSION = "1.69"; + sub query { my $self = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_segment.pm new/URI-1.69/lib/URI/_segment.pm --- old/URI-1.68/lib/URI/_segment.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_segment.pm 2015-06-26 07:28:30.000000000 +0200 @@ -11,6 +11,8 @@ use overload '""' => sub { $_[0]->[0] }, fallback => 1; +our $VERSION = "1.69"; + sub new { my $class = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_server.pm new/URI-1.69/lib/URI/_server.pm --- old/URI-1.68/lib/URI/_server.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_server.pm 2015-06-26 07:28:36.000000000 +0200 @@ -7,6 +7,8 @@ use URI::Escape qw(uri_unescape); +our $VERSION = "1.69"; + sub _uric_escape { my($class, $str) = @_; if ($str =~ m,^((?:$URI::scheme_re:)?)//([^/?\#]*)(.*)$,os) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/_userpass.pm new/URI-1.69/lib/URI/_userpass.pm --- old/URI-1.68/lib/URI/_userpass.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/_userpass.pm 2015-06-26 07:28:40.000000000 +0200 @@ -5,6 +5,8 @@ use URI::Escape qw(uri_unescape); +our $VERSION = "1.69"; + sub user { my $self = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/data.pm new/URI-1.69/lib/URI/data.pm --- old/URI-1.68/lib/URI/data.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/data.pm 2015-06-26 07:23:46.000000000 +0200 @@ -5,7 +5,7 @@ use parent 'URI'; -our $VERSION = '1.68'; +our $VERSION = '1.69'; use MIME::Base64 qw(encode_base64 decode_base64); use URI::Escape qw(uri_unescape); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/file/Base.pm new/URI-1.69/lib/URI/file/Base.pm --- old/URI-1.68/lib/URI/file/Base.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/file/Base.pm 2015-06-26 07:28:44.000000000 +0200 @@ -5,6 +5,8 @@ use URI::Escape qw(); +our $VERSION = "1.69"; + sub new { my $class = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/file/FAT.pm new/URI-1.69/lib/URI/file/FAT.pm --- old/URI-1.68/lib/URI/file/FAT.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/file/FAT.pm 2015-06-26 07:28:47.000000000 +0200 @@ -5,6 +5,8 @@ use parent 'URI::file::Win32'; +our $VERSION = "1.69"; + sub fix_path { shift; # class diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/file/Mac.pm new/URI-1.69/lib/URI/file/Mac.pm --- old/URI-1.68/lib/URI/file/Mac.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/file/Mac.pm 2015-06-26 07:28:54.000000000 +0200 @@ -7,7 +7,7 @@ use URI::Escape qw(uri_unescape); - +our $VERSION = "1.69"; sub _file_extract_path { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/file/OS2.pm new/URI-1.69/lib/URI/file/OS2.pm --- old/URI-1.68/lib/URI/file/OS2.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/file/OS2.pm 2015-06-26 07:28:59.000000000 +0200 @@ -5,6 +5,8 @@ use parent 'URI::file::Win32'; +our $VERSION = "1.69"; + # The Win32 version translates k:/foo to file://k:/foo (?!) # We add an empty host diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/file/QNX.pm new/URI-1.69/lib/URI/file/QNX.pm --- old/URI-1.68/lib/URI/file/QNX.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/file/QNX.pm 2015-06-26 07:29:04.000000000 +0200 @@ -5,6 +5,8 @@ use parent 'URI::file::Unix'; +our $VERSION = "1.69"; + sub _file_extract_path { my($class, $path) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/file/Unix.pm new/URI-1.69/lib/URI/file/Unix.pm --- old/URI-1.68/lib/URI/file/Unix.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/file/Unix.pm 2015-06-26 07:29:08.000000000 +0200 @@ -7,6 +7,8 @@ use URI::Escape qw(uri_unescape); +our $VERSION = "1.69"; + sub _file_extract_path { my($class, $path) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/file/Win32.pm new/URI-1.69/lib/URI/file/Win32.pm --- old/URI-1.68/lib/URI/file/Win32.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/file/Win32.pm 2015-06-26 07:29:12.000000000 +0200 @@ -7,6 +7,8 @@ use URI::Escape qw(uri_unescape); +our $VERSION = "1.69"; + sub _file_extract_authority { my $class = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/ftp.pm new/URI-1.69/lib/URI/ftp.pm --- old/URI-1.68/lib/URI/ftp.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/ftp.pm 2015-06-26 07:29:29.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent qw(URI::_server URI::_userpass); sub default_port { 21 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/gopher.pm new/URI-1.69/lib/URI/gopher.pm --- old/URI-1.68/lib/URI/gopher.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/gopher.pm 2015-06-26 07:29:24.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_server'; use URI::Escape qw(uri_unescape); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/http.pm new/URI-1.69/lib/URI/http.pm --- old/URI-1.68/lib/URI/http.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/http.pm 2015-06-26 07:29:37.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_server'; sub default_port { 80 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/https.pm new/URI-1.69/lib/URI/https.pm --- old/URI-1.68/lib/URI/https.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/https.pm 2015-06-26 07:29:40.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::http'; sub default_port { 443 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/ldap.pm new/URI-1.69/lib/URI/ldap.pm --- old/URI-1.68/lib/URI/ldap.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/ldap.pm 2015-06-26 07:23:46.000000000 +0200 @@ -7,7 +7,7 @@ use strict; use warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; use parent qw(URI::_ldap URI::_server); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/ldapi.pm new/URI-1.69/lib/URI/ldapi.pm --- old/URI-1.68/lib/URI/ldapi.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/ldapi.pm 2015-06-26 07:29:43.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent qw(URI::_ldap URI::_generic); require URI::Escape; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/ldaps.pm new/URI-1.69/lib/URI/ldaps.pm --- old/URI-1.68/lib/URI/ldaps.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/ldaps.pm 2015-06-26 07:29:47.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::ldap'; sub default_port { 636 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/mailto.pm new/URI-1.69/lib/URI/mailto.pm --- old/URI-1.68/lib/URI/mailto.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/mailto.pm 2015-06-26 07:29:50.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent qw(URI URI::_query); sub to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/mms.pm new/URI-1.69/lib/URI/mms.pm --- old/URI-1.68/lib/URI/mms.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/mms.pm 2015-06-26 07:29:54.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::http'; sub default_port { 1755 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/news.pm new/URI-1.69/lib/URI/news.pm --- old/URI-1.68/lib/URI/news.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/news.pm 2015-06-26 07:29:57.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_server'; use URI::Escape qw(uri_unescape); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/nntp.pm new/URI-1.69/lib/URI/nntp.pm --- old/URI-1.68/lib/URI/nntp.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/nntp.pm 2015-06-26 07:30:00.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::news'; 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/pop.pm new/URI-1.69/lib/URI/pop.pm --- old/URI-1.68/lib/URI/pop.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/pop.pm 2015-06-26 07:30:04.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_server'; use URI::Escape qw(uri_unescape); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/rlogin.pm new/URI-1.69/lib/URI/rlogin.pm --- old/URI-1.68/lib/URI/rlogin.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/rlogin.pm 2015-06-26 07:30:07.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_login'; sub default_port { 513 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/rsync.pm new/URI-1.69/lib/URI/rsync.pm --- old/URI-1.68/lib/URI/rsync.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/rsync.pm 2015-06-26 07:30:12.000000000 +0200 @@ -5,6 +5,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent qw(URI::_server URI::_userpass); sub default_port { 873 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/rtsp.pm new/URI-1.69/lib/URI/rtsp.pm --- old/URI-1.68/lib/URI/rtsp.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/rtsp.pm 2015-06-26 07:30:15.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::http'; sub default_port { 554 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/rtspu.pm new/URI-1.69/lib/URI/rtspu.pm --- old/URI-1.68/lib/URI/rtspu.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/rtspu.pm 2015-06-26 07:30:18.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::rtsp'; sub default_port { 554 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/sftp.pm new/URI-1.69/lib/URI/sftp.pm --- old/URI-1.68/lib/URI/sftp.pm 2015-06-26 04:05:48.000000000 +0200 +++ new/URI-1.69/lib/URI/sftp.pm 2015-06-26 07:24:00.000000000 +0200 @@ -5,4 +5,6 @@ use parent 'URI::ssh'; +our $VERSION = "1.69"; + 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/sip.pm new/URI-1.69/lib/URI/sip.pm --- old/URI-1.68/lib/URI/sip.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/sip.pm 2015-06-26 07:23:46.000000000 +0200 @@ -14,7 +14,7 @@ use URI::Escape qw(uri_unescape); -our $VERSION = "1.68"; +our $VERSION = "1.69"; sub default_port { 5060 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/sips.pm new/URI-1.69/lib/URI/sips.pm --- old/URI-1.68/lib/URI/sips.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/sips.pm 2015-06-26 07:30:21.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::sip'; sub default_port { 5061 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/snews.pm new/URI-1.69/lib/URI/snews.pm --- old/URI-1.68/lib/URI/snews.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/snews.pm 2015-06-26 07:30:24.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::news'; sub default_port { 563 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/ssh.pm new/URI-1.69/lib/URI/ssh.pm --- old/URI-1.68/lib/URI/ssh.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/ssh.pm 2015-06-26 07:30:28.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_login'; # ssh://[USER@]HOST[:PORT]/SRC diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/telnet.pm new/URI-1.69/lib/URI/telnet.pm --- old/URI-1.68/lib/URI/telnet.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/telnet.pm 2015-06-26 07:30:30.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_login'; sub default_port { 23 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/tn3270.pm new/URI-1.69/lib/URI/tn3270.pm --- old/URI-1.68/lib/URI/tn3270.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/tn3270.pm 2015-06-26 07:30:34.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::_login'; sub default_port { 23 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/urn/oid.pm new/URI-1.69/lib/URI/urn/oid.pm --- old/URI-1.68/lib/URI/urn/oid.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/urn/oid.pm 2015-06-26 07:30:37.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI::urn'; sub oid { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI/urn.pm new/URI-1.69/lib/URI/urn.pm --- old/URI-1.68/lib/URI/urn.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI/urn.pm 2015-06-26 07:30:46.000000000 +0200 @@ -3,6 +3,8 @@ use strict; use warnings; +our $VERSION = "1.69"; + use parent 'URI'; use Carp qw(carp); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/lib/URI.pm new/URI-1.69/lib/URI.pm --- old/URI-1.68/lib/URI.pm 2015-06-26 03:11:56.000000000 +0200 +++ new/URI-1.69/lib/URI.pm 2015-07-07 22:39:00.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; our ($ABS_REMOTE_LEADING_DOTS, $ABS_ALLOW_RELATIVE_SCHEME, $DEFAULT_QUERY_FORM_DELIMITER); @@ -990,6 +990,12 @@ generic and server methods. In addition, they provide methods to access the userinfo sub-components: $uri->user and $uri->password. +=item B<sftp>: + +C<URI> objects belonging to the sftp scheme support the common, +generic and server methods. In addition, they provide methods to +access the userinfo sub-components: $uri->user and $uri->password. + =item B<urn>: The syntax of Uniform Resource Names is specified in RFC 2141. C<URI> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/URI-1.68/t/utf8.t new/URI-1.69/t/utf8.t --- old/URI-1.68/t/utf8.t 2015-03-08 09:07:51.000000000 +0100 +++ new/URI-1.69/t/utf8.t 2015-07-25 02:56:33.000000000 +0200 @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings;
