Hello community,

here is the log from the commit of package perl-URI for openSUSE:Factory 
checked in at 2019-01-21 10:06:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-URI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-URI.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-URI"

Mon Jan 21 10:06:39 2019 rev:39 rq:664592 version:1.76

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-URI/perl-URI.changes        2018-04-26 
13:22:31.338165428 +0200
+++ /work/SRC/openSUSE:Factory/.perl-URI.new.28833/perl-URI.changes     
2019-01-21 10:06:46.246896551 +0100
@@ -1,0 +2,18 @@
+Fri Jan 11 06:36:27 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 1.76
+   see /usr/share/doc/packages/perl-URI/Changes
+
+  1.76      2019-01-09 16:59:54Z
+      - Revert changes introduced in 1.75
+
+-------------------------------------------------------------------
+Wed Jan  9 06:32:56 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 1.75
+   see /usr/share/doc/packages/perl-URI/Changes
+
+  1.75      2019-01-08 19:45:38Z
+      - $uri->canonical unconditionally returns a clone (GH#58) (Dorian Taylor)
+
+-------------------------------------------------------------------

Old:
----
  URI-1.74.tar.gz

New:
----
  URI-1.76.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-URI.spec ++++++
--- /var/tmp/diff_new_pack.Ltylex/_old  2019-01-21 10:06:46.762896028 +0100
+++ /var/tmp/diff_new_pack.Ltylex/_new  2019-01-21 10:06:46.766896024 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-URI
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-URI
-Version:        1.74
+Version:        1.76
 Release:        0
 %define cpan_name URI
 Summary:        Uniform Resource Identifiers (absolute and relative)
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/URI/
-Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -71,11 +71,11 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ URI-1.74.tar.gz -> URI-1.76.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/Changes new/URI-1.76/Changes
--- old/URI-1.74/Changes        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/Changes        2019-01-09 17:59:57.000000000 +0100
@@ -1,5 +1,11 @@
 Revision history for URI
 
+1.76      2019-01-09 16:59:54Z
+    - Revert changes introduced in 1.75
+
+1.75      2019-01-08 19:45:38Z
+    - $uri->canonical unconditionally returns a clone (GH#58) (Dorian Taylor)
+
 1.74      2018-04-22 12:30:44Z
     - avoid 'uninitialized' warning in URI::File when host has no domain name
       set (PR#53, thanks Shoichi Kaji!)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/META.json new/URI-1.76/META.json
--- old/URI-1.74/META.json      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/META.json      2019-01-09 17:59:57.000000000 +0100
@@ -90,7 +90,7 @@
    "provides" : {
       "URI" : {
          "file" : "lib/URI.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::Escape" : {
          "file" : "lib/URI/Escape.pm",
@@ -102,15 +102,15 @@
       },
       "URI::IRI" : {
          "file" : "lib/URI/IRI.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::QueryParam" : {
          "file" : "lib/URI/QueryParam.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::Split" : {
          "file" : "lib/URI/Split.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::URL" : {
          "file" : "lib/URI/URL.pm",
@@ -122,7 +122,7 @@
       },
       "URI::data" : {
          "file" : "lib/URI/data.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::file" : {
          "file" : "lib/URI/file.pm",
@@ -130,135 +130,135 @@
       },
       "URI::file::Base" : {
          "file" : "lib/URI/file/Base.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::file::FAT" : {
          "file" : "lib/URI/file/FAT.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::file::Mac" : {
          "file" : "lib/URI/file/Mac.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::file::OS2" : {
          "file" : "lib/URI/file/OS2.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::file::QNX" : {
          "file" : "lib/URI/file/QNX.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::file::Unix" : {
          "file" : "lib/URI/file/Unix.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::file::Win32" : {
          "file" : "lib/URI/file/Win32.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::ftp" : {
          "file" : "lib/URI/ftp.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::gopher" : {
          "file" : "lib/URI/gopher.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::http" : {
          "file" : "lib/URI/http.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::https" : {
          "file" : "lib/URI/https.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::ldap" : {
          "file" : "lib/URI/ldap.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::ldapi" : {
          "file" : "lib/URI/ldapi.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::ldaps" : {
          "file" : "lib/URI/ldaps.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::mailto" : {
          "file" : "lib/URI/mailto.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::mms" : {
          "file" : "lib/URI/mms.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::news" : {
          "file" : "lib/URI/news.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::nntp" : {
          "file" : "lib/URI/nntp.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::pop" : {
          "file" : "lib/URI/pop.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::rlogin" : {
          "file" : "lib/URI/rlogin.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::rsync" : {
          "file" : "lib/URI/rsync.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::rtsp" : {
          "file" : "lib/URI/rtsp.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::rtspu" : {
          "file" : "lib/URI/rtspu.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::sftp" : {
          "file" : "lib/URI/sftp.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::sip" : {
          "file" : "lib/URI/sip.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::sips" : {
          "file" : "lib/URI/sips.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::snews" : {
          "file" : "lib/URI/snews.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::ssh" : {
          "file" : "lib/URI/ssh.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::telnet" : {
          "file" : "lib/URI/telnet.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::tn3270" : {
          "file" : "lib/URI/tn3270.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::urn" : {
          "file" : "lib/URI/urn.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::urn::isbn" : {
          "file" : "lib/URI/urn/isbn.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       },
       "URI::urn::oid" : {
          "file" : "lib/URI/urn/oid.pm",
-         "version" : "1.74"
+         "version" : "1.76"
       }
    },
    "release_status" : "stable",
@@ -275,10 +275,10 @@
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:[email protected]";
    },
-   "version" : "1.74",
+   "version" : "1.76",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.027011"
+         "version" : "5.026001"
       },
       "plugins" : [
          {
@@ -305,7 +305,7 @@
                }
             },
             "name" : "Git::GatherDir",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::Encoding",
@@ -338,7 +338,7 @@
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000033",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "MetaProvides::Package",
@@ -368,7 +368,7 @@
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "commits",
@@ -376,12 +376,12 @@
                }
             },
             "name" : "Git::Contributors",
-            "version" : "0.034"
+            "version" : "0.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "GithubMeta",
-            "version" : "0.54"
+            "version" : "0.58"
          },
          {
             "class" : "Dist::Zilla::Plugin::Authority",
@@ -548,18 +548,18 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "repo_root" : "."
                }
             },
             "name" : "Git::Check",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "repo_root" : "."
                }
             },
@@ -570,7 +570,7 @@
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "repo_root" : "."
                }
             },
@@ -628,7 +628,7 @@
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
                   "Module::Metadata" : "1.000033",
-                  "version" : "0.006"
+                  "version" : "0.004"
                }
             },
             "name" : "@Git::VersionManager/VersionFromMainModule",
@@ -650,7 +650,7 @@
                }
             },
             "name" : "@Git::VersionManager/CopyFilesFromRelease",
-            "version" : "0.007"
+            "version" : "0.006"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -669,7 +669,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -677,7 +677,7 @@
                }
             },
             "name" : "@Git::VersionManager/release snapshot",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -686,12 +686,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v1.74",
+                  "tag" : "v1.76",
                   "tag_format" : "v%v",
                   "tag_message" : "v%v"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -699,7 +699,7 @@
                }
             },
             "name" : "@Git::VersionManager/Git::Tag",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
@@ -740,7 +740,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -748,7 +748,7 @@
                }
             },
             "name" : "@Git::VersionManager/post-release commit",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -760,12 +760,12 @@
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.14.2",
+                  "git_version" : "2.20.0",
                   "repo_root" : "."
                }
             },
             "name" : "Git::Push",
-            "version" : "2.043"
+            "version" : "2.045"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
@@ -840,13 +840,14 @@
    "x_contributors" : [
       "Gisle Aas <[email protected]>",
       "Karen Etheridge <[email protected]>",
+      "Olaf Alders <[email protected]>",
       "Chase Whitener <[email protected]>",
       "Ville Skytt\u00e4 <[email protected]>",
       "Mark Stosberg <[email protected]>",
-      "Olaf Alders <[email protected]>",
       "Michael G. Schwern <[email protected]>",
       "Shoichi Kaji <[email protected]>",
       "Slaven Rezic <[email protected]>",
+      "Kenichi Ishigaki <[email protected]>",
       "Kent Fredric <[email protected]>",
       "Masahiro Honma <[email protected]>",
       "Matt Lawrence <[email protected]>",
@@ -860,13 +861,13 @@
       "Alex Kapranoff <[email protected]>",
       "Brendan Byrd <[email protected]>",
       "David Schmidt <[email protected]>",
+      "Dorian Taylor <[email protected]>",
       "Jan Dubois <[email protected]>",
       "John Karr <[email protected]>",
       "John Miller <[email protected]>",
-      "Kaitlyn Parkhurst <[email protected]>",
-      "Kenichi Ishigaki <[email protected]>"
+      "Kaitlyn Parkhurst <[email protected]>"
    ],
-   "x_generated_by_perl" : "v5.27.11",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.02"
+   "x_generated_by_perl" : "v5.26.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/META.yml new/URI-1.76/META.yml
--- old/URI-1.74/META.yml       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/META.yml       2019-01-09 17:59:57.000000000 +0100
@@ -27,7 +27,7 @@
 provides:
   URI:
     file: lib/URI.pm
-    version: '1.74'
+    version: '1.76'
   URI::Escape:
     file: lib/URI/Escape.pm
     version: '3.31'
@@ -36,13 +36,13 @@
     version: '4.20'
   URI::IRI:
     file: lib/URI/IRI.pm
-    version: '1.74'
+    version: '1.76'
   URI::QueryParam:
     file: lib/URI/QueryParam.pm
-    version: '1.74'
+    version: '1.76'
   URI::Split:
     file: lib/URI/Split.pm
-    version: '1.74'
+    version: '1.76'
   URI::URL:
     file: lib/URI/URL.pm
     version: '5.04'
@@ -51,109 +51,109 @@
     version: '2.20'
   URI::data:
     file: lib/URI/data.pm
-    version: '1.74'
+    version: '1.76'
   URI::file:
     file: lib/URI/file.pm
     version: '4.21'
   URI::file::Base:
     file: lib/URI/file/Base.pm
-    version: '1.74'
+    version: '1.76'
   URI::file::FAT:
     file: lib/URI/file/FAT.pm
-    version: '1.74'
+    version: '1.76'
   URI::file::Mac:
     file: lib/URI/file/Mac.pm
-    version: '1.74'
+    version: '1.76'
   URI::file::OS2:
     file: lib/URI/file/OS2.pm
-    version: '1.74'
+    version: '1.76'
   URI::file::QNX:
     file: lib/URI/file/QNX.pm
-    version: '1.74'
+    version: '1.76'
   URI::file::Unix:
     file: lib/URI/file/Unix.pm
-    version: '1.74'
+    version: '1.76'
   URI::file::Win32:
     file: lib/URI/file/Win32.pm
-    version: '1.74'
+    version: '1.76'
   URI::ftp:
     file: lib/URI/ftp.pm
-    version: '1.74'
+    version: '1.76'
   URI::gopher:
     file: lib/URI/gopher.pm
-    version: '1.74'
+    version: '1.76'
   URI::http:
     file: lib/URI/http.pm
-    version: '1.74'
+    version: '1.76'
   URI::https:
     file: lib/URI/https.pm
-    version: '1.74'
+    version: '1.76'
   URI::ldap:
     file: lib/URI/ldap.pm
-    version: '1.74'
+    version: '1.76'
   URI::ldapi:
     file: lib/URI/ldapi.pm
-    version: '1.74'
+    version: '1.76'
   URI::ldaps:
     file: lib/URI/ldaps.pm
-    version: '1.74'
+    version: '1.76'
   URI::mailto:
     file: lib/URI/mailto.pm
-    version: '1.74'
+    version: '1.76'
   URI::mms:
     file: lib/URI/mms.pm
-    version: '1.74'
+    version: '1.76'
   URI::news:
     file: lib/URI/news.pm
-    version: '1.74'
+    version: '1.76'
   URI::nntp:
     file: lib/URI/nntp.pm
-    version: '1.74'
+    version: '1.76'
   URI::pop:
     file: lib/URI/pop.pm
-    version: '1.74'
+    version: '1.76'
   URI::rlogin:
     file: lib/URI/rlogin.pm
-    version: '1.74'
+    version: '1.76'
   URI::rsync:
     file: lib/URI/rsync.pm
-    version: '1.74'
+    version: '1.76'
   URI::rtsp:
     file: lib/URI/rtsp.pm
-    version: '1.74'
+    version: '1.76'
   URI::rtspu:
     file: lib/URI/rtspu.pm
-    version: '1.74'
+    version: '1.76'
   URI::sftp:
     file: lib/URI/sftp.pm
-    version: '1.74'
+    version: '1.76'
   URI::sip:
     file: lib/URI/sip.pm
-    version: '1.74'
+    version: '1.76'
   URI::sips:
     file: lib/URI/sips.pm
-    version: '1.74'
+    version: '1.76'
   URI::snews:
     file: lib/URI/snews.pm
-    version: '1.74'
+    version: '1.76'
   URI::ssh:
     file: lib/URI/ssh.pm
-    version: '1.74'
+    version: '1.76'
   URI::telnet:
     file: lib/URI/telnet.pm
-    version: '1.74'
+    version: '1.76'
   URI::tn3270:
     file: lib/URI/tn3270.pm
-    version: '1.74'
+    version: '1.76'
   URI::urn:
     file: lib/URI/urn.pm
-    version: '1.74'
+    version: '1.76'
   URI::urn::isbn:
     file: lib/URI/urn/isbn.pm
-    version: '1.74'
+    version: '1.76'
   URI::urn::oid:
     file: lib/URI/urn/oid.pm
-    version: '1.74'
+    version: '1.76'
 requires:
   Carp: '0'
   Cwd: '0'
@@ -177,10 +177,10 @@
   bugtracker: https://github.com/libwww-perl/URI/issues
   homepage: https://github.com/libwww-perl/URI
   repository: https://github.com/libwww-perl/URI.git
-version: '1.74'
+version: '1.76'
 x_Dist_Zilla:
   perl:
-    version: '5.027011'
+    version: '5.026001'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -202,7 +202,7 @@
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: Git::GatherDir
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::Encoding
       name: Encoding
@@ -228,7 +228,7 @@
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000033'
-          version: '0.006'
+          version: '0.004'
       name: MetaProvides::Package
       version: '2.004003'
     -
@@ -251,17 +251,17 @@
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.14.2
+          git_version: 2.20.0
           include_authors: 0
           include_releaser: 1
           order_by: commits
           paths: []
       name: Git::Contributors
-      version: '0.034'
+      version: '0.035'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: GithubMeta
-      version: '0.54'
+      version: '0.58'
     -
       class: Dist::Zilla::Plugin::Authority
       name: Authority
@@ -394,15 +394,15 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.2
+          git_version: 2.20.0
           repo_root: .
       name: Git::Check
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.2
+          git_version: 2.20.0
           repo_root: .
       name: Git::CheckFor::MergeConflicts
       version: '0.014'
@@ -410,7 +410,7 @@
       class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.2
+          git_version: 2.20.0
           repo_root: .
       name: Git::CheckFor::CorrectBranch
       version: '0.014'
@@ -453,7 +453,7 @@
       config:
         Dist::Zilla::Role::ModuleMetadata:
           Module::Metadata: '1.000033'
-          version: '0.006'
+          version: '0.004'
       name: '@Git::VersionManager/VersionFromMainModule'
       version: '0.04'
     -
@@ -468,7 +468,7 @@
             - Changes
           match: []
       name: '@Git::VersionManager/CopyFilesFromRelease'
-      version: '0.007'
+      version: '0.006'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
@@ -483,12 +483,12 @@
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.2
+          git_version: 2.20.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/release snapshot'
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -496,16 +496,16 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v1.74
+          tag: v1.76
           tag_format: v%v
           tag_message: v%v
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.2
+          git_version: 2.20.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/Git::Tag'
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::BumpVersionAfterRelease
       config:
@@ -536,12 +536,12 @@
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.2
+          git_version: 2.20.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@Git::VersionManager/post-release commit'
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -550,10 +550,10 @@
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.14.2
+          git_version: 2.20.0
           repo_root: .
       name: Git::Push
-      version: '2.043'
+      version: '2.045'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: ConfirmRelease
@@ -611,13 +611,14 @@
 x_contributors:
   - 'Gisle Aas <[email protected]>'
   - 'Karen Etheridge <[email protected]>'
+  - 'Olaf Alders <[email protected]>'
   - 'Chase Whitener <[email protected]>'
   - 'Ville Skyttä <[email protected]>'
   - 'Mark Stosberg <[email protected]>'
-  - 'Olaf Alders <[email protected]>'
   - 'Michael G. Schwern <[email protected]>'
   - 'Shoichi Kaji <[email protected]>'
   - 'Slaven Rezic <[email protected]>'
+  - 'Kenichi Ishigaki <[email protected]>'
   - 'Kent Fredric <[email protected]>'
   - 'Masahiro Honma <[email protected]>'
   - 'Matt Lawrence <[email protected]>'
@@ -631,10 +632,10 @@
   - 'Alex Kapranoff <[email protected]>'
   - 'Brendan Byrd <[email protected]>'
   - 'David Schmidt <[email protected]>'
+  - 'Dorian Taylor <[email protected]>'
   - 'Jan Dubois <[email protected]>'
   - 'John Karr <[email protected]>'
   - 'John Miller <[email protected]>'
   - 'Kaitlyn Parkhurst <[email protected]>'
-  - 'Kenichi Ishigaki <[email protected]>'
-x_generated_by_perl: v5.27.11
-x_serialization_backend: 'YAML::Tiny version 1.73'
+x_generated_by_perl: v5.26.1
+x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/Makefile.PL new/URI-1.76/Makefile.PL
--- old/URI-1.74/Makefile.PL    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/Makefile.PL    2019-01-09 17:59:57.000000000 +0100
@@ -43,7 +43,7 @@
     "Test::Needs" => 0,
     "utf8" => 0
   },
-  "VERSION" => "1.74",
+  "VERSION" => "1.76",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/IRI.pm new/URI-1.76/lib/URI/IRI.pm
--- old/URI-1.74/lib/URI/IRI.pm 2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/IRI.pm 2019-01-09 17:59:57.000000000 +0100
@@ -8,7 +8,7 @@
 
 use overload '""' => sub { shift->as_string };
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub new {
     my($class, $uri, $scheme) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/QueryParam.pm 
new/URI-1.76/lib/URI/QueryParam.pm
--- old/URI-1.74/lib/URI/QueryParam.pm  2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/QueryParam.pm  2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub URI::_query::query_param {
     my $self = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/Split.pm 
new/URI-1.76/lib/URI/Split.pm
--- old/URI-1.74/lib/URI/Split.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/Split.pm       2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 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.74/lib/URI/_foreign.pm 
new/URI-1.76/lib/URI/_foreign.pm
--- old/URI-1.74/lib/URI/_foreign.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_foreign.pm    2019-01-09 17:59:57.000000000 +0100
@@ -5,6 +5,6 @@
 
 use parent 'URI::_generic';
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/_generic.pm 
new/URI-1.76/lib/URI/_generic.pm
--- old/URI-1.74/lib/URI/_generic.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_generic.pm    2019-01-09 17:59:57.000000000 +0100
@@ -8,7 +8,7 @@
 use URI::Escape qw(uri_unescape);
 use Carp ();
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 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.74/lib/URI/_idna.pm 
new/URI-1.76/lib/URI/_idna.pm
--- old/URI-1.74/lib/URI/_idna.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_idna.pm       2019-01-09 17:59:57.000000000 +0100
@@ -9,7 +9,7 @@
 use URI::_punycode qw(encode_punycode decode_punycode);
 use Carp qw(croak);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 BEGIN {
   *URI::_idna::_ENV_::JOIN_LEAKS_UTF8_FLAGS = "$]" < 5.008_003
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/_ldap.pm 
new/URI-1.76/lib/URI/_ldap.pm
--- old/URI-1.74/lib/URI/_ldap.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_ldap.pm       2019-01-09 17:59:57.000000000 +0100
@@ -7,7 +7,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use URI::Escape qw(uri_unescape);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/_login.pm 
new/URI-1.76/lib/URI/_login.pm
--- old/URI-1.74/lib/URI/_login.pm      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_login.pm      2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 use parent qw(URI::_server URI::_userpass);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 # 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.74/lib/URI/_punycode.pm 
new/URI-1.76/lib/URI/_punycode.pm
--- old/URI-1.74/lib/URI/_punycode.pm   2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_punycode.pm   2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use Exporter 'import';
 our @EXPORT = qw(encode_punycode decode_punycode);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/_query.pm 
new/URI-1.76/lib/URI/_query.pm
--- old/URI-1.74/lib/URI/_query.pm      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_query.pm      2019-01-09 17:59:57.000000000 +0100
@@ -6,7 +6,7 @@
 use URI ();
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub query
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/_segment.pm 
new/URI-1.76/lib/URI/_segment.pm
--- old/URI-1.74/lib/URI/_segment.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_segment.pm    2019-01-09 17:59:57.000000000 +0100
@@ -11,7 +11,7 @@
 use overload '""' => sub { $_[0]->[0] },
              fallback => 1;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub new
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/_server.pm 
new/URI-1.76/lib/URI/_server.pm
--- old/URI-1.74/lib/URI/_server.pm     2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_server.pm     2019-01-09 17:59:57.000000000 +0100
@@ -7,7 +7,7 @@
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub _uric_escape {
     my($class, $str) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/_userpass.pm 
new/URI-1.76/lib/URI/_userpass.pm
--- old/URI-1.74/lib/URI/_userpass.pm   2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/_userpass.pm   2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub user
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/data.pm new/URI-1.76/lib/URI/data.pm
--- old/URI-1.74/lib/URI/data.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/data.pm        2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 use parent 'URI';
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 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.74/lib/URI/file/Base.pm 
new/URI-1.76/lib/URI/file/Base.pm
--- old/URI-1.74/lib/URI/file/Base.pm   2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/file/Base.pm   2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 use URI::Escape qw();
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub new
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/file/FAT.pm 
new/URI-1.76/lib/URI/file/FAT.pm
--- old/URI-1.74/lib/URI/file/FAT.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/file/FAT.pm    2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 use parent 'URI::file::Win32';
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub fix_path
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/file/Mac.pm 
new/URI-1.76/lib/URI/file/Mac.pm
--- old/URI-1.74/lib/URI/file/Mac.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/file/Mac.pm    2019-01-09 17:59:57.000000000 +0100
@@ -7,7 +7,7 @@
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub _file_extract_path
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/file/OS2.pm 
new/URI-1.76/lib/URI/file/OS2.pm
--- old/URI-1.74/lib/URI/file/OS2.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/file/OS2.pm    2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 use parent 'URI::file::Win32';
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 # 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.74/lib/URI/file/QNX.pm 
new/URI-1.76/lib/URI/file/QNX.pm
--- old/URI-1.74/lib/URI/file/QNX.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/file/QNX.pm    2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 use parent 'URI::file::Unix';
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub _file_extract_path
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/file/Unix.pm 
new/URI-1.76/lib/URI/file/Unix.pm
--- old/URI-1.74/lib/URI/file/Unix.pm   2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/file/Unix.pm   2019-01-09 17:59:57.000000000 +0100
@@ -7,7 +7,7 @@
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub _file_extract_path
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/file/Win32.pm 
new/URI-1.76/lib/URI/file/Win32.pm
--- old/URI-1.74/lib/URI/file/Win32.pm  2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/file/Win32.pm  2019-01-09 17:59:57.000000000 +0100
@@ -7,7 +7,7 @@
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub _file_extract_authority
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/ftp.pm new/URI-1.76/lib/URI/ftp.pm
--- old/URI-1.74/lib/URI/ftp.pm 2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/ftp.pm 2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent qw(URI::_server URI::_userpass);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/gopher.pm 
new/URI-1.76/lib/URI/gopher.pm
--- old/URI-1.74/lib/URI/gopher.pm      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/gopher.pm      2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_server';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/http.pm new/URI-1.76/lib/URI/http.pm
--- old/URI-1.74/lib/URI/http.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/http.pm        2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_server';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/https.pm 
new/URI-1.76/lib/URI/https.pm
--- old/URI-1.74/lib/URI/https.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/https.pm       2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::http';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/ldap.pm new/URI-1.76/lib/URI/ldap.pm
--- old/URI-1.74/lib/URI/ldap.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/ldap.pm        2019-01-09 17:59:57.000000000 +0100
@@ -7,7 +7,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent qw(URI::_ldap URI::_server);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/ldapi.pm 
new/URI-1.76/lib/URI/ldapi.pm
--- old/URI-1.74/lib/URI/ldapi.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/ldapi.pm       2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent qw(URI::_ldap URI::_generic);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/ldaps.pm 
new/URI-1.76/lib/URI/ldaps.pm
--- old/URI-1.74/lib/URI/ldaps.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/ldaps.pm       2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::ldap';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/mailto.pm 
new/URI-1.76/lib/URI/mailto.pm
--- old/URI-1.74/lib/URI/mailto.pm      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/mailto.pm      2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent qw(URI URI::_query);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/mms.pm new/URI-1.76/lib/URI/mms.pm
--- old/URI-1.74/lib/URI/mms.pm 2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/mms.pm 2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::http';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/news.pm new/URI-1.76/lib/URI/news.pm
--- old/URI-1.74/lib/URI/news.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/news.pm        2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_server';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/nntp.pm new/URI-1.76/lib/URI/nntp.pm
--- old/URI-1.74/lib/URI/nntp.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/nntp.pm        2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::news';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/pop.pm new/URI-1.76/lib/URI/pop.pm
--- old/URI-1.74/lib/URI/pop.pm 2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/pop.pm 2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_server';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/rlogin.pm 
new/URI-1.76/lib/URI/rlogin.pm
--- old/URI-1.74/lib/URI/rlogin.pm      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/rlogin.pm      2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_login';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/rsync.pm 
new/URI-1.76/lib/URI/rsync.pm
--- old/URI-1.74/lib/URI/rsync.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/rsync.pm       2019-01-09 17:59:57.000000000 +0100
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent qw(URI::_server URI::_userpass);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/rtsp.pm new/URI-1.76/lib/URI/rtsp.pm
--- old/URI-1.74/lib/URI/rtsp.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/rtsp.pm        2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::http';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/rtspu.pm 
new/URI-1.76/lib/URI/rtspu.pm
--- old/URI-1.74/lib/URI/rtspu.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/rtspu.pm       2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::rtsp';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/sftp.pm new/URI-1.76/lib/URI/sftp.pm
--- old/URI-1.74/lib/URI/sftp.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/sftp.pm        2019-01-09 17:59:57.000000000 +0100
@@ -5,6 +5,6 @@
 
 use parent 'URI::ssh';
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/sip.pm new/URI-1.76/lib/URI/sip.pm
--- old/URI-1.74/lib/URI/sip.pm 2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/sip.pm 2019-01-09 17:59:57.000000000 +0100
@@ -14,7 +14,7 @@
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 sub default_port { 5060 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/sips.pm new/URI-1.76/lib/URI/sips.pm
--- old/URI-1.74/lib/URI/sips.pm        2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/sips.pm        2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::sip';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/snews.pm 
new/URI-1.76/lib/URI/snews.pm
--- old/URI-1.74/lib/URI/snews.pm       2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/snews.pm       2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::news';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/ssh.pm new/URI-1.76/lib/URI/ssh.pm
--- old/URI-1.74/lib/URI/ssh.pm 2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/ssh.pm 2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_login';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/telnet.pm 
new/URI-1.76/lib/URI/telnet.pm
--- old/URI-1.74/lib/URI/telnet.pm      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/telnet.pm      2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_login';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/tn3270.pm 
new/URI-1.76/lib/URI/tn3270.pm
--- old/URI-1.74/lib/URI/tn3270.pm      2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/tn3270.pm      2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::_login';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/urn/isbn.pm 
new/URI-1.76/lib/URI/urn/isbn.pm
--- old/URI-1.74/lib/URI/urn/isbn.pm    2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/urn/isbn.pm    2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::urn';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/urn/oid.pm 
new/URI-1.76/lib/URI/urn/oid.pm
--- old/URI-1.74/lib/URI/urn/oid.pm     2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/urn/oid.pm     2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI::urn';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI/urn.pm new/URI-1.76/lib/URI/urn.pm
--- old/URI-1.74/lib/URI/urn.pm 2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI/urn.pm 2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 use parent 'URI';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/lib/URI.pm new/URI-1.76/lib/URI.pm
--- old/URI-1.74/lib/URI.pm     2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/lib/URI.pm     2019-01-09 17:59:57.000000000 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.74';
+our $VERSION = '1.76';
 
 our ($ABS_REMOTE_LEADING_DOTS, $ABS_ALLOW_RELATIVE_SCHEME, 
$DEFAULT_QUERY_FORM_DELIMITER);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/xt/author/pod-spell.t 
new/URI-1.76/xt/author/pod-spell.t
--- old/URI-1.74/xt/author/pod-spell.t  2018-04-22 14:30:48.000000000 +0200
+++ new/URI-1.76/xt/author/pod-spell.t  2019-01-09 17:59:57.000000000 +0100
@@ -21,6 +21,7 @@
 Byrd
 Chase
 David
+Dorian
 Dubois
 Escape
 Etheridge
@@ -80,6 +81,7 @@
 TCP
 TLS
 Tatsuhiko
+Taylor
 Torsten
 UDP
 UNC
@@ -106,6 +108,7 @@
 carnil
 data
 davewood
+dorian
 ether
 etype
 evalue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-1.74/xt/release/changes_has_content.t 
new/URI-1.76/xt/release/changes_has_content.t
--- old/URI-1.74/xt/release/changes_has_content.t       2018-04-22 
14:30:48.000000000 +0200
+++ new/URI-1.76/xt/release/changes_has_content.t       2019-01-09 
17:59:57.000000000 +0100
@@ -2,7 +2,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.74';
+my $newver = '1.76';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 


Reply via email to