Imported Upstream version 5.09 upstream/5.09
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 22 Jul 2022 06:08:11 +0000 (15:08 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 22 Jul 2022 06:08:11 +0000 (15:08 +0900)
64 files changed:
Changes
META.json
META.yml
Makefile.PL
README
cpanfile
lib/URI.pm
lib/URI/Escape.pm
lib/URI/Heuristic.pm
lib/URI/IRI.pm
lib/URI/QueryParam.pm
lib/URI/Split.pm
lib/URI/URL.pm
lib/URI/WithBase.pm
lib/URI/_foreign.pm
lib/URI/_generic.pm
lib/URI/_idna.pm
lib/URI/_ldap.pm
lib/URI/_login.pm
lib/URI/_punycode.pm
lib/URI/_query.pm
lib/URI/_segment.pm
lib/URI/_server.pm
lib/URI/_userpass.pm
lib/URI/data.pm
lib/URI/file.pm
lib/URI/file/Base.pm
lib/URI/file/FAT.pm
lib/URI/file/Mac.pm
lib/URI/file/OS2.pm
lib/URI/file/QNX.pm
lib/URI/file/Unix.pm
lib/URI/file/Win32.pm
lib/URI/ftp.pm
lib/URI/gopher.pm
lib/URI/http.pm
lib/URI/https.pm
lib/URI/ldap.pm
lib/URI/ldapi.pm
lib/URI/ldaps.pm
lib/URI/mailto.pm
lib/URI/mms.pm
lib/URI/news.pm
lib/URI/nntp.pm
lib/URI/nntps.pm
lib/URI/pop.pm
lib/URI/rlogin.pm
lib/URI/rsync.pm
lib/URI/rtsp.pm
lib/URI/rtspu.pm
lib/URI/sftp.pm
lib/URI/sip.pm
lib/URI/sips.pm
lib/URI/snews.pm
lib/URI/ssh.pm
lib/URI/telnet.pm
lib/URI/tn3270.pm
lib/URI/urn.pm
lib/URI/urn/isbn.pm
lib/URI/urn/oid.pm
t/00-report-prereqs.dd
t/urn-isbn.t
xt/author/pod-spell.t
xt/release/changes_has_content.t

diff --git a/Changes b/Changes
index c7f6a3f..e050a6a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for URI
 
+5.09      2021-03-03 15:16:47Z
+    - Update Business::ISBN version requirements (GH#85) (brian d foy and Olaf
+      Alders)
+
 5.08      2021-02-28 18:08:32Z
     - added URI::nntps (GH#82)
 
index 4634d37..7f1ed7a 100644 (file)
--- a/META.json
+++ b/META.json
@@ -30,7 +30,7 @@
       },
       "develop" : {
          "recommends" : {
-            "Business::ISBN" : "0",
+            "Business::ISBN" : "3.005",
             "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007",
             "Storable" : "0"
          },
    "provides" : {
       "URI" : {
          "file" : "lib/URI.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::Escape" : {
          "file" : "lib/URI/Escape.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::Heuristic" : {
          "file" : "lib/URI/Heuristic.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::IRI" : {
          "file" : "lib/URI/IRI.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::QueryParam" : {
          "file" : "lib/URI/QueryParam.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::Split" : {
          "file" : "lib/URI/Split.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::URL" : {
          "file" : "lib/URI/URL.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::WithBase" : {
          "file" : "lib/URI/WithBase.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::data" : {
          "file" : "lib/URI/data.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file" : {
          "file" : "lib/URI/file.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file::Base" : {
          "file" : "lib/URI/file/Base.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file::FAT" : {
          "file" : "lib/URI/file/FAT.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file::Mac" : {
          "file" : "lib/URI/file/Mac.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file::OS2" : {
          "file" : "lib/URI/file/OS2.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file::QNX" : {
          "file" : "lib/URI/file/QNX.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file::Unix" : {
          "file" : "lib/URI/file/Unix.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::file::Win32" : {
          "file" : "lib/URI/file/Win32.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::ftp" : {
          "file" : "lib/URI/ftp.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::gopher" : {
          "file" : "lib/URI/gopher.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::http" : {
          "file" : "lib/URI/http.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::https" : {
          "file" : "lib/URI/https.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::ldap" : {
          "file" : "lib/URI/ldap.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::ldapi" : {
          "file" : "lib/URI/ldapi.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::ldaps" : {
          "file" : "lib/URI/ldaps.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::mailto" : {
          "file" : "lib/URI/mailto.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::mms" : {
          "file" : "lib/URI/mms.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::news" : {
          "file" : "lib/URI/news.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::nntp" : {
          "file" : "lib/URI/nntp.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::nntps" : {
          "file" : "lib/URI/nntps.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::pop" : {
          "file" : "lib/URI/pop.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::rlogin" : {
          "file" : "lib/URI/rlogin.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::rsync" : {
          "file" : "lib/URI/rsync.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::rtsp" : {
          "file" : "lib/URI/rtsp.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::rtspu" : {
          "file" : "lib/URI/rtspu.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::sftp" : {
          "file" : "lib/URI/sftp.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::sip" : {
          "file" : "lib/URI/sip.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::sips" : {
          "file" : "lib/URI/sips.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::snews" : {
          "file" : "lib/URI/snews.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::ssh" : {
          "file" : "lib/URI/ssh.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::telnet" : {
          "file" : "lib/URI/telnet.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::tn3270" : {
          "file" : "lib/URI/tn3270.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::urn" : {
          "file" : "lib/URI/urn.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::urn::isbn" : {
          "file" : "lib/URI/urn/isbn.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       },
       "URI::urn::oid" : {
          "file" : "lib/URI/urn/oid.pm",
-         "version" : "5.08"
+         "version" : "5.09"
       }
    },
    "release_status" : "stable",
       "x_IRC" : "irc://irc.perl.org/#lwp",
       "x_MailingList" : "mailto:libwww@perl.org"
    },
-   "version" : "5.08",
+   "version" : "5.09",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.033007"
+         "version" : "5.030002"
       },
       "plugins" : [
          {
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000037",
+                  "Module::Metadata" : "1.000036",
                   "version" : "0.006"
                }
             },
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "commits",
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : "6"
+                  "default_jobs" : "4"
                }
             },
             "name" : "MakeMaker",
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "repo_root" : "."
                }
             },
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "repo_root" : "."
                }
             },
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
             "config" : {
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "repo_root" : "."
                }
             },
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : "6"
+                  "default_jobs" : "4"
                }
             },
             "name" : "RunExtraTests",
             "class" : "Dist::Zilla::Plugin::VersionFromMainModule",
             "config" : {
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000037",
+                  "Module::Metadata" : "1.000036",
                   "version" : "0.006"
                }
             },
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v5.08",
+                  "tag" : "v5.09",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
                   "remotes_must_exist" : 1
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.29.2",
+                  "git_version" : "2.28.0",
                   "repo_root" : "."
                }
             },
       "Adam Herzog <adam@adamherzog.com>",
       "Alex Kapranoff <kapranoff@gmail.com>",
       "Brendan Byrd <Perl@ResonatorSoft.org>",
+      "brian d foy <brian.d.foy@gmail.com>",
       "David Schmidt <davewood@gmx.at>",
       "Dorian Taylor <dorian.taylor.lists@gmail.com>",
       "gerard <gerard@tty.nl>",
       "Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
       "Torsten F\u00f6rtsch <torsten.foertsch@gmx.net>"
    ],
-   "x_generated_by_perl" : "v5.33.7",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
+   "x_generated_by_perl" : "v5.30.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
index 8e1b199..78c3b70 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -27,136 +27,136 @@ no_index:
 provides:
   URI:
     file: lib/URI.pm
-    version: '5.08'
+    version: '5.09'
   URI::Escape:
     file: lib/URI/Escape.pm
-    version: '5.08'
+    version: '5.09'
   URI::Heuristic:
     file: lib/URI/Heuristic.pm
-    version: '5.08'
+    version: '5.09'
   URI::IRI:
     file: lib/URI/IRI.pm
-    version: '5.08'
+    version: '5.09'
   URI::QueryParam:
     file: lib/URI/QueryParam.pm
-    version: '5.08'
+    version: '5.09'
   URI::Split:
     file: lib/URI/Split.pm
-    version: '5.08'
+    version: '5.09'
   URI::URL:
     file: lib/URI/URL.pm
-    version: '5.08'
+    version: '5.09'
   URI::WithBase:
     file: lib/URI/WithBase.pm
-    version: '5.08'
+    version: '5.09'
   URI::data:
     file: lib/URI/data.pm
-    version: '5.08'
+    version: '5.09'
   URI::file:
     file: lib/URI/file.pm
-    version: '5.08'
+    version: '5.09'
   URI::file::Base:
     file: lib/URI/file/Base.pm
-    version: '5.08'
+    version: '5.09'
   URI::file::FAT:
     file: lib/URI/file/FAT.pm
-    version: '5.08'
+    version: '5.09'
   URI::file::Mac:
     file: lib/URI/file/Mac.pm
-    version: '5.08'
+    version: '5.09'
   URI::file::OS2:
     file: lib/URI/file/OS2.pm
-    version: '5.08'
+    version: '5.09'
   URI::file::QNX:
     file: lib/URI/file/QNX.pm
-    version: '5.08'
+    version: '5.09'
   URI::file::Unix:
     file: lib/URI/file/Unix.pm
-    version: '5.08'
+    version: '5.09'
   URI::file::Win32:
     file: lib/URI/file/Win32.pm
-    version: '5.08'
+    version: '5.09'
   URI::ftp:
     file: lib/URI/ftp.pm
-    version: '5.08'
+    version: '5.09'
   URI::gopher:
     file: lib/URI/gopher.pm
-    version: '5.08'
+    version: '5.09'
   URI::http:
     file: lib/URI/http.pm
-    version: '5.08'
+    version: '5.09'
   URI::https:
     file: lib/URI/https.pm
-    version: '5.08'
+    version: '5.09'
   URI::ldap:
     file: lib/URI/ldap.pm
-    version: '5.08'
+    version: '5.09'
   URI::ldapi:
     file: lib/URI/ldapi.pm
-    version: '5.08'
+    version: '5.09'
   URI::ldaps:
     file: lib/URI/ldaps.pm
-    version: '5.08'
+    version: '5.09'
   URI::mailto:
     file: lib/URI/mailto.pm
-    version: '5.08'
+    version: '5.09'
   URI::mms:
     file: lib/URI/mms.pm
-    version: '5.08'
+    version: '5.09'
   URI::news:
     file: lib/URI/news.pm
-    version: '5.08'
+    version: '5.09'
   URI::nntp:
     file: lib/URI/nntp.pm
-    version: '5.08'
+    version: '5.09'
   URI::nntps:
     file: lib/URI/nntps.pm
-    version: '5.08'
+    version: '5.09'
   URI::pop:
     file: lib/URI/pop.pm
-    version: '5.08'
+    version: '5.09'
   URI::rlogin:
     file: lib/URI/rlogin.pm
-    version: '5.08'
+    version: '5.09'
   URI::rsync:
     file: lib/URI/rsync.pm
-    version: '5.08'
+    version: '5.09'
   URI::rtsp:
     file: lib/URI/rtsp.pm
-    version: '5.08'
+    version: '5.09'
   URI::rtspu:
     file: lib/URI/rtspu.pm
-    version: '5.08'
+    version: '5.09'
   URI::sftp:
     file: lib/URI/sftp.pm
-    version: '5.08'
+    version: '5.09'
   URI::sip:
     file: lib/URI/sip.pm
-    version: '5.08'
+    version: '5.09'
   URI::sips:
     file: lib/URI/sips.pm
-    version: '5.08'
+    version: '5.09'
   URI::snews:
     file: lib/URI/snews.pm
-    version: '5.08'
+    version: '5.09'
   URI::ssh:
     file: lib/URI/ssh.pm
-    version: '5.08'
+    version: '5.09'
   URI::telnet:
     file: lib/URI/telnet.pm
-    version: '5.08'
+    version: '5.09'
   URI::tn3270:
     file: lib/URI/tn3270.pm
-    version: '5.08'
+    version: '5.09'
   URI::urn:
     file: lib/URI/urn.pm
-    version: '5.08'
+    version: '5.09'
   URI::urn::isbn:
     file: lib/URI/urn/isbn.pm
-    version: '5.08'
+    version: '5.09'
   URI::urn::oid:
     file: lib/URI/urn/oid.pm
-    version: '5.08'
+    version: '5.09'
 requires:
   Carp: '0'
   Cwd: '0'
@@ -180,10 +180,10 @@ resources:
   bugtracker: https://github.com/libwww-perl/URI/issues
   homepage: https://github.com/libwww-perl/URI
   repository: https://github.com/libwww-perl/URI.git
-version: '5.08'
+version: '5.09'
 x_Dist_Zilla:
   perl:
-    version: '5.033007'
+    version: '5.030002'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -230,7 +230,7 @@ x_Dist_Zilla:
           inherit_version: '0'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000037'
+          Module::Metadata: '1.000036'
           version: '0.006'
       name: MetaProvides::Package
       version: '2.004003'
@@ -254,7 +254,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.29.2
+          git_version: 2.28.0
           include_authors: 0
           include_releaser: 1
           order_by: commits
@@ -293,7 +293,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: '6'
+          default_jobs: '4'
       name: MakeMaker
       version: '6.017'
     -
@@ -410,7 +410,7 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.29.2
+          git_version: 2.28.0
           repo_root: .
       name: Git::Check
       version: '2.047'
@@ -418,7 +418,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.29.2
+          git_version: 2.28.0
           repo_root: .
       name: Git::CheckFor::MergeConflicts
       version: '0.014'
@@ -426,7 +426,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
       config:
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.29.2
+          git_version: 2.28.0
           repo_root: .
       name: Git::CheckFor::CorrectBranch
       version: '0.014'
@@ -442,7 +442,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: '6'
+          default_jobs: '4'
       name: RunExtraTests
       version: '0.029'
     -
@@ -468,7 +468,7 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::VersionFromMainModule
       config:
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000037'
+          Module::Metadata: '1.000036'
           version: '0.006'
       name: '@Git::VersionManager/VersionFromMainModule'
       version: '0.04'
@@ -500,7 +500,7 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.29.2
+          git_version: 2.28.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -513,11 +513,11 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v5.08
+          tag: v5.09
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.29.2
+          git_version: 2.28.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -554,7 +554,7 @@ x_Dist_Zilla:
             - (?^:^lib/.*\.pm$)
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.29.2
+          git_version: 2.28.0
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
@@ -568,7 +568,7 @@ x_Dist_Zilla:
             - origin
           remotes_must_exist: 1
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.29.2
+          git_version: 2.28.0
           repo_root: .
       name: Git::Push
       version: '2.047'
@@ -639,6 +639,7 @@ x_contributors:
   - 'Adam Herzog <adam@adamherzog.com>'
   - 'Alex Kapranoff <kapranoff@gmail.com>'
   - 'Brendan Byrd <Perl@ResonatorSoft.org>'
+  - 'brian d foy <brian.d.foy@gmail.com>'
   - 'David Schmidt <davewood@gmx.at>'
   - 'Dorian Taylor <dorian.taylor.lists@gmail.com>'
   - 'gerard <gerard@tty.nl>'
@@ -655,6 +656,6 @@ x_contributors:
   - 'Salvatore Bonaccorso <carnil@launchpad.net>'
   - 'Tatsuhiko Miyagawa <miyagawa@bulknews.net>'
   - 'Torsten Förtsch <torsten.foertsch@gmx.net>'
-x_generated_by_perl: v5.33.7
+x_generated_by_perl: v5.30.2
 x_serialization_backend: 'YAML::Tiny version 1.73'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
index 76b8da8..f116d67 100644 (file)
@@ -43,7 +43,7 @@ my %WriteMakefileArgs = (
     "Test::Needs" => 0,
     "utf8" => 0
   },
-  "VERSION" => "5.08",
+  "VERSION" => "5.09",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README b/README
index 3480698..c54644a 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 This archive contains the distribution URI,
-version 5.08:
+version 5.09:
 
   Uniform Resource Identifiers (absolute and relative)
 
index 3c41760..ef908e2 100644 (file)
--- a/cpanfile
+++ b/cpanfile
@@ -4,7 +4,7 @@ on 'configure' => sub {
 };
 
 on 'develop' => sub {
-    recommends 'Business::ISBN' => 0;
+    recommends 'Business::ISBN' => "3.005";
     recommends "Storable" => "0";
     requires "File::Spec" => "0";
     requires "IO::Handle" => "0";
index 479a147..caec92f 100644 (file)
@@ -3,7 +3,7 @@ package URI;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 our ($ABS_REMOTE_LEADING_DOTS, $ABS_ALLOW_RELATIVE_SCHEME, $DEFAULT_QUERY_FORM_DELIMITER);
 
index a1c6417..2f59b17 100644 (file)
@@ -141,7 +141,7 @@ use Exporter 5.57 'import';
 our %escapes;
 our @EXPORT = qw(uri_escape uri_unescape uri_escape_utf8);
 our @EXPORT_OK = qw(%escapes);
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use Carp ();
 
index d04990d..288cbc3 100644 (file)
@@ -91,7 +91,7 @@ use warnings;
 
 use Exporter 5.57 'import';
 our @EXPORT_OK = qw(uf_uri uf_uristr uf_url uf_urlstr);
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 our ($MY_COUNTRY, $DEBUG);
 
index 0d36895..5069b40 100644 (file)
@@ -8,7 +8,7 @@ use URI ();
 
 use overload '""' => sub { shift->as_string };
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub new {
     my($class, $uri, $scheme) = @_;
index 7d961b3..f448f06 100644 (file)
@@ -3,7 +3,7 @@ package URI::QueryParam;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub URI::_query::query_param {
     my $self = shift;
index de0190b..04a8ea4 100644 (file)
@@ -3,7 +3,7 @@ package URI::Split;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use Exporter 5.57 'import';
 our @EXPORT_OK = qw(uri_split uri_join);
index 1a4d950..938c576 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use parent 'URI::WithBase';
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 # Provide as much as possible of the old URI::URL interface for backwards
 # compatibility...
index 0fae4bb..c029f99 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use URI ();
 use Scalar::Util qw(blessed);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use overload '""' => "as_string", fallback => 1;
 
index 1e2f424..ea3b31b 100644 (file)
@@ -5,6 +5,6 @@ use warnings;
 
 use parent 'URI::_generic';
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 1;
index f681122..f4caf3f 100644 (file)
@@ -8,7 +8,7 @@ use parent qw(URI URI::_query);
 use URI::Escape qw(uri_unescape);
 use Carp ();
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 my $ACHAR = $URI::uric;  $ACHAR =~ s,\\[/?],,g;
 my $PCHAR = $URI::uric;  $PCHAR =~ s,\\[?],,g;
index 90bc1a0..bfe9f90 100644 (file)
@@ -9,7 +9,7 @@ use warnings;
 use URI::_punycode qw(decode_punycode encode_punycode);
 use Carp qw(croak);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 BEGIN {
   *URI::_idna::_ENV_::JOIN_LEAKS_UTF8_FLAGS = "$]" < 5.008_003
index c5fc9ed..f9dec3a 100644 (file)
@@ -7,7 +7,7 @@ package URI::_ldap;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use URI::Escape qw(uri_unescape);
 
index f9cc2bb..a888e4e 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use parent qw(URI::_server URI::_userpass);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 # Generic terminal logins.  This is used as a base class for 'telnet',
 # 'tn3270', and 'rlogin' URL schemes.
index 5d6ac09..f508342 100644 (file)
@@ -3,7 +3,7 @@ package URI::_punycode;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use Exporter 'import';
 our @EXPORT = qw(encode_punycode decode_punycode);
index 8a26b2d..d4f4685 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use URI ();
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub query
 {
index 2f193b0..a8f1753 100644 (file)
@@ -11,7 +11,7 @@ use URI::Escape qw(uri_unescape);
 use overload '""' => sub { $_[0]->[0] },
              fallback => 1;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub new
 {
index f4baff3..c66cd1c 100644 (file)
@@ -7,7 +7,7 @@ use parent 'URI::_generic';
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub _uric_escape {
     my($class, $str) = @_;
index fb32884..fc4ee58 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub user
 {
index a2783d5..a9753c4 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use parent 'URI';
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use MIME::Base64 qw(decode_base64 encode_base64);
 use URI::Escape qw(uri_unescape);
index 33eb030..7fc9cd0 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use parent 'URI::_generic';
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use URI::Escape qw(uri_unescape);
 
index bbdfbaf..25b9ca1 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use URI::Escape ();
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub new
 {
index 2761c8e..5430ed9 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use parent 'URI::file::Win32';
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub fix_path
 {
index 40e058c..e349f54 100644 (file)
@@ -7,7 +7,7 @@ use parent 'URI::file::Base';
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub _file_extract_path
 {
index 0dff2c5..55f9947 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use parent 'URI::file::Win32';
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 # The Win32 version translates k:/foo to file://k:/foo  (?!)
 # We add an empty host
index e8f7e53..09c2445 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use parent 'URI::file::Unix';
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub _file_extract_path
 {
index 6d37d94..e2f763a 100644 (file)
@@ -7,7 +7,7 @@ use parent 'URI::file::Base';
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub _file_extract_path
 {
index 2fb00ff..bbd0f35 100644 (file)
@@ -7,7 +7,7 @@ use parent 'URI::file::Base';
 
 use URI::Escape qw(uri_unescape);
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub _file_extract_authority
 {
index dda5690..464a0cf 100644 (file)
@@ -3,7 +3,7 @@ package URI::ftp;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent qw(URI::_server URI::_userpass);
 
index 556e35b..67c9cdc 100644 (file)
@@ -3,7 +3,7 @@ package URI::gopher;  # <draft-murali-url-gopher>, Dec 4, 1996
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_server';
 
index dc5a708..0668745 100644 (file)
@@ -3,7 +3,7 @@ package URI::http;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_server';
 
index 08d11b6..4dca92f 100644 (file)
@@ -3,7 +3,7 @@ package URI::https;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::http';
 
index c8fc15c..e950c5e 100644 (file)
@@ -7,7 +7,7 @@ package URI::ldap;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent qw(URI::_ldap URI::_server);
 
index 7cbebdc..8dc6565 100644 (file)
@@ -3,7 +3,7 @@ package URI::ldapi;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent qw(URI::_ldap URI::_generic);
 
index e604293..77ba390 100644 (file)
@@ -3,7 +3,7 @@ package URI::ldaps;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::ldap';
 
index 43604a7..5fb2943 100644 (file)
@@ -3,7 +3,7 @@ package URI::mailto;  # RFC 2368
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent qw(URI URI::_query);
 
index 7d41045..5095918 100644 (file)
@@ -3,7 +3,7 @@ package URI::mms;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::http';
 
index ae1397d..5589c41 100644 (file)
@@ -3,7 +3,7 @@ package URI::news;  # draft-gilman-news-url-01
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_server';
 
index 81c9ef3..782c7e3 100644 (file)
@@ -3,7 +3,7 @@ package URI::nntp;  # draft-gilman-news-url-01
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::news';
 
index bf7d9c8..9424ae3 100644 (file)
@@ -3,7 +3,7 @@ package URI::nntps;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::nntp';
 
index 125b504..a96e69f 100644 (file)
@@ -3,7 +3,7 @@ package URI::pop;   # RFC 2384
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_server';
 
index 0034186..173df0a 100644 (file)
@@ -3,7 +3,7 @@ package URI::rlogin;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_login';
 
index 5c57197..a30173b 100644 (file)
@@ -5,7 +5,7 @@ package URI::rsync;  # http://rsync.samba.org/
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent qw(URI::_server URI::_userpass);
 
index ba1e130..b132594 100644 (file)
@@ -3,7 +3,7 @@ package URI::rtsp;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::http';
 
index 0ba2bea..7d24ef3 100644 (file)
@@ -3,7 +3,7 @@ package URI::rtspu;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::rtsp';
 
index cbc6e45..ff94eb1 100644 (file)
@@ -5,6 +5,6 @@ use warnings;
 
 use parent 'URI::ssh';
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 1;
index 2b95947..4200a9e 100644 (file)
@@ -14,7 +14,7 @@ use parent qw(URI::_server URI::_userpass);
 
 use URI::Escape ();
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 sub default_port { 5060 }
 
index 5927cc1..3da4bb0 100644 (file)
@@ -3,7 +3,7 @@ package URI::sips;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::sip';
 
index bfb5fd4..0b6efd9 100644 (file)
@@ -3,7 +3,7 @@ package URI::snews;  # draft-gilman-news-url-01
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::news';
 
index e9727a2..f8a8dff 100644 (file)
@@ -3,7 +3,7 @@ package URI::ssh;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_login';
 
index fcfcefc..3d13776 100644 (file)
@@ -3,7 +3,7 @@ package URI::telnet;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_login';
 
index c86d971..ba3538a 100644 (file)
@@ -3,7 +3,7 @@ package URI::tn3270;
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::_login';
 
index 83c3c8c..ac75809 100644 (file)
@@ -3,7 +3,7 @@ package URI::urn;  # RFC 2141
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI';
 
index 984ed35..57aaef0 100644 (file)
@@ -3,7 +3,7 @@ package URI::urn::isbn;  # RFC 3187
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::urn';
 
@@ -11,13 +11,13 @@ use Carp qw(carp);
 
 BEGIN {
     require Business::ISBN;
-    
+
     local $^W = 0; # don't warn about dev versions, perl5.004 style
-    warn "Using Business::ISBN version " . Business::ISBN->VERSION . 
-        " which is deprecated.\nUpgrade to Business::ISBN version 2\n"
-        if Business::ISBN->VERSION < 2;
+    warn "Using Business::ISBN version " . Business::ISBN->VERSION .
+        " which is deprecated.\nUpgrade to Business::ISBN version 3.005\n"
+        if Business::ISBN->VERSION < 3.005;
     }
-    
+
 sub _isbn {
     my $nss = shift;
     $nss = $nss->nss if ref($nss);
@@ -61,7 +61,7 @@ sub isbn_group_code {
 sub isbn_country_code {
     my $name = (caller(0))[3]; $name =~ s/.*:://;
     carp "$name is DEPRECATED. Use isbn_group_code instead";
-    
+
     no strict 'refs';
     &isbn_group_code;
 }
@@ -74,7 +74,7 @@ my $isbn13_method = do {
 
 sub isbn13 {
     my $isbn = shift->_isbn || return undef;
-    
+
     # Business::ISBN 1.x didn't put hyphens in the EAN, and it was just a string
     # Business::ISBN 2.0 doesn't do EAN, but it does ISBN-13 objects
     #   and it uses the hyphens, so call as_string with an empty anon array
index 0a4f67b..fd05ba9 100644 (file)
@@ -3,7 +3,7 @@ package URI::urn::oid;  # RFC 2061
 use strict;
 use warnings;
 
-our $VERSION = '5.08';
+our $VERSION = '5.09';
 
 use parent 'URI::urn';
 
index 1c87070..6251e99 100644 (file)
@@ -9,7 +9,7 @@ do { my $x = {
                       },
        'develop' => {
                       'recommends' => {
-                                        'Business::ISBN' => '0',
+                                        'Business::ISBN' => '3.005',
                                         'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007',
                                         'Storable' => '0'
                                       },
index 18136ef..a27a52d 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::Needs 'Business::ISBN';
+use Test::Needs { 'Business::ISBN' => 3.005 };
 
 print "1..13\n";
 
index 3702c20..b3b42da 100644 (file)
@@ -104,6 +104,7 @@ _server
 _userpass
 adam
 brainbuz
+brian
 capoeirab
 carnil
 data
@@ -113,6 +114,7 @@ ether
 etype
 evalue
 file
+foy
 ftp
 gerard
 gisle
index 7ac60eb..98c1d1b 100644 (file)
@@ -8,7 +8,7 @@ if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '5.08';
+my $newver = '5.09';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';