From 0652c01ba2e3c216e9d98b92f59155557b46435f Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 22 Jul 2022 15:08:10 +0900 Subject: [PATCH] Imported Upstream version 5.05 --- Changes | 5 + MANIFEST | 3 +- META.json | 227 +++++++++++++++++++++------------------ META.yml | 220 +++++++++++++++++++------------------ Makefile.PL | 4 +- dist.ini | 23 ++-- lib/URI.pm | 2 +- lib/URI/Escape.pm | 2 +- lib/URI/Heuristic.pm | 2 +- lib/URI/IRI.pm | 2 +- lib/URI/QueryParam.pm | 2 +- lib/URI/Split.pm | 2 +- lib/URI/URL.pm | 2 +- lib/URI/WithBase.pm | 2 +- lib/URI/_foreign.pm | 2 +- lib/URI/_generic.pm | 2 +- lib/URI/_idna.pm | 2 +- lib/URI/_ldap.pm | 2 +- lib/URI/_login.pm | 2 +- lib/URI/_punycode.pm | 2 +- lib/URI/_query.pm | 2 +- lib/URI/_segment.pm | 2 +- lib/URI/_server.pm | 2 +- lib/URI/_userpass.pm | 2 +- lib/URI/data.pm | 2 +- lib/URI/file.pm | 2 +- lib/URI/file/Base.pm | 2 +- lib/URI/file/FAT.pm | 2 +- lib/URI/file/Mac.pm | 2 +- lib/URI/file/OS2.pm | 2 +- lib/URI/file/QNX.pm | 2 +- lib/URI/file/Unix.pm | 2 +- lib/URI/file/Win32.pm | 2 +- lib/URI/ftp.pm | 2 +- lib/URI/gopher.pm | 2 +- lib/URI/http.pm | 2 +- lib/URI/https.pm | 2 +- lib/URI/ldap.pm | 2 +- lib/URI/ldapi.pm | 2 +- lib/URI/ldaps.pm | 2 +- lib/URI/mailto.pm | 2 +- lib/URI/mms.pm | 2 +- lib/URI/news.pm | 2 +- lib/URI/nntp.pm | 2 +- lib/URI/pop.pm | 2 +- lib/URI/rlogin.pm | 2 +- lib/URI/rsync.pm | 2 +- lib/URI/rtsp.pm | 2 +- lib/URI/rtspu.pm | 2 +- lib/URI/sftp.pm | 2 +- lib/URI/sip.pm | 2 +- lib/URI/sips.pm | 2 +- lib/URI/snews.pm | 2 +- lib/URI/ssh.pm | 2 +- lib/URI/telnet.pm | 2 +- lib/URI/tn3270.pm | 2 +- lib/URI/urn.pm | 2 +- lib/URI/urn/isbn.pm | 2 +- lib/URI/urn/oid.pm | 2 +- t/00-report-prereqs.t | 4 +- t/ipv6.t | 14 +++ xt/author/minimum-version.t | 4 +- xt/release/changes_has_content.t | 8 +- 63 files changed, 338 insertions(+), 280 deletions(-) create mode 100644 t/ipv6.t diff --git a/Changes b/Changes index 3e3588b..8c52574 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for URI +5.05 2020-10-21 13:00:44Z + - Bump all versions to 5.05 in order to remove various version mismatches. + (GH #77) (Olaf Alders) + - Add a simple test case for an ipv6 host (GH#66) (Olaf Alders) + 1.76 2019-01-09 16:59:54Z - Revert changes introduced in 1.75 diff --git a/MANIFEST b/MANIFEST index 5f21638..635d231 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015. CONTRIBUTING.md Changes LICENSE @@ -76,6 +76,7 @@ t/gopher.t t/heuristic.t t/http.t t/idna.t +t/ipv6.t t/iri.t t/ldap.t t/mailto.t diff --git a/META.json b/META.json index 6c95801..19fb9ab 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Gisle Aas " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -90,175 +90,175 @@ "provides" : { "URI" : { "file" : "lib/URI.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::Escape" : { "file" : "lib/URI/Escape.pm", - "version" : "3.31" + "version" : "5.05" }, "URI::Heuristic" : { "file" : "lib/URI/Heuristic.pm", - "version" : "4.20" + "version" : "5.05" }, "URI::IRI" : { "file" : "lib/URI/IRI.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::QueryParam" : { "file" : "lib/URI/QueryParam.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::Split" : { "file" : "lib/URI/Split.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::URL" : { "file" : "lib/URI/URL.pm", - "version" : "5.04" + "version" : "5.05" }, "URI::WithBase" : { "file" : "lib/URI/WithBase.pm", - "version" : "2.20" + "version" : "5.05" }, "URI::data" : { "file" : "lib/URI/data.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::file" : { "file" : "lib/URI/file.pm", - "version" : "4.21" + "version" : "5.05" }, "URI::file::Base" : { "file" : "lib/URI/file/Base.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::file::FAT" : { "file" : "lib/URI/file/FAT.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::file::Mac" : { "file" : "lib/URI/file/Mac.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::file::OS2" : { "file" : "lib/URI/file/OS2.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::file::QNX" : { "file" : "lib/URI/file/QNX.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::file::Unix" : { "file" : "lib/URI/file/Unix.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::file::Win32" : { "file" : "lib/URI/file/Win32.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::ftp" : { "file" : "lib/URI/ftp.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::gopher" : { "file" : "lib/URI/gopher.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::http" : { "file" : "lib/URI/http.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::https" : { "file" : "lib/URI/https.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::ldap" : { "file" : "lib/URI/ldap.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::ldapi" : { "file" : "lib/URI/ldapi.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::ldaps" : { "file" : "lib/URI/ldaps.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::mailto" : { "file" : "lib/URI/mailto.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::mms" : { "file" : "lib/URI/mms.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::news" : { "file" : "lib/URI/news.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::nntp" : { "file" : "lib/URI/nntp.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::pop" : { "file" : "lib/URI/pop.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::rlogin" : { "file" : "lib/URI/rlogin.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::rsync" : { "file" : "lib/URI/rsync.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::rtsp" : { "file" : "lib/URI/rtsp.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::rtspu" : { "file" : "lib/URI/rtspu.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::sftp" : { "file" : "lib/URI/sftp.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::sip" : { "file" : "lib/URI/sip.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::sips" : { "file" : "lib/URI/sips.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::snews" : { "file" : "lib/URI/snews.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::ssh" : { "file" : "lib/URI/ssh.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::telnet" : { "file" : "lib/URI/telnet.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::tn3270" : { "file" : "lib/URI/tn3270.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::urn" : { "file" : "lib/URI/urn.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::urn::isbn" : { "file" : "lib/URI/urn/isbn.pm", - "version" : "1.76" + "version" : "5.05" }, "URI::urn::oid" : { "file" : "lib/URI/urn/oid.pm", - "version" : "1.76" + "version" : "5.05" } }, "release_status" : "stable", @@ -275,10 +275,10 @@ "x_IRC" : "irc://irc.perl.org/#lwp", "x_MailingList" : "mailto:libwww@perl.org" }, - "version" : "1.76", + "version" : "5.05", "x_Dist_Zilla" : { "perl" : { - "version" : "5.026001" + "version" : "5.030002" }, "plugins" : [ { @@ -305,17 +305,17 @@ } }, "name" : "Git::GatherDir", - "version" : "2.045" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Encoding", "name" : "Encoding", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "MetaConfig", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -325,7 +325,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.012" + "version" : "6.015" } ], "include_underscores" : 0 @@ -337,8 +337,8 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", - "version" : "0.004" + "Module::Metadata" : "1.000037", + "version" : "0.006" } }, "name" : "MetaProvides::Package", @@ -347,28 +347,28 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "MetaNoIndex", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "MetaYAML", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "MetaJSON", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "include_authors" : 0, "include_releaser" : 1, "order_by" : "commits", @@ -391,17 +391,17 @@ { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "Manifest", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "License", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "ExecDir", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Prereqs::FromCPANfile", @@ -412,11 +412,11 @@ "class" : "Dist::Zilla::Plugin::MakeMaker", "config" : { "Dist::Zilla::Role::TestRunner" : { - "default_jobs" : 1 + "default_jobs" : "4" } }, "name" : "MakeMaker", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", @@ -436,7 +436,7 @@ { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "Test::ReportPrereqs", - "version" : "0.027" + "version" : "0.028" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -474,7 +474,7 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "MetaTests", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", @@ -482,14 +482,24 @@ "version" : "0.011" }, { + "class" : "Dist::Zilla::Plugin::Substitute", + "name" : "Substitute", + "version" : "0.006" + }, + { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", + "config" : { + "Dist::Zilla::Plugin::Test::MinimumVersion" : { + "max_target_perl" : null + } + }, "name" : "Test::MinimumVersion", - "version" : "2.000008" + "version" : "2.000010" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "PodSyntaxTests", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable", @@ -512,11 +522,13 @@ "Koster", "Martijn", "Masinter", + "Miyagawa", "OIDs", "OpenLDAP", "Punycode", "TCP", "TLS", + "Tatsuhiko", "UDP", "UNC", "etype", @@ -548,18 +560,18 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "repo_root" : "." } }, "name" : "Git::Check", - "version" : "2.045" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", "config" : { "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "repo_root" : "." } }, @@ -570,7 +582,7 @@ "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", "config" : { "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "repo_root" : "." } }, @@ -585,13 +597,13 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "TestRelease", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", "config" : { "Dist::Zilla::Role::TestRunner" : { - "default_jobs" : 1 + "default_jobs" : "4" } }, "name" : "RunExtraTests", @@ -600,7 +612,7 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "UploadToCPAN", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", @@ -621,14 +633,14 @@ } }, "name" : "@Git::VersionManager/pluginbundle version", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::VersionFromMainModule", "config" : { "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", - "version" : "0.004" + "Module::Metadata" : "1.000037", + "version" : "0.006" } }, "name" : "@Git::VersionManager/VersionFromMainModule", @@ -650,14 +662,15 @@ } }, "name" : "@Git::VersionManager/CopyFilesFromRelease", - "version" : "0.006" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "%N-%v%t%n%n%c" + "commit_msg" : "%N-%v%t%n%n%c", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -669,7 +682,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -677,7 +690,7 @@ } }, "name" : "@Git::VersionManager/release snapshot", - "version" : "2.045" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -686,12 +699,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v1.76", - "tag_format" : "v%v", - "tag_message" : "v%v" + "tag" : "v5.05", + "tag_format" : "v%V", + "tag_message" : "v%V" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -699,7 +712,7 @@ } }, "name" : "@Git::VersionManager/Git::Tag", - "version" : "2.045" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease", @@ -719,14 +732,15 @@ { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Git::VersionManager/NextRelease", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "increment $VERSION after %v release" + "commit_msg" : "increment $VERSION after %v release", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -740,7 +754,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -748,7 +762,7 @@ } }, "name" : "@Git::VersionManager/post-release commit", - "version" : "2.045" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -760,72 +774,72 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.20.0", + "git_version" : "2.28.0", "repo_root" : "." } }, "name" : "Git::Push", - "version" : "2.045" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "ConfirmRelease", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.012" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.012" + "version" : "6.015" } ], "zilla" : { @@ -833,7 +847,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.012" + "version" : "6.015" } }, "x_authority" : "cpan:LWWWP", @@ -867,7 +881,8 @@ "John Miller ", "Kaitlyn Parkhurst " ], - "x_generated_by_perl" : "v5.26.1", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.04" + "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" } diff --git a/META.yml b/META.yml index 616b325..d99530b 100644 --- a/META.yml +++ b/META.yml @@ -14,7 +14,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -27,133 +27,133 @@ no_index: provides: URI: file: lib/URI.pm - version: '1.76' + version: '5.05' URI::Escape: file: lib/URI/Escape.pm - version: '3.31' + version: '5.05' URI::Heuristic: file: lib/URI/Heuristic.pm - version: '4.20' + version: '5.05' URI::IRI: file: lib/URI/IRI.pm - version: '1.76' + version: '5.05' URI::QueryParam: file: lib/URI/QueryParam.pm - version: '1.76' + version: '5.05' URI::Split: file: lib/URI/Split.pm - version: '1.76' + version: '5.05' URI::URL: file: lib/URI/URL.pm - version: '5.04' + version: '5.05' URI::WithBase: file: lib/URI/WithBase.pm - version: '2.20' + version: '5.05' URI::data: file: lib/URI/data.pm - version: '1.76' + version: '5.05' URI::file: file: lib/URI/file.pm - version: '4.21' + version: '5.05' URI::file::Base: file: lib/URI/file/Base.pm - version: '1.76' + version: '5.05' URI::file::FAT: file: lib/URI/file/FAT.pm - version: '1.76' + version: '5.05' URI::file::Mac: file: lib/URI/file/Mac.pm - version: '1.76' + version: '5.05' URI::file::OS2: file: lib/URI/file/OS2.pm - version: '1.76' + version: '5.05' URI::file::QNX: file: lib/URI/file/QNX.pm - version: '1.76' + version: '5.05' URI::file::Unix: file: lib/URI/file/Unix.pm - version: '1.76' + version: '5.05' URI::file::Win32: file: lib/URI/file/Win32.pm - version: '1.76' + version: '5.05' URI::ftp: file: lib/URI/ftp.pm - version: '1.76' + version: '5.05' URI::gopher: file: lib/URI/gopher.pm - version: '1.76' + version: '5.05' URI::http: file: lib/URI/http.pm - version: '1.76' + version: '5.05' URI::https: file: lib/URI/https.pm - version: '1.76' + version: '5.05' URI::ldap: file: lib/URI/ldap.pm - version: '1.76' + version: '5.05' URI::ldapi: file: lib/URI/ldapi.pm - version: '1.76' + version: '5.05' URI::ldaps: file: lib/URI/ldaps.pm - version: '1.76' + version: '5.05' URI::mailto: file: lib/URI/mailto.pm - version: '1.76' + version: '5.05' URI::mms: file: lib/URI/mms.pm - version: '1.76' + version: '5.05' URI::news: file: lib/URI/news.pm - version: '1.76' + version: '5.05' URI::nntp: file: lib/URI/nntp.pm - version: '1.76' + version: '5.05' URI::pop: file: lib/URI/pop.pm - version: '1.76' + version: '5.05' URI::rlogin: file: lib/URI/rlogin.pm - version: '1.76' + version: '5.05' URI::rsync: file: lib/URI/rsync.pm - version: '1.76' + version: '5.05' URI::rtsp: file: lib/URI/rtsp.pm - version: '1.76' + version: '5.05' URI::rtspu: file: lib/URI/rtspu.pm - version: '1.76' + version: '5.05' URI::sftp: file: lib/URI/sftp.pm - version: '1.76' + version: '5.05' URI::sip: file: lib/URI/sip.pm - version: '1.76' + version: '5.05' URI::sips: file: lib/URI/sips.pm - version: '1.76' + version: '5.05' URI::snews: file: lib/URI/snews.pm - version: '1.76' + version: '5.05' URI::ssh: file: lib/URI/ssh.pm - version: '1.76' + version: '5.05' URI::telnet: file: lib/URI/telnet.pm - version: '1.76' + version: '5.05' URI::tn3270: file: lib/URI/tn3270.pm - version: '1.76' + version: '5.05' URI::urn: file: lib/URI/urn.pm - version: '1.76' + version: '5.05' URI::urn::isbn: file: lib/URI/urn/isbn.pm - version: '1.76' + version: '5.05' URI::urn::oid: file: lib/URI/urn/oid.pm - version: '1.76' + version: '5.05' requires: Carp: '0' Cwd: '0' @@ -177,10 +177,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: '1.76' +version: '5.05' x_Dist_Zilla: perl: - version: '5.026001' + version: '5.030002' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -202,15 +202,15 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: Git::GatherDir - version: '2.045' + version: '2.047' - class: Dist::Zilla::Plugin::Encoding name: Encoding - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::MetaConfig name: MetaConfig - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -219,7 +219,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: MetaProvides::Package/AUTOVIV/:InstallModulesPM - version: '6.012' + version: '6.015' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -227,31 +227,31 @@ x_Dist_Zilla: inherit_version: '0' meta_noindex: '1' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000033' - version: '0.004' + Module::Metadata: '1.000037' + version: '0.006' name: MetaProvides::Package version: '2.004003' - class: Dist::Zilla::Plugin::MetaNoIndex name: MetaNoIndex - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::MetaYAML name: MetaYAML - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::MetaJSON name: MetaJSON - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: 2.20.0 + git_version: 2.28.0 include_authors: 0 include_releaser: 1 order_by: commits @@ -269,15 +269,15 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::Manifest name: Manifest - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::License name: License - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::ExecDir name: ExecDir - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::Prereqs::FromCPANfile name: Prereqs::FromCPANfile @@ -286,9 +286,9 @@ x_Dist_Zilla: class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: - default_jobs: 1 + default_jobs: '4' name: MakeMaker - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::CheckChangesHasContent name: CheckChangesHasContent @@ -304,7 +304,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: Test::ReportPrereqs - version: '0.027' + version: '0.028' - class: Dist::Zilla::Plugin::Test::Compile config: @@ -333,19 +333,26 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MetaTests name: MetaTests - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: Test::ChangesHasContent version: '0.011' - + class: Dist::Zilla::Plugin::Substitute + name: Substitute + version: '0.006' + - class: Dist::Zilla::Plugin::Test::MinimumVersion + config: + Dist::Zilla::Plugin::Test::MinimumVersion: + max_target_perl: ~ name: Test::MinimumVersion - version: '2.000008' + version: '2.000010' - class: Dist::Zilla::Plugin::PodSyntaxTests name: PodSyntaxTests - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable name: Test::Pod::Coverage::Configurable @@ -365,11 +372,13 @@ x_Dist_Zilla: - Koster - Martijn - Masinter + - Miyagawa - OIDs - OpenLDAP - Punycode - TCP - TLS + - Tatsuhiko - UDP - UNC - etype @@ -394,15 +403,15 @@ x_Dist_Zilla: allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.20.0 + git_version: 2.28.0 repo_root: . name: Git::Check - version: '2.045' + version: '2.047' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: Dist::Zilla::Role::Git::Repo: - git_version: 2.20.0 + git_version: 2.28.0 repo_root: . name: Git::CheckFor::MergeConflicts version: '0.014' @@ -410,7 +419,7 @@ x_Dist_Zilla: class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: - git_version: 2.20.0 + git_version: 2.28.0 repo_root: . name: Git::CheckFor::CorrectBranch version: '0.014' @@ -421,18 +430,18 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::TestRelease name: TestRelease - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::RunExtraTests config: Dist::Zilla::Role::TestRunner: - default_jobs: 1 + default_jobs: '4' name: RunExtraTests version: '0.029' - class: Dist::Zilla::Plugin::UploadToCPAN name: UploadToCPAN - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod config: @@ -447,13 +456,13 @@ x_Dist_Zilla: phase: develop type: recommends name: '@Git::VersionManager/pluginbundle version' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::VersionFromMainModule config: Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000033' - version: '0.004' + Module::Metadata: '1.000037' + version: '0.006' name: '@Git::VersionManager/VersionFromMainModule' version: '0.04' - @@ -468,13 +477,14 @@ x_Dist_Zilla: - Changes match: [] name: '@Git::VersionManager/CopyFilesFromRelease' - version: '0.006' + version: '0.007' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: '%N-%v%t%n%n%c' + signoff: 0 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -483,12 +493,12 @@ x_Dist_Zilla: allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.20.0 + git_version: 2.28.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Git::VersionManager/release snapshot' - version: '2.045' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -496,16 +506,16 @@ x_Dist_Zilla: branch: ~ changelog: Changes signed: 0 - tag: v1.76 - tag_format: v%v - tag_message: v%v + tag: v5.05 + tag_format: v%V + tag_message: v%V Dist::Zilla::Role::Git::Repo: - git_version: 2.20.0 + git_version: 2.28.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Git::VersionManager/Git::Tag' - version: '2.045' + version: '2.047' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease config: @@ -520,13 +530,14 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::NextRelease name: '@Git::VersionManager/NextRelease' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: 'increment $VERSION after %v release' + signoff: 0 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Build.PL @@ -536,12 +547,12 @@ x_Dist_Zilla: - (?^:^lib/.*\.pm$) changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.20.0 + git_version: 2.28.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Git::VersionManager/post-release commit' - version: '2.045' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Push config: @@ -550,63 +561,63 @@ x_Dist_Zilla: - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: - git_version: 2.20.0 + git_version: 2.28.0 repo_root: . name: Git::Push - version: '2.045' + version: '2.047' - class: Dist::Zilla::Plugin::ConfirmRelease name: ConfirmRelease - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.012' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: MetaProvides::Package/AUTOVIV/:InstallModulesPM - version: '6.012' + version: '6.015' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.012' + version: '6.015' x_authority: cpan:LWWWP x_contributors: - 'Gisle Aas ' @@ -637,5 +648,6 @@ x_contributors: - 'John Karr ' - 'John Miller ' - 'Kaitlyn Parkhurst ' -x_generated_by_perl: v5.26.1 -x_serialization_backend: 'YAML::Tiny version 1.70' +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' diff --git a/Makefile.PL b/Makefile.PL index 878d38b..46ef4c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. use strict; use warnings; @@ -43,7 +43,7 @@ my %WriteMakefileArgs = ( "Test::Needs" => 0, "utf8" => 0 }, - "VERSION" => "1.76", + "VERSION" => "5.05", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index d550dd7..ca31fed 100644 --- a/dist.ini +++ b/dist.ini @@ -81,6 +81,9 @@ xt_mode = 1 ; [Test::EOL] ; TODO [MetaTests] [Test::ChangesHasContent] +[Substitute] +file = xt/release/changes_has_content.t +code = s{^(note 'Checking Changes')}{if \(\(\$ENV\{TRAVIS_PULL_REQUEST\} \|\| '') eq 'false'\) \{\n chomp\(my \$branch_name = \(\$ENV\{TRAVIS_BRANCH\} || \`git rev-parse --abbrev-ref HEAD\`\)\);\n \$TODO = 'Changes need not have content for this release yet if this is only the master branch'\n if \(\$branch_name \|\| ''\) eq 'master';\n\}\n\n$1} [Test::MinimumVersion] [PodSyntaxTests] @@ -125,23 +128,25 @@ trustme = URI::urn => qr/^(?:nid|nss)$/ wordlist = Pod::Wordlist spell_cmd = aspell list stopword = Berners +stopword = etype +stopword = evalue +stopword = IDNA stopword = ISBNs +stopword = Koster +stopword = lowercasing +stopword = Martijn stopword = Masinter +stopword = Miyagawa stopword = OIDs +stopword = OpenLDAP +stopword = Punycode +stopword = relativize +stopword = Tatsuhiko stopword = TCP stopword = TLS stopword = UDP stopword = UNC -stopword = lowercasing -stopword = relativize stopword = uppercasing -stopword = IDNA -stopword = OpenLDAP -stopword = etype -stopword = evalue -stopword = Punycode -stopword = Koster -stopword = Martijn ;;; pre-release actions diff --git a/lib/URI.pm b/lib/URI.pm index 7d259c7..bc7866f 100644 --- a/lib/URI.pm +++ b/lib/URI.pm @@ -3,7 +3,7 @@ package URI; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; our ($ABS_REMOTE_LEADING_DOTS, $ABS_ALLOW_RELATIVE_SCHEME, $DEFAULT_QUERY_FORM_DELIMITER); diff --git a/lib/URI/Escape.pm b/lib/URI/Escape.pm index f9392d4..1fcf3c2 100644 --- a/lib/URI/Escape.pm +++ b/lib/URI/Escape.pm @@ -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 = "3.31"; +our $VERSION = '5.05'; use Carp (); diff --git a/lib/URI/Heuristic.pm b/lib/URI/Heuristic.pm index d4ace34..89823f0 100644 --- a/lib/URI/Heuristic.pm +++ b/lib/URI/Heuristic.pm @@ -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 = "4.20"; +our $VERSION = '5.05'; our ($MY_COUNTRY, $DEBUG); diff --git a/lib/URI/IRI.pm b/lib/URI/IRI.pm index edb1045..e460bc2 100644 --- a/lib/URI/IRI.pm +++ b/lib/URI/IRI.pm @@ -8,7 +8,7 @@ use URI (); use overload '""' => sub { shift->as_string }; -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub new { my($class, $uri, $scheme) = @_; diff --git a/lib/URI/QueryParam.pm b/lib/URI/QueryParam.pm index 16eed98..4ff3531 100644 --- a/lib/URI/QueryParam.pm +++ b/lib/URI/QueryParam.pm @@ -3,7 +3,7 @@ package URI::QueryParam; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub URI::_query::query_param { my $self = shift; diff --git a/lib/URI/Split.pm b/lib/URI/Split.pm index 39b5bcf..637269e 100644 --- a/lib/URI/Split.pm +++ b/lib/URI/Split.pm @@ -3,7 +3,7 @@ package URI::Split; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use Exporter 5.57 'import'; our @EXPORT_OK = qw(uri_split uri_join); diff --git a/lib/URI/URL.pm b/lib/URI/URL.pm index ba05eca..9ba5e04 100644 --- a/lib/URI/URL.pm +++ b/lib/URI/URL.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI::WithBase'; -our $VERSION = "5.04"; +our $VERSION = '5.05'; # Provide as much as possible of the old URI::URL interface for backwards # compatibility... diff --git a/lib/URI/WithBase.pm b/lib/URI/WithBase.pm index 943b7b5..45ab1b3 100644 --- a/lib/URI/WithBase.pm +++ b/lib/URI/WithBase.pm @@ -6,7 +6,7 @@ use warnings; use URI; use Scalar::Util 'blessed'; -our $VERSION = "2.20"; +our $VERSION = '5.05'; use overload '""' => "as_string", fallback => 1; diff --git a/lib/URI/_foreign.pm b/lib/URI/_foreign.pm index d556c85..677934d 100644 --- a/lib/URI/_foreign.pm +++ b/lib/URI/_foreign.pm @@ -5,6 +5,6 @@ use warnings; use parent 'URI::_generic'; -our $VERSION = '1.76'; +our $VERSION = '5.05'; 1; diff --git a/lib/URI/_generic.pm b/lib/URI/_generic.pm index 0da8f72..75dbc13 100644 --- a/lib/URI/_generic.pm +++ b/lib/URI/_generic.pm @@ -8,7 +8,7 @@ use parent qw(URI URI::_query); use URI::Escape qw(uri_unescape); use Carp (); -our $VERSION = '1.76'; +our $VERSION = '5.05'; my $ACHAR = $URI::uric; $ACHAR =~ s,\\[/?],,g; my $PCHAR = $URI::uric; $PCHAR =~ s,\\[?],,g; diff --git a/lib/URI/_idna.pm b/lib/URI/_idna.pm index 8392e10..23337d3 100644 --- a/lib/URI/_idna.pm +++ b/lib/URI/_idna.pm @@ -9,7 +9,7 @@ use warnings; use URI::_punycode qw(encode_punycode decode_punycode); use Carp qw(croak); -our $VERSION = '1.76'; +our $VERSION = '5.05'; BEGIN { *URI::_idna::_ENV_::JOIN_LEAKS_UTF8_FLAGS = "$]" < 5.008_003 diff --git a/lib/URI/_ldap.pm b/lib/URI/_ldap.pm index 5057c37..8b08136 100644 --- a/lib/URI/_ldap.pm +++ b/lib/URI/_ldap.pm @@ -7,7 +7,7 @@ package URI::_ldap; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use URI::Escape qw(uri_unescape); diff --git a/lib/URI/_login.pm b/lib/URI/_login.pm index 7c3e5a1..05381e9 100644 --- a/lib/URI/_login.pm +++ b/lib/URI/_login.pm @@ -5,7 +5,7 @@ use warnings; use parent qw(URI::_server URI::_userpass); -our $VERSION = '1.76'; +our $VERSION = '5.05'; # Generic terminal logins. This is used as a base class for 'telnet', # 'tn3270', and 'rlogin' URL schemes. diff --git a/lib/URI/_punycode.pm b/lib/URI/_punycode.pm index 405acc2..18ed42f 100644 --- a/lib/URI/_punycode.pm +++ b/lib/URI/_punycode.pm @@ -3,7 +3,7 @@ package URI::_punycode; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use Exporter 'import'; our @EXPORT = qw(encode_punycode decode_punycode); diff --git a/lib/URI/_query.pm b/lib/URI/_query.pm index d9dde13..52649d8 100644 --- a/lib/URI/_query.pm +++ b/lib/URI/_query.pm @@ -6,7 +6,7 @@ use warnings; use URI (); use URI::Escape qw(uri_unescape); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub query { diff --git a/lib/URI/_segment.pm b/lib/URI/_segment.pm index 01f207f..1b746a2 100644 --- a/lib/URI/_segment.pm +++ b/lib/URI/_segment.pm @@ -11,7 +11,7 @@ use URI::Escape qw(uri_unescape); use overload '""' => sub { $_[0]->[0] }, fallback => 1; -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub new { diff --git a/lib/URI/_server.pm b/lib/URI/_server.pm index 5c32400..09eff03 100644 --- a/lib/URI/_server.pm +++ b/lib/URI/_server.pm @@ -7,7 +7,7 @@ use parent 'URI::_generic'; use URI::Escape qw(uri_unescape); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub _uric_escape { my($class, $str) = @_; diff --git a/lib/URI/_userpass.pm b/lib/URI/_userpass.pm index b57fb2a..47c3bb4 100644 --- a/lib/URI/_userpass.pm +++ b/lib/URI/_userpass.pm @@ -5,7 +5,7 @@ use warnings; use URI::Escape qw(uri_unescape); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub user { diff --git a/lib/URI/data.pm b/lib/URI/data.pm index b21b5a3..3162d1d 100644 --- a/lib/URI/data.pm +++ b/lib/URI/data.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI'; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use MIME::Base64 qw(encode_base64 decode_base64); use URI::Escape qw(uri_unescape); diff --git a/lib/URI/file.pm b/lib/URI/file.pm index d76ddf2..ad18d79 100644 --- a/lib/URI/file.pm +++ b/lib/URI/file.pm @@ -4,7 +4,7 @@ use strict; use warnings; use parent 'URI::_generic'; -our $VERSION = "4.21"; +our $VERSION = '5.05'; use URI::Escape qw(uri_unescape); diff --git a/lib/URI/file/Base.pm b/lib/URI/file/Base.pm index bddd78a..b3eddca 100644 --- a/lib/URI/file/Base.pm +++ b/lib/URI/file/Base.pm @@ -5,7 +5,7 @@ use warnings; use URI::Escape qw(); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub new { diff --git a/lib/URI/file/FAT.pm b/lib/URI/file/FAT.pm index 78ed780..122271e 100644 --- a/lib/URI/file/FAT.pm +++ b/lib/URI/file/FAT.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI::file::Win32'; -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub fix_path { diff --git a/lib/URI/file/Mac.pm b/lib/URI/file/Mac.pm index 155d618..e6f56ad 100644 --- a/lib/URI/file/Mac.pm +++ b/lib/URI/file/Mac.pm @@ -7,7 +7,7 @@ use parent 'URI::file::Base'; use URI::Escape qw(uri_unescape); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub _file_extract_path { diff --git a/lib/URI/file/OS2.pm b/lib/URI/file/OS2.pm index a3cbf98..e5f81c7 100644 --- a/lib/URI/file/OS2.pm +++ b/lib/URI/file/OS2.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI::file::Win32'; -our $VERSION = '1.76'; +our $VERSION = '5.05'; # The Win32 version translates k:/foo to file://k:/foo (?!) # We add an empty host diff --git a/lib/URI/file/QNX.pm b/lib/URI/file/QNX.pm index 995fd63..0d9e987 100644 --- a/lib/URI/file/QNX.pm +++ b/lib/URI/file/QNX.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI::file::Unix'; -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub _file_extract_path { diff --git a/lib/URI/file/Unix.pm b/lib/URI/file/Unix.pm index 869e899..4d715d9 100644 --- a/lib/URI/file/Unix.pm +++ b/lib/URI/file/Unix.pm @@ -7,7 +7,7 @@ use parent 'URI::file::Base'; use URI::Escape qw(uri_unescape); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub _file_extract_path { diff --git a/lib/URI/file/Win32.pm b/lib/URI/file/Win32.pm index d4f1ecf..38401f9 100644 --- a/lib/URI/file/Win32.pm +++ b/lib/URI/file/Win32.pm @@ -7,7 +7,7 @@ use parent 'URI::file::Base'; use URI::Escape qw(uri_unescape); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub _file_extract_authority { diff --git a/lib/URI/ftp.pm b/lib/URI/ftp.pm index e2d1950..d64ed44 100644 --- a/lib/URI/ftp.pm +++ b/lib/URI/ftp.pm @@ -3,7 +3,7 @@ package URI::ftp; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent qw(URI::_server URI::_userpass); diff --git a/lib/URI/gopher.pm b/lib/URI/gopher.pm index 00bc363..9c6904b 100644 --- a/lib/URI/gopher.pm +++ b/lib/URI/gopher.pm @@ -3,7 +3,7 @@ package URI::gopher; # , Dec 4, 1996 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_server'; diff --git a/lib/URI/http.pm b/lib/URI/http.pm index 1b02cac..00eec2a 100644 --- a/lib/URI/http.pm +++ b/lib/URI/http.pm @@ -3,7 +3,7 @@ package URI::http; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_server'; diff --git a/lib/URI/https.pm b/lib/URI/https.pm index f40636b..452459b 100644 --- a/lib/URI/https.pm +++ b/lib/URI/https.pm @@ -3,7 +3,7 @@ package URI::https; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::http'; diff --git a/lib/URI/ldap.pm b/lib/URI/ldap.pm index 813bff9..3b6e209 100644 --- a/lib/URI/ldap.pm +++ b/lib/URI/ldap.pm @@ -7,7 +7,7 @@ package URI::ldap; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent qw(URI::_ldap URI::_server); diff --git a/lib/URI/ldapi.pm b/lib/URI/ldapi.pm index b138c88..1c0b3f1 100644 --- a/lib/URI/ldapi.pm +++ b/lib/URI/ldapi.pm @@ -3,7 +3,7 @@ package URI::ldapi; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent qw(URI::_ldap URI::_generic); diff --git a/lib/URI/ldaps.pm b/lib/URI/ldaps.pm index 02ad511..c089d09 100644 --- a/lib/URI/ldaps.pm +++ b/lib/URI/ldaps.pm @@ -3,7 +3,7 @@ package URI::ldaps; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::ldap'; diff --git a/lib/URI/mailto.pm b/lib/URI/mailto.pm index 300386e..12b18a1 100644 --- a/lib/URI/mailto.pm +++ b/lib/URI/mailto.pm @@ -3,7 +3,7 @@ package URI::mailto; # RFC 2368 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent qw(URI URI::_query); diff --git a/lib/URI/mms.pm b/lib/URI/mms.pm index 3c0e44f..e63b975 100644 --- a/lib/URI/mms.pm +++ b/lib/URI/mms.pm @@ -3,7 +3,7 @@ package URI::mms; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::http'; diff --git a/lib/URI/news.pm b/lib/URI/news.pm index 55dcf71..e4283b4 100644 --- a/lib/URI/news.pm +++ b/lib/URI/news.pm @@ -3,7 +3,7 @@ package URI::news; # draft-gilman-news-url-01 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_server'; diff --git a/lib/URI/nntp.pm b/lib/URI/nntp.pm index 80bd942..376a9e3 100644 --- a/lib/URI/nntp.pm +++ b/lib/URI/nntp.pm @@ -3,7 +3,7 @@ package URI::nntp; # draft-gilman-news-url-01 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::news'; diff --git a/lib/URI/pop.pm b/lib/URI/pop.pm index ba824c0..43a6876 100644 --- a/lib/URI/pop.pm +++ b/lib/URI/pop.pm @@ -3,7 +3,7 @@ package URI::pop; # RFC 2384 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_server'; diff --git a/lib/URI/rlogin.pm b/lib/URI/rlogin.pm index 9dd5667..23d20b0 100644 --- a/lib/URI/rlogin.pm +++ b/lib/URI/rlogin.pm @@ -3,7 +3,7 @@ package URI::rlogin; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_login'; diff --git a/lib/URI/rsync.pm b/lib/URI/rsync.pm index fb6fc13..864ef70 100644 --- a/lib/URI/rsync.pm +++ b/lib/URI/rsync.pm @@ -5,7 +5,7 @@ package URI::rsync; # http://rsync.samba.org/ use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent qw(URI::_server URI::_userpass); diff --git a/lib/URI/rtsp.pm b/lib/URI/rtsp.pm index b06193a..d641acd 100644 --- a/lib/URI/rtsp.pm +++ b/lib/URI/rtsp.pm @@ -3,7 +3,7 @@ package URI::rtsp; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::http'; diff --git a/lib/URI/rtspu.pm b/lib/URI/rtspu.pm index 8ed9707..3261f70 100644 --- a/lib/URI/rtspu.pm +++ b/lib/URI/rtspu.pm @@ -3,7 +3,7 @@ package URI::rtspu; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::rtsp'; diff --git a/lib/URI/sftp.pm b/lib/URI/sftp.pm index 93ff152..a3ee702 100644 --- a/lib/URI/sftp.pm +++ b/lib/URI/sftp.pm @@ -5,6 +5,6 @@ use warnings; use parent 'URI::ssh'; -our $VERSION = '1.76'; +our $VERSION = '5.05'; 1; diff --git a/lib/URI/sip.pm b/lib/URI/sip.pm index d793a3f..8b2e6bc 100644 --- a/lib/URI/sip.pm +++ b/lib/URI/sip.pm @@ -14,7 +14,7 @@ use parent qw(URI::_server URI::_userpass); use URI::Escape qw(uri_unescape); -our $VERSION = '1.76'; +our $VERSION = '5.05'; sub default_port { 5060 } diff --git a/lib/URI/sips.pm b/lib/URI/sips.pm index 4d5553b..9a82836 100644 --- a/lib/URI/sips.pm +++ b/lib/URI/sips.pm @@ -3,7 +3,7 @@ package URI::sips; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::sip'; diff --git a/lib/URI/snews.pm b/lib/URI/snews.pm index 9911046..287c308 100644 --- a/lib/URI/snews.pm +++ b/lib/URI/snews.pm @@ -3,7 +3,7 @@ package URI::snews; # draft-gilman-news-url-01 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::news'; diff --git a/lib/URI/ssh.pm b/lib/URI/ssh.pm index c4848f0..f44e324 100644 --- a/lib/URI/ssh.pm +++ b/lib/URI/ssh.pm @@ -3,7 +3,7 @@ package URI::ssh; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_login'; diff --git a/lib/URI/telnet.pm b/lib/URI/telnet.pm index 4d95a62..eeb463b 100644 --- a/lib/URI/telnet.pm +++ b/lib/URI/telnet.pm @@ -3,7 +3,7 @@ package URI::telnet; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_login'; diff --git a/lib/URI/tn3270.pm b/lib/URI/tn3270.pm index cdcabbd..91e6273 100644 --- a/lib/URI/tn3270.pm +++ b/lib/URI/tn3270.pm @@ -3,7 +3,7 @@ package URI::tn3270; use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::_login'; diff --git a/lib/URI/urn.pm b/lib/URI/urn.pm index bca02cb..b746736 100644 --- a/lib/URI/urn.pm +++ b/lib/URI/urn.pm @@ -3,7 +3,7 @@ package URI::urn; # RFC 2141 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI'; diff --git a/lib/URI/urn/isbn.pm b/lib/URI/urn/isbn.pm index 9246345..7b045f3 100644 --- a/lib/URI/urn/isbn.pm +++ b/lib/URI/urn/isbn.pm @@ -3,7 +3,7 @@ package URI::urn::isbn; # RFC 3187 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::urn'; diff --git a/lib/URI/urn/oid.pm b/lib/URI/urn/oid.pm index 2a4a0f9..a1b6dbc 100644 --- a/lib/URI/urn/oid.pm +++ b/lib/URI/urn/oid.pm @@ -3,7 +3,7 @@ package URI::urn::oid; # RFC 2061 use strict; use warnings; -our $VERSION = '1.76'; +our $VERSION = '5.05'; use parent 'URI::urn'; diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t index c72183a..c3a94ca 100644 --- a/t/00-report-prereqs.t +++ b/t/00-report-prereqs.t @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028 use Test::More tests => 1; @@ -188,6 +188,6 @@ if ( @dep_errors ) { ); } -pass; +pass('Reported prereqs'); # vim: ts=4 sts=4 sw=4 et: diff --git a/t/ipv6.t b/t/ipv6.t new file mode 100644 index 0000000..5dfb337 --- /dev/null +++ b/t/ipv6.t @@ -0,0 +1,14 @@ +#!perl + +use strict; +use warnings; + +use URI (); +use Test::More; + +my $url = URI->new('http://[fe80::e828:209d:20e:c0ae]:375'); + +is( $url->host, 'fe80::e828:209d:20e:c0ae', 'host' ); +is( $url->port, 375, 'port' ); + +done_testing(); diff --git a/xt/author/minimum-version.t b/xt/author/minimum-version.t index 6af92e0..bed9e18 100644 --- a/xt/author/minimum-version.t +++ b/xt/author/minimum-version.t @@ -1,6 +1,6 @@ -#!perl +use strict; +use warnings; use Test::More; - use Test::MinimumVersion; all_minimum_version_from_metayml_ok(); diff --git a/xt/release/changes_has_content.t b/xt/release/changes_has_content.t index 99ada94..381db24 100644 --- a/xt/release/changes_has_content.t +++ b/xt/release/changes_has_content.t @@ -1,8 +1,14 @@ use Test::More tests => 2; +if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') { + chomp(my $branch_name = ($ENV{TRAVIS_BRANCH} || `git rev-parse --abbrev-ref HEAD`)); + $TODO = 'Changes need not have content for this release yet if this is only the master branch' + if ($branch_name || '') eq 'master'; +} + note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '1.76'; +my $newver = '5.05'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8'; -- 2.7.4