Hello community, here is the log from the commit of package perl-libwww-perl for openSUSE:Factory checked in at 2018-11-13 16:26:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-libwww-perl (Old) and /work/SRC/openSUSE:Factory/.perl-libwww-perl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-libwww-perl" Tue Nov 13 16:26:57 2018 rev:58 rq:647289 version:6.36 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-libwww-perl/perl-libwww-perl.changes 2018-07-18 22:37:17.810270939 +0200 +++ /work/SRC/openSUSE:Factory/.perl-libwww-perl.new/perl-libwww-perl.changes 2018-11-13 16:27:09.114522628 +0100 @@ -1,0 +2,10 @@ +Thu Nov 8 07:10:31 UTC 2018 - Stephan Kulow <[email protected]> + +- updated to 6.36 + see /usr/share/doc/packages/perl-libwww-perl/Changes + + 6.36 2018-10-10 02:20:58Z + - fix broken link https://metacpan.org/pod/LWP::Simple by fixing pod + header (thanks for the report, traumschule!) + +------------------------------------------------------------------- Old: ---- libwww-perl-6.35.tar.gz New: ---- libwww-perl-6.36.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-libwww-perl.spec ++++++ --- /var/tmp/diff_new_pack.Iss9DN/_old 2018-11-13 16:27:11.614518680 +0100 +++ /var/tmp/diff_new_pack.Iss9DN/_new 2018-11-13 16:27:11.618518674 +0100 @@ -12,18 +12,18 @@ # 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-libwww-perl -Version: 6.35 +Version: 6.36 Release: 0 %define cpan_name libwww-perl Summary: The World-Wide Web library for Perl License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/libwww-perl/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -42,7 +42,7 @@ BuildRequires: perl(HTTP::Request) >= 6 BuildRequires: perl(HTTP::Request::Common) >= 6 BuildRequires: perl(HTTP::Response) >= 6 -BuildRequires: perl(HTTP::Status) >= 6 +BuildRequires: perl(HTTP::Status) >= 6.18 BuildRequires: perl(LWP::MediaTypes) >= 6 BuildRequires: perl(Module::Metadata) BuildRequires: perl(Net::HTTP) >= 6.07 @@ -64,7 +64,7 @@ Requires: perl(HTTP::Request) >= 6 Requires: perl(HTTP::Request::Common) >= 6 Requires: perl(HTTP::Response) >= 6 -Requires: perl(HTTP::Status) >= 6 +Requires: perl(HTTP::Status) >= 6.18 Requires: perl(LWP::MediaTypes) >= 6 Requires: perl(Net::HTTP) >= 6.07 Requires: perl(Try::Tiny) @@ -83,7 +83,7 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check ++++++ libwww-perl-6.35.tar.gz -> libwww-perl-6.36.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/Changes new/libwww-perl-6.36/Changes --- old/libwww-perl-6.35/Changes 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/Changes 2018-10-10 04:21:01.000000000 +0200 @@ -1,5 +1,9 @@ Change history for libwww-perl +6.36 2018-10-10 02:20:58Z + - fix broken link https://metacpan.org/pod/LWP::Simple by fixing pod + header (thanks for the report, traumschule!) + 6.35 2018-07-16 04:48:54Z - fix file descriptor leak in LWP::Protocol (introduced in version 6.17) that occurs for perl versions earlier than 5.18. (GH #296) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/INSTALL new/libwww-perl-6.36/INSTALL --- old/libwww-perl-6.35/INSTALL 1970-01-01 01:00:00.000000000 +0100 +++ new/libwww-perl-6.36/INSTALL 2018-10-10 04:21:01.000000000 +0200 @@ -0,0 +1,59 @@ +This is the Perl distribution libwww-perl. + +Installing libwww-perl is straightforward. + +## Installation with cpanm + +If you have cpanm, you only need one line: + + % cpanm libwww::perl + +If it does not have permission to install modules to the current perl, cpanm +will automatically set up and install to a local::lib in your home directory. +See the local::lib documentation (https://metacpan.org/pod/local::lib) for +details on enabling it in your environment. + +## Installing with the CPAN shell + +Alternatively, if your CPAN shell is set up, you should just be able to do: + + % cpan libwww::perl + +## Manual installation + +As a last resort, you can manually install it. Download the tarball, untar it, +install configure prerequisites (see below), then build it: + + % perl Makefile.PL + % make && make test + +Then install it: + + % make install + +On Windows platforms, you should use `dmake` or `nmake`, instead of `make`. + +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib + +The prerequisites of this distribution will also have to be installed manually. The +prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated +by running the manual build process described above. + +## Configure Prerequisites + +This distribution requires other modules to be installed before this +distribution's installer can be run. They can be found under the +"configure_requires" key of META.yml or the +"{prereqs}{configure}{requires}" key of META.json. + +## Documentation + +libwww-perl documentation is available as POD. +You can run `perldoc` from a shell to read the documentation: + + % perldoc libwww::perl + +For more information on installing Perl modules via CPAN, please see: +https://www.cpan.org/modules/INSTALL.html diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/MANIFEST new/libwww-perl-6.36/MANIFEST --- old/libwww-perl-6.35/MANIFEST 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/MANIFEST 2018-10-10 04:21:01.000000000 +0200 @@ -1,6 +1,7 @@ # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. CONTRIBUTING.md Changes +INSTALL LICENSE MANIFEST META.json diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/META.json new/libwww-perl-6.36/META.json --- old/libwww-perl-6.35/META.json 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/META.json 2018-10-10 04:21:01.000000000 +0200 @@ -108,96 +108,96 @@ "provides" : { "LWP" : { "file" : "lib/LWP.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Authen::Basic" : { "file" : "lib/LWP/Authen/Basic.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Authen::Digest" : { "file" : "lib/LWP/Authen/Digest.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Authen::Ntlm" : { "file" : "lib/LWP/Authen/Ntlm.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::ConnCache" : { "file" : "lib/LWP/ConnCache.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Debug" : { "file" : "lib/LWP/Debug.pm", - "version" : "6.35", + "version" : "6.36", "x_deprecated" : 1 }, "LWP::Debug::TraceHTTP" : { "file" : "lib/LWP/Debug/TraceHTTP.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::DebugFile" : { "file" : "lib/LWP/DebugFile.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::MemberMixin" : { "file" : "lib/LWP/MemberMixin.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol" : { "file" : "lib/LWP/Protocol.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::cpan" : { "file" : "lib/LWP/Protocol/cpan.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::data" : { "file" : "lib/LWP/Protocol/data.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::file" : { "file" : "lib/LWP/Protocol/file.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::ftp" : { "file" : "lib/LWP/Protocol/ftp.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::gopher" : { "file" : "lib/LWP/Protocol/gopher.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::http" : { "file" : "lib/LWP/Protocol/http.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::loopback" : { "file" : "lib/LWP/Protocol/loopback.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::mailto" : { "file" : "lib/LWP/Protocol/mailto.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::nntp" : { "file" : "lib/LWP/Protocol/nntp.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Protocol::nogo" : { "file" : "lib/LWP/Protocol/nogo.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::RobotUA" : { "file" : "lib/LWP/RobotUA.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::Simple" : { "file" : "lib/LWP/Simple.pm", - "version" : "6.35" + "version" : "6.36" }, "LWP::UserAgent" : { "file" : "lib/LWP/UserAgent.pm", - "version" : "6.35" + "version" : "6.36" } }, "release_status" : "stable", @@ -214,10 +214,10 @@ "x_IRC" : "irc://irc.perl.org/#lwp", "x_MailingList" : "mailto:[email protected]" }, - "version" : "6.35", + "version" : "6.36", "x_Dist_Zilla" : { "perl" : { - "version" : "5.028000" + "version" : "5.029003" }, "plugins" : [ { @@ -268,7 +268,7 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", + "Module::Metadata" : "1.000034", "version" : "0.006" } }, @@ -320,7 +320,7 @@ } }, "name" : "Git::Contributors", - "version" : "0.034" + "version" : "0.035" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -343,6 +343,11 @@ "version" : "6.012" }, { + "class" : "Dist::Zilla::Plugin::InstallGuide", + "name" : "InstallGuide", + "version" : "1.200011" + }, + { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "ExecDir", "version" : "6.012" @@ -356,7 +361,7 @@ "class" : "Dist::Zilla::Plugin::DynamicPrereqs", "config" : { "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", + "Module::Metadata" : "1.000034", "version" : "0.006" } }, @@ -371,11 +376,12 @@ "version" : "6.012" }, "Dist::Zilla::Role::TestRunner" : { + "default_jobs" : 1, "version" : "6.012" } }, "name" : "MakeMaker::Awesome", - "version" : "0.46" + "version" : "0.47" }, { "class" : "Dist::Zilla::Plugin::MojibakeTests", @@ -757,7 +763,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v6.35", + "tag" : "v6.36", "tag_format" : "v%v", "tag_message" : "v%v" }, @@ -1000,7 +1006,7 @@ "Yury Zavarin <[email protected]>", "Zefram <[email protected]>" ], - "x_generated_by_perl" : "v5.28.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.04" + "x_generated_by_perl" : "v5.29.3", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/META.yml new/libwww-perl-6.36/META.yml --- old/libwww-perl-6.35/META.yml 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/META.yml 2018-10-10 04:21:01.000000000 +0200 @@ -30,74 +30,74 @@ provides: LWP: file: lib/LWP.pm - version: '6.35' + version: '6.36' LWP::Authen::Basic: file: lib/LWP/Authen/Basic.pm - version: '6.35' + version: '6.36' LWP::Authen::Digest: file: lib/LWP/Authen/Digest.pm - version: '6.35' + version: '6.36' LWP::Authen::Ntlm: file: lib/LWP/Authen/Ntlm.pm - version: '6.35' + version: '6.36' LWP::ConnCache: file: lib/LWP/ConnCache.pm - version: '6.35' + version: '6.36' LWP::Debug: file: lib/LWP/Debug.pm - version: '6.35' + version: '6.36' x_deprecated: 1 LWP::Debug::TraceHTTP: file: lib/LWP/Debug/TraceHTTP.pm - version: '6.35' + version: '6.36' LWP::DebugFile: file: lib/LWP/DebugFile.pm - version: '6.35' + version: '6.36' LWP::MemberMixin: file: lib/LWP/MemberMixin.pm - version: '6.35' + version: '6.36' LWP::Protocol: file: lib/LWP/Protocol.pm - version: '6.35' + version: '6.36' LWP::Protocol::cpan: file: lib/LWP/Protocol/cpan.pm - version: '6.35' + version: '6.36' LWP::Protocol::data: file: lib/LWP/Protocol/data.pm - version: '6.35' + version: '6.36' LWP::Protocol::file: file: lib/LWP/Protocol/file.pm - version: '6.35' + version: '6.36' LWP::Protocol::ftp: file: lib/LWP/Protocol/ftp.pm - version: '6.35' + version: '6.36' LWP::Protocol::gopher: file: lib/LWP/Protocol/gopher.pm - version: '6.35' + version: '6.36' LWP::Protocol::http: file: lib/LWP/Protocol/http.pm - version: '6.35' + version: '6.36' LWP::Protocol::loopback: file: lib/LWP/Protocol/loopback.pm - version: '6.35' + version: '6.36' LWP::Protocol::mailto: file: lib/LWP/Protocol/mailto.pm - version: '6.35' + version: '6.36' LWP::Protocol::nntp: file: lib/LWP/Protocol/nntp.pm - version: '6.35' + version: '6.36' LWP::Protocol::nogo: file: lib/LWP/Protocol/nogo.pm - version: '6.35' + version: '6.36' LWP::RobotUA: file: lib/LWP/RobotUA.pm - version: '6.35' + version: '6.36' LWP::Simple: file: lib/LWP/Simple.pm - version: '6.35' + version: '6.36' LWP::UserAgent: file: lib/LWP/UserAgent.pm - version: '6.35' + version: '6.36' requires: Digest::MD5: '0' Encode: '2.12' @@ -134,10 +134,10 @@ bugtracker: https://github.com/libwww-perl/libwww-perl/issues homepage: https://github.com/libwww-perl/libwww-perl repository: https://github.com/libwww-perl/libwww-perl.git -version: '6.35' +version: '6.36' x_Dist_Zilla: perl: - version: '5.028000' + version: '5.029003' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -177,7 +177,7 @@ inherit_version: '1' meta_noindex: '1' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000033' + Module::Metadata: '1.000034' version: '0.006' name: MetaProvides::Package version: '2.004003' @@ -216,7 +216,7 @@ order_by: name paths: [] name: Git::Contributors - version: '0.034' + version: '0.035' - class: Dist::Zilla::Plugin::GithubMeta name: GithubMeta @@ -234,6 +234,10 @@ name: License version: '6.012' - + class: Dist::Zilla::Plugin::InstallGuide + name: InstallGuide + version: '1.200011' + - class: Dist::Zilla::Plugin::ExecDir name: ExecDir version: '6.012' @@ -245,7 +249,7 @@ class: Dist::Zilla::Plugin::DynamicPrereqs config: Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000033' + Module::Metadata: '1.000034' version: '0.006' name: DynamicPrereqs version: '0.034' @@ -256,9 +260,10 @@ make_path: make version: '6.012' Dist::Zilla::Role::TestRunner: + default_jobs: 1 version: '6.012' name: MakeMaker::Awesome - version: '0.46' + version: '0.47' - class: Dist::Zilla::Plugin::MojibakeTests name: MojibakeTests @@ -575,7 +580,7 @@ branch: ~ changelog: Changes signed: 0 - tag: v6.35 + tag: v6.36 tag_format: v%v tag_message: v%v Dist::Zilla::Role::Git::Repo: @@ -778,5 +783,5 @@ - 'Yuri Karaban <[email protected]>' - 'Yury Zavarin <[email protected]>' - 'Zefram <[email protected]>' -x_generated_by_perl: v5.28.0 +x_generated_by_perl: v5.29.3 x_serialization_backend: 'YAML::Tiny version 1.73' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/Makefile.PL new/libwww-perl-6.36/Makefile.PL --- old/libwww-perl-6.35/Makefile.PL 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/Makefile.PL 2018-10-10 04:21:01.000000000 +0200 @@ -1,5 +1,5 @@ # This Makefile.PL for libwww-perl was generated by -# Dist::Zilla::Plugin::MakeMaker::Awesome 0.46. +# Dist::Zilla::Plugin::MakeMaker::Awesome 0.47. # Don't edit it but the dist.ini and plugins used to construct it. use strict; @@ -86,7 +86,7 @@ "Test::Needs" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "6.35", + "VERSION" => "6.36", "test" => { "TESTS" => "t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/bin/lwp-request new/libwww-perl-6.36/bin/lwp-request --- old/libwww-perl-6.35/bin/lwp-request 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/bin/lwp-request 2018-10-10 04:21:01.000000000 +0200 @@ -4,7 +4,7 @@ =head1 NAME -lwp-request, GET, POST, HEAD - Simple command line user agent +lwp-request - Simple command line user agent =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/dist.ini new/libwww-perl-6.36/dist.ini --- old/libwww-perl-6.35/dist.ini 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/dist.ini 2018-10-10 04:21:01.000000000 +0200 @@ -32,6 +32,7 @@ authority = cpan:LWWWP [Manifest] [License] +[InstallGuide] ; make the bin dir executables [ExecDir] @@ -84,7 +85,7 @@ [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} +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] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Authen/Basic.pm new/libwww-perl-6.36/lib/LWP/Authen/Basic.pm --- old/libwww-perl-6.35/lib/LWP/Authen/Basic.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Authen/Basic.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require MIME::Base64; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Authen/Digest.pm new/libwww-perl-6.36/lib/LWP/Authen/Digest.pm --- old/libwww-perl-6.35/lib/LWP/Authen/Digest.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Authen/Digest.pm 2018-10-10 04:21:01.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use base 'LWP::Authen::Basic'; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require Digest::MD5; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Authen/Ntlm.pm new/libwww-perl-6.36/lib/LWP/Authen/Ntlm.pm --- old/libwww-perl-6.35/lib/LWP/Authen/Ntlm.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Authen/Ntlm.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; use Authen::NTLM "1.02"; use MIME::Base64 "2.12"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/ConnCache.pm new/libwww-perl-6.36/lib/LWP/ConnCache.pm --- old/libwww-perl-6.35/lib/LWP/ConnCache.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/ConnCache.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; our $DEBUG; sub new { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Debug/TraceHTTP.pm new/libwww-perl-6.36/lib/LWP/Debug/TraceHTTP.pm --- old/libwww-perl-6.35/lib/LWP/Debug/TraceHTTP.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Debug/TraceHTTP.pm 2018-10-10 04:21:01.000000000 +0200 @@ -11,7 +11,7 @@ use strict; use base 'LWP::Protocol::http'; -our $VERSION = '6.35'; +our $VERSION = '6.36'; package # hide from PAUSE LWP::Debug::TraceHTTP::Socket; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Debug.pm new/libwww-perl-6.36/lib/LWP/Debug.pm --- old/libwww-perl-6.35/lib/LWP/Debug.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Debug.pm 2018-10-10 04:21:01.000000000 +0200 @@ -1,6 +1,6 @@ package LWP::Debug; # legacy -our $VERSION = '6.35'; +our $VERSION = '6.36'; require Exporter; our @ISA = qw(Exporter); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/DebugFile.pm new/libwww-perl-6.36/lib/LWP/DebugFile.pm --- old/libwww-perl-6.35/lib/LWP/DebugFile.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/DebugFile.pm 2018-10-10 04:21:01.000000000 +0200 @@ -1,6 +1,6 @@ package LWP::DebugFile; -our $VERSION = '6.35'; +our $VERSION = '6.36'; # legacy stub diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/MemberMixin.pm new/libwww-perl-6.36/lib/LWP/MemberMixin.pm --- old/libwww-perl-6.35/lib/LWP/MemberMixin.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/MemberMixin.pm 2018-10-10 04:21:01.000000000 +0200 @@ -1,6 +1,6 @@ package LWP::MemberMixin; -our $VERSION = '6.35'; +our $VERSION = '6.36'; sub _elem { my $self = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/cpan.pm new/libwww-perl-6.36/lib/LWP/Protocol/cpan.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/cpan.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/cpan.pm 2018-10-10 04:21:01.000000000 +0200 @@ -4,7 +4,7 @@ use base qw(LWP::Protocol); -our $VERSION = '6.35'; +our $VERSION = '6.36'; require URI; require HTTP::Status; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/data.pm new/libwww-perl-6.36/lib/LWP/Protocol/data.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/data.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/data.pm 2018-10-10 04:21:01.000000000 +0200 @@ -4,7 +4,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require HTTP::Response; require HTTP::Status; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/file.pm new/libwww-perl-6.36/lib/LWP/Protocol/file.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/file.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/file.pm 2018-10-10 04:21:01.000000000 +0200 @@ -4,7 +4,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require LWP::MediaTypes; require HTTP::Request; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/ftp.pm new/libwww-perl-6.36/lib/LWP/Protocol/ftp.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/ftp.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/ftp.pm 2018-10-10 04:21:01.000000000 +0200 @@ -5,7 +5,7 @@ use base qw(LWP::Protocol); use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; use Carp (); use HTTP::Status (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/gopher.pm new/libwww-perl-6.36/lib/LWP/Protocol/gopher.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/gopher.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/gopher.pm 2018-10-10 04:21:01.000000000 +0200 @@ -9,7 +9,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require HTTP::Response; require HTTP::Status; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/http.pm new/libwww-perl-6.36/lib/LWP/Protocol/http.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/http.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/http.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require HTTP::Response; require HTTP::Status; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/loopback.pm new/libwww-perl-6.36/lib/LWP/Protocol/loopback.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/loopback.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/loopback.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require HTTP::Response; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/mailto.pm new/libwww-perl-6.36/lib/LWP/Protocol/mailto.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/mailto.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/mailto.pm 2018-10-10 04:21:01.000000000 +0200 @@ -11,7 +11,7 @@ use Carp; use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; use base qw(LWP::Protocol); our $SENDMAIL; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/nntp.pm new/libwww-perl-6.36/lib/LWP/Protocol/nntp.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/nntp.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/nntp.pm 2018-10-10 04:21:01.000000000 +0200 @@ -4,7 +4,7 @@ use base qw(LWP::Protocol); -our $VERSION = '6.35'; +our $VERSION = '6.36'; require HTTP::Response; require HTTP::Status; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol/nogo.pm new/libwww-perl-6.36/lib/LWP/Protocol/nogo.pm --- old/libwww-perl-6.35/lib/LWP/Protocol/nogo.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol/nogo.pm 2018-10-10 04:21:01.000000000 +0200 @@ -7,7 +7,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require HTTP::Response; require HTTP::Status; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Protocol.pm new/libwww-perl-6.36/lib/LWP/Protocol.pm --- old/libwww-perl-6.35/lib/LWP/Protocol.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Protocol.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use base 'LWP::MemberMixin'; -our $VERSION = '6.35'; +our $VERSION = '6.36'; use strict; use Carp (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/RobotUA.pm new/libwww-perl-6.36/lib/LWP/RobotUA.pm --- old/libwww-perl-6.35/lib/LWP/RobotUA.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/RobotUA.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use base qw(LWP::UserAgent); -our $VERSION = '6.35'; +our $VERSION = '6.36'; require WWW::RobotRules; require HTTP::Request; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/Simple.pm new/libwww-perl-6.36/lib/LWP/Simple.pm --- old/libwww-perl-6.35/lib/LWP/Simple.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/Simple.pm 2018-10-10 04:21:01.000000000 +0200 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require Exporter; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP/UserAgent.pm new/libwww-perl-6.36/lib/LWP/UserAgent.pm --- old/libwww-perl-6.35/lib/LWP/UserAgent.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP/UserAgent.pm 2018-10-10 04:21:01.000000000 +0200 @@ -15,7 +15,7 @@ use Scalar::Util qw(blessed); use Try::Tiny qw(try catch); -our $VERSION = '6.35'; +our $VERSION = '6.36'; sub new { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/lib/LWP.pm new/libwww-perl-6.36/lib/LWP.pm --- old/libwww-perl-6.35/lib/LWP.pm 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/lib/LWP.pm 2018-10-10 04:21:01.000000000 +0200 @@ -1,6 +1,6 @@ package LWP; -our $VERSION = '6.35'; +our $VERSION = '6.36'; require LWP::UserAgent; # this should load everything you need diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwww-perl-6.35/xt/release/changes_has_content.t new/libwww-perl-6.36/xt/release/changes_has_content.t --- old/libwww-perl-6.35/xt/release/changes_has_content.t 2018-07-16 06:48:58.000000000 +0200 +++ new/libwww-perl-6.36/xt/release/changes_has_content.t 2018-10-10 04:21:01.000000000 +0200 @@ -1,14 +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' + 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 = '6.35'; +my $newver = '6.36'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';
