commit perl-CPAN-Uploader for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CPAN-Uploader for openSUSE:Factory checked in at 2021-11-03 17:26:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Uploader (Old) and /work/SRC/openSUSE:Factory/.perl-CPAN-Uploader.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-CPAN-Uploader" Wed Nov 3 17:26:13 2021 rev:20 rq:928931 version:0.103016 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CPAN-Uploader/perl-CPAN-Uploader.changes 2020-08-25 09:39:11.168223797 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CPAN-Uploader.new.1890/perl-CPAN-Uploader.changes 2021-11-03 17:27:05.597364374 +0100 @@ -1,0 +2,14 @@ +Mon Nov 1 03:06:17 UTC 2021 - Tina M��ller <timueller+perl@suse.de> + +- updated to 0.103016 + see /usr/share/doc/packages/perl-CPAN-Uploader/Changes + + 0.103016 2021-10-30 22:49:45-04:00 America/New_York + - update author contact info + - add policy on required versions of perl + - drop prereq on File::HomeDir (thanks, Karen Etheridge) + - document the CPAN_UPLOADER_URI env var (thanks, Marcus Ramberg) + - fix some text and behavior around reaching max retries (thansk, + Thibault DUPONCHELLE) + +------------------------------------------------------------------- Old: ---- CPAN-Uploader-0.103015.tar.gz New: ---- CPAN-Uploader-0.103016.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CPAN-Uploader.spec ++++++ --- /var/tmp/diff_new_pack.peGNOu/_old 2021-11-03 17:27:05.985364586 +0100 +++ /var/tmp/diff_new_pack.peGNOu/_new 2021-11-03 17:27:05.989364588 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-CPAN-Uploader # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,19 @@ # +%define cpan_name CPAN-Uploader Name: perl-CPAN-Uploader -Version: 0.103015 +Version: 0.103016 Release: 0 -%define cpan_name CPAN-Uploader Summary: Upload things to the CPAN License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::HomeDir) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Getopt::Long::Descriptive) >= 0.084 BuildRequires: perl(HTTP::Request::Common) BuildRequires: perl(HTTP::Status) @@ -38,7 +36,6 @@ BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Term::ReadKey) BuildRequires: perl(Test::More) >= 0.96 -Requires: perl(File::HomeDir) Requires: perl(Getopt::Long::Descriptive) >= 0.084 Requires: perl(HTTP::Request::Common) Requires: perl(HTTP::Status) @@ -51,11 +48,11 @@ upload things to the CPAN %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -66,7 +63,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ CPAN-Uploader-0.103015.tar.gz -> CPAN-Uploader-0.103016.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/Changes new/CPAN-Uploader-0.103016/Changes --- old/CPAN-Uploader-0.103015/Changes 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/Changes 2021-10-31 03:49:48.000000000 +0100 @@ -1,5 +1,13 @@ Revision history for CPAN-Uploader +0.103016 2021-10-30 22:49:45-04:00 America/New_York + - update author contact info + - add policy on required versions of perl + - drop prereq on File::HomeDir (thanks, Karen Etheridge) + - document the CPAN_UPLOADER_URI env var (thanks, Marcus Ramberg) + - fix some text and behavior around reaching max retries (thansk, + Thibault DUPONCHELLE) + 0.103015 2020-08-20 23:07:25-04:00 America/New_York - quiet a harmless warning diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/LICENSE new/CPAN-Uploader-0.103016/LICENSE --- old/CPAN-Uploader-0.103015/LICENSE 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/LICENSE 2021-10-31 03:49:48.000000000 +0100 @@ -1,4 +1,4 @@ -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2021 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2020 by Ricardo SIGNES. +This software is Copyright (c) 2021 by Ricardo SIGNES. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2020 by Ricardo SIGNES. +This software is Copyright (c) 2021 by Ricardo SIGNES. This is free software, licensed under: @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/MANIFEST new/CPAN-Uploader-0.103016/MANIFEST --- old/CPAN-Uploader-0.103015/MANIFEST 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/MANIFEST 2021-10-31 03:49:48.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024. Changes LICENSE MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/META.json new/CPAN-Uploader-0.103016/META.json --- old/CPAN-Uploader-0.103015/META.json 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/META.json 2021-10-31 03:49:48.000000000 +0100 @@ -1,10 +1,10 @@ { "abstract" : "upload things to the CPAN", "author" : [ - "Ricardo SIGNES <rjbs@cpan.org>" + "Ricardo SIGNES <rjbs@semiotic.systems>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -16,7 +16,7 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "0" + "ExtUtils::MakeMaker" : "6.78" } }, "develop" : { @@ -32,7 +32,6 @@ "Data::Dumper" : "0", "Digest::MD5" : "0", "File::Basename" : "0", - "File::HomeDir" : "0", "File::Spec" : "0", "Getopt::Long::Descriptive" : "0.084", "HTTP::Request::Common" : "0", @@ -40,6 +39,7 @@ "LWP::Protocol::https" : "1", "LWP::UserAgent" : "0", "Term::ReadKey" : "0", + "perl" : "5.012", "strict" : "0", "warnings" : "0" } @@ -67,10 +67,10 @@ "web" : "https://github.com/rjbs/CPAN-Uploader" } }, - "version" : "0.103015", + "version" : "0.103016", "x_Dist_Zilla" : { "perl" : { - "version" : "5.032000" + "version" : "5.035005" }, "plugins" : [ { @@ -90,12 +90,12 @@ } }, "name" : "@RJBS/Git::GatherDir", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", - "version" : "0.020" + "version" : "0.021" }, { "class" : "Dist::Zilla::Plugin::CheckExtraTests", @@ -128,7 +128,9 @@ "modules" : [], "phase" : "release", "run_under_travis" : 0, - "skip" : [] + "skip" : [ + "Dist::Zilla::Plugin::RJBSMisc" + ] } }, "name" : "@RJBS/CPAN-Outdated", @@ -137,57 +139,57 @@ { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Filter/PruneCruft", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Filter/ManifestSkip", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Filter/MetaYAML", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Filter/License", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@RJBS/@Filter/Readme", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@RJBS/@Filter/ExecDir", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@RJBS/@Filter/ShareDir", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@RJBS/@Filter/Manifest", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@RJBS/@Filter/TestRelease", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@RJBS/@Filter/ConfirmRelease", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@RJBS/@Filter/UploadToCPAN", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -197,48 +199,48 @@ } }, "name" : "@RJBS/MakeMaker", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "config" : { "Dist::Zilla::Plugin::Git::NextVersion" : { "first_version" : "0.001", - "version_by_branch" : 0, + "version_by_branch" : 1, "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.24.3 (Apple Git-128)", + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." } }, "name" : "@RJBS/Git::NextVersion", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", @@ -248,7 +250,7 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", @@ -256,6 +258,11 @@ "version" : "0.028" }, { + "class" : "Dist::Zilla::Plugin::Git::Remote::Check", + "name" : "@RJBS/Git::Remote::Check", + "version" : "0.1.2" + }, + { "class" : "Dist::Zilla::Plugin::Prereqs", "config" : { "Dist::Zilla::Plugin::Prereqs" : { @@ -264,7 +271,7 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -281,82 +288,87 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@RJBS/SingleEncoding", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@RJBS/Name", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@RJBS/Version", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/Prelude", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Synopsis", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Description", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Overview", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Stability", - "version" : "4.015" + "version" : "4.018" + }, + { + "class" : "Pod::Weaver::Section::GenerateSection", + "name" : "@RJBS/PerlSupport", + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Attributes", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Methods", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Functions", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@RJBS/Leftovers", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/postlude", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@RJBS/Authors", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -366,18 +378,23 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@RJBS/Legal", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@RJBS/List", - "version" : "4.015" + "version" : "4.018" } ] } }, "name" : "@RJBS/PodWeaver", - "version" : "4.008" + "version" : "4.009" + }, + { + "class" : "Dist::Zilla::Plugin::RJBSMisc", + "name" : "@RJBS/RJBSMisc", + "version" : "5.020" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -399,19 +416,20 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.24.3 (Apple Git-128)", + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." } }, "name" : "@RJBS/@Git/Check", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%V%n%n%c" + "commit_msg" : "v%V%n%n%c", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -422,7 +440,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.24.3 (Apple Git-128)", + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -430,7 +448,7 @@ } }, "name" : "@RJBS/@Git/Commit", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -439,12 +457,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.103015", + "tag" : "0.103016", "tag_format" : "%v", "tag_message" : "v%V" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.24.3 (Apple Git-128)", + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -452,31 +470,30 @@ } }, "name" : "@RJBS/@Git/Tag", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "config" : { "Dist::Zilla::Plugin::Git::Push" : { "push_to" : [ - "origin :", "github :" ], "remotes_must_exist" : 0 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.24.3 (Apple Git-128)", + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." } }, "name" : "@RJBS/@Git/Push", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.24.3 (Apple Git-128)", + "git_version" : "2.30.1 (Apple Git-130)", "include_authors" : 0, "include_releaser" : 1, "order_by" : "name", @@ -484,7 +501,7 @@ } }, "name" : "@RJBS/Git::Contributors", - "version" : "0.035" + "version" : "0.036" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -495,7 +512,7 @@ } }, "name" : "Prereqs", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::RemovePrereqs", @@ -507,57 +524,57 @@ } }, "name" : "RemovePrereqs", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.015" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.015" + "version" : "6.024" } ], "zilla" : { @@ -565,7 +582,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.015" + "version" : "6.024" } }, "x_contributors" : [ @@ -576,18 +593,21 @@ "fREW Schmidt <frioux@gmail.com>", "Gabor Szabo <szabgab@gmail.com>", "Graham Knop <haarg@haarg.org>", + "Karen Etheridge <ether@cpan.org>", "Kent Fredric <kentfredric@gmail.com>", + "Marcus Ramberg <marcus.ramberg@gmail.com>", "Mark Fowler <mark@twoshortplanks.com>", "Mike Doherty <doherty@cs.dal.ca>", - "perlancar (@netbook-zenbook-ux305) <perlancar@gmail.com>", - "Ricardo Signes <rjbs@semiotic.systems>", + "perlancar <perlancar@gmail.com>", "Steven Haryanto (on Asus Zenbook) <stevenharyanto@gmail.com>", "sungo <sungo@sungo.us>", + "Thibault DUPONCHELLE <thibault.duponchelle@amadeus.com>", "Torsten Raudssus <github@raudssus.de>", "Vincent Pit <perl@profvince.com>" ], - "x_generated_by_perl" : "v5.32.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.20", + "x_generated_by_perl" : "v5.35.5", + "x_rjbs_perl_window" : "long-term", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.27", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/META.yml new/CPAN-Uploader-0.103016/META.yml --- old/CPAN-Uploader-0.103015/META.yml 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/META.yml 2021-10-31 03:49:48.000000000 +0100 @@ -1,15 +1,15 @@ --- abstract: 'upload things to the CPAN' author: - - 'Ricardo SIGNES <rjbs@cpan.org>' + - 'Ricardo SIGNES <rjbs@semiotic.systems>' build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' Test::More: '0.96' configure_requires: - ExtUtils::MakeMaker: '0' + ExtUtils::MakeMaker: '6.78' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,7 +20,6 @@ Data::Dumper: '0' Digest::MD5: '0' File::Basename: '0' - File::HomeDir: '0' File::Spec: '0' Getopt::Long::Descriptive: '0.084' HTTP::Request::Common: '0' @@ -28,16 +27,17 @@ LWP::Protocol::https: '1' LWP::UserAgent: '0' Term::ReadKey: '0' + perl: '5.012' strict: '0' warnings: '0' resources: bugtracker: https://github.com/rjbs/CPAN-Uploader/issues homepage: https://github.com/rjbs/CPAN-Uploader repository: https://github.com/rjbs/CPAN-Uploader.git -version: '0.103015' +version: '0.103016' x_Dist_Zilla: perl: - version: '5.032000' + version: '5.035005' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -53,11 +53,11 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@RJBS/Git::GatherDir' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@RJBS/CheckPrereqsIndexed' - version: '0.020' + version: '0.021' - class: Dist::Zilla::Plugin::CheckExtraTests name: '@RJBS/CheckExtraTests' @@ -84,92 +84,93 @@ modules: [] phase: release run_under_travis: 0 - skip: [] + skip: + - Dist::Zilla::Plugin::RJBSMisc name: '@RJBS/CPAN-Outdated' version: '0.057' - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Filter/PruneCruft' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::ManifestSkip name: '@RJBS/@Filter/ManifestSkip' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::MetaYAML name: '@RJBS/@Filter/MetaYAML' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::License name: '@RJBS/@Filter/License' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::Readme name: '@RJBS/@Filter/Readme' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::ExecDir name: '@RJBS/@Filter/ExecDir' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::ShareDir name: '@RJBS/@Filter/ShareDir' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::Manifest name: '@RJBS/@Filter/Manifest' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::TestRelease name: '@RJBS/@Filter/TestRelease' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@RJBS/@Filter/ConfirmRelease' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@RJBS/@Filter/UploadToCPAN' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@RJBS/MakeMaker' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::Git::NextVersion config: Dist::Zilla::Plugin::Git::NextVersion: first_version: '0.001' - version_by_branch: 0 + version_by_branch: 1 version_regexp: (?^:^([0-9]+\.[0-9]+)$) Dist::Zilla::Role::Git::Repo: - git_version: '2.24.3 (Apple Git-128)' + git_version: '2.30.1 (Apple Git-130)' repo_root: . name: '@RJBS/Git::NextVersion' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@RJBS/Test::ChangesHasContent' @@ -177,19 +178,23 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@RJBS/Test::ReportPrereqs' version: '0.028' - + class: Dist::Zilla::Plugin::Git::Remote::Check + name: '@RJBS/Git::Remote::Check' + version: 0.1.2 + - class: Dist::Zilla::Plugin::Prereqs config: Dist::Zilla::Plugin::Prereqs: phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -203,67 +208,71 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::SingleEncoding name: '@RJBS/SingleEncoding' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Name name: '@RJBS/Name' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Version name: '@RJBS/Version' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@RJBS/Prelude' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Synopsis' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Description' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Overview' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Stability' - version: '4.015' + version: '4.018' + - + class: Pod::Weaver::Section::GenerateSection + name: '@RJBS/PerlSupport' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Attributes - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Methods - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Functions - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Leftovers name: '@RJBS/Leftovers' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@RJBS/postlude' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Authors name: '@RJBS/Authors' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Contributors name: '@RJBS/Contributors' @@ -271,13 +280,17 @@ - class: Pod::Weaver::Section::Legal name: '@RJBS/Legal' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::Transformer name: '@RJBS/List' - version: '4.015' + version: '4.018' name: '@RJBS/PodWeaver' - version: '4.008' + version: '4.009' + - + class: Dist::Zilla::Plugin::RJBSMisc + name: '@RJBS/RJBSMisc' + version: '5.020' - class: Dist::Zilla::Plugin::GithubMeta name: '@RJBS/GithubMeta' @@ -294,16 +307,17 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: '2.24.3 (Apple Git-128)' + git_version: '2.30.1 (Apple Git-130)' repo_root: . name: '@RJBS/@Git/Check' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: v%V%n%n%c + signoff: '0' Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -311,12 +325,12 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: '2.24.3 (Apple Git-128)' + git_version: '2.30.1 (Apple Git-130)' repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@RJBS/@Git/Commit' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -324,40 +338,39 @@ branch: ~ changelog: Changes signed: 0 - tag: '0.103015' + tag: '0.103016' tag_format: '%v' tag_message: v%V Dist::Zilla::Role::Git::Repo: - git_version: '2.24.3 (Apple Git-128)' + git_version: '2.30.1 (Apple Git-130)' repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@RJBS/@Git/Tag' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Push config: Dist::Zilla::Plugin::Git::Push: push_to: - - 'origin :' - 'github :' remotes_must_exist: 0 Dist::Zilla::Role::Git::Repo: - git_version: '2.24.3 (Apple Git-128)' + git_version: '2.30.1 (Apple Git-130)' repo_root: . name: '@RJBS/@Git/Push' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: '2.24.3 (Apple Git-128)' + git_version: '2.30.1 (Apple Git-130)' include_authors: 0 include_releaser: 1 order_by: name paths: [] name: '@RJBS/Git::Contributors' - version: '0.035' + version: '0.036' - class: Dist::Zilla::Plugin::Prereqs config: @@ -365,7 +378,7 @@ phase: runtime type: requires name: Prereqs - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::RemovePrereqs config: @@ -373,52 +386,52 @@ modules_to_remove: - Config::Identity name: RemovePrereqs - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.015' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.015' + version: '6.024' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.015' + version: '6.024' x_contributors: - 'Barbie <barbie@missbarbell.co.uk>' - 'Christian Walde <walde.christian@googlemail.com>' @@ -427,15 +440,18 @@ - 'fREW Schmidt <frioux@gmail.com>' - 'Gabor Szabo <szabgab@gmail.com>' - 'Graham Knop <haarg@haarg.org>' + - 'Karen Etheridge <ether@cpan.org>' - 'Kent Fredric <kentfredric@gmail.com>' + - 'Marcus Ramberg <marcus.ramberg@gmail.com>' - 'Mark Fowler <mark@twoshortplanks.com>' - 'Mike Doherty <doherty@cs.dal.ca>' - - 'perlancar (@netbook-zenbook-ux305) <perlancar@gmail.com>' - - 'Ricardo Signes <rjbs@semiotic.systems>' + - 'perlancar <perlancar@gmail.com>' - 'Steven Haryanto (on Asus Zenbook) <stevenharyanto@gmail.com>' - 'sungo <sungo@sungo.us>' + - 'Thibault DUPONCHELLE <thibault.duponchelle@amadeus.com>' - 'Torsten Raudssus <github@raudssus.de>' - 'Vincent Pit <perl@profvince.com>' -x_generated_by_perl: v5.32.0 +x_generated_by_perl: v5.35.5 +x_rjbs_perl_window: long-term x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/Makefile.PL new/CPAN-Uploader-0.103016/Makefile.PL --- old/CPAN-Uploader-0.103015/Makefile.PL 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/Makefile.PL 2021-10-31 03:49:48.000000000 +0100 @@ -1,29 +1,29 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024. use strict; use warnings; +use 5.012; - -use ExtUtils::MakeMaker; +use ExtUtils::MakeMaker 6.78; my %WriteMakefileArgs = ( "ABSTRACT" => "upload things to the CPAN", - "AUTHOR" => "Ricardo SIGNES <rjbs\@cpan.org>", + "AUTHOR" => "Ricardo SIGNES <rjbs\@semiotic.systems>", "CONFIGURE_REQUIRES" => { - "ExtUtils::MakeMaker" => 0 + "ExtUtils::MakeMaker" => "6.78" }, "DISTNAME" => "CPAN-Uploader", "EXE_FILES" => [ "bin/cpan-upload" ], "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.012", "NAME" => "CPAN::Uploader", "PREREQ_PM" => { "Carp" => 0, "Data::Dumper" => 0, "Digest::MD5" => 0, "File::Basename" => 0, - "File::HomeDir" => 0, "File::Spec" => 0, "Getopt::Long::Descriptive" => "0.084", "HTTP::Request::Common" => 0, @@ -39,7 +39,7 @@ "File::Spec" => 0, "Test::More" => "0.96" }, - "VERSION" => "0.103015", + "VERSION" => "0.103016", "test" => { "TESTS" => "t/*.t" } @@ -52,7 +52,6 @@ "Digest::MD5" => 0, "ExtUtils::MakeMaker" => 0, "File::Basename" => 0, - "File::HomeDir" => 0, "File::Spec" => 0, "Getopt::Long::Descriptive" => "0.084", "HTTP::Request::Common" => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/README new/CPAN-Uploader-0.103016/README --- old/CPAN-Uploader-0.103015/README 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/README 2021-10-31 03:49:48.000000000 +0100 @@ -1,12 +1,12 @@ This archive contains the distribution CPAN-Uploader, -version 0.103015: +version 0.103016: upload things to the CPAN -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2021 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v6.015. +This README file was generated by Dist::Zilla::Plugin::Readme v6.024. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/bin/cpan-upload new/CPAN-Uploader-0.103016/bin/cpan-upload --- old/CPAN-Uploader-0.103015/bin/cpan-upload 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/bin/cpan-upload 2021-10-31 03:49:48.000000000 +0100 @@ -176,7 +176,17 @@ =head1 VERSION -version 0.103015 +version 0.103016 + +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. =head1 USAGE @@ -225,11 +235,11 @@ =head1 AUTHOR -Ricardo SIGNES <rjbs@cpan.org> +Ricardo SIGNES <rjbs@semiotic.systems> =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2021 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/dist.ini new/CPAN-Uploader-0.103016/dist.ini --- old/CPAN-Uploader-0.103015/dist.ini 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/dist.ini 2021-10-31 03:49:48.000000000 +0100 @@ -1,10 +1,10 @@ name = CPAN-Uploader -author = Ricardo SIGNES <rjbs@cpan.org> +author = Ricardo SIGNES <rjbs@semiotic.systems> license = Perl_5 copyright_holder = Ricardo SIGNES [@RJBS] -github_issues = 1 +perl-window = long-term [Prereqs] LWP::Protocol::https = 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/lib/CPAN/Uploader.pm new/CPAN-Uploader-0.103016/lib/CPAN/Uploader.pm --- old/CPAN-Uploader-0.103015/lib/CPAN/Uploader.pm 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/lib/CPAN/Uploader.pm 2021-10-31 03:49:48.000000000 +0100 @@ -1,8 +1,8 @@ use strict; use warnings; -package CPAN::Uploader; +package CPAN::Uploader 0.103016; # ABSTRACT: upload things to the CPAN -$CPAN::Uploader::VERSION = '0.103015'; + #pod =head1 ORIGIN #pod #pod This code is mostly derived from C<cpan-upload-http> by Brad Fitzpatrick, which @@ -18,7 +18,6 @@ use HTTP::Request::Common qw(POST); use HTTP::Status; use LWP::UserAgent; -use File::HomeDir; my $UPLOAD_URI = $ENV{CPAN_UPLOADER_UPLOAD_URI} || 'https://pause.perl.org/pause/authenquery?ACTION=add_uri'; @@ -41,7 +40,8 @@ #pod retry_delay - number of seconds to wait between retries #pod #pod This method attempts to actually upload the named file to the CPAN. It will -#pod raise an exception on error. +#pod raise an exception on error. c<upload_uri> can also be set through the ENV +#pod variable c<CPAN_UPLOADER_UPLOAD_URI>. #pod #pod =cut @@ -74,10 +74,18 @@ TRY: for my $try (1 .. $tries) { last TRY if eval { $self->_upload($file); 1 }; die $@ unless $@ !~ /request failed with error code 5/; + if ($try <= $tries) { - $self->log("Upload failed ($@), will make attempt #$try ..."); + $self->log("Upload failed ($@)"); + if ($tries and ($try < $tries)) { + my $next_try = $try + 1; + $self->log("Will make attempt #$next_try ..."); + } sleep $self->{retry_delay} if $self->{retry_delay}; } + if ($try >= $tries) { + die "Failed to upload and reached maximum retry count!\n"; + } } } } @@ -218,7 +226,9 @@ my ($class, $filename) = @_; unless (defined $filename) { - my $home = File::HomeDir->my_home || '.'; + my $home = $^O eq 'MSWin32' && "$]" < 5.016 + ? $ENV{HOME} || $ENV{USERPROFILE} + : (<~>)[0]; $filename = File::Spec->catfile($home, '.pause'); return {} unless -e $filename and -r _; @@ -243,7 +253,7 @@ next unless $_ and $_ !~ /^\s*#/; my ($k, $v) = /^\s*(\w+)\s+(.+)$/; - Carp::croak "multiple enties for $k" if $conf{$k}; + Carp::croak "multiple entries for $k" if $conf{$k}; $conf{$k} = $v; } } @@ -299,7 +309,17 @@ =head1 VERSION -version 0.103015 +version 0.103016 + +=head1 PERL VERSION + +This library should run on perls released even a long time ago. It should work +on any version of perl released in the last five years. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. =head1 METHODS @@ -321,7 +341,8 @@ retry_delay - number of seconds to wait between retries This method attempts to actually upload the named file to the CPAN. It will -raise an exception on error. +raise an exception on error. c<upload_uri> can also be set through the ENV +variable c<CPAN_UPLOADER_UPLOAD_URI>. =head2 new @@ -366,11 +387,11 @@ =head1 AUTHOR -Ricardo SIGNES <rjbs@cpan.org> +Ricardo SIGNES <rjbs@semiotic.systems> =head1 CONTRIBUTORS -=for stopwords Barbie Christian Walde David Caldwell Golden fREW Schmidt Gabor Szabo Graham Knop Kent Fredric Mark Fowler Mike Doherty perlancar (@netbook-zenbook-ux305) Ricardo Signes Steven Haryanto (on Asus Zenbook) sungo Torsten Raudssus Vincent Pit +=for stopwords Barbie Christian Walde David Caldwell Golden fREW Schmidt Gabor Szabo Graham Knop Karen Etheridge Kent Fredric Marcus Ramberg Mark Fowler Mike Doherty perlancar Steven Haryanto (on Asus Zenbook) sungo Thibault DUPONCHELLE Torsten Raudssus Vincent Pit =over 4 @@ -404,23 +425,27 @@ =item * +Karen Etheridge <ether@cpan.org> + +=item * + Kent Fredric <kentfredric@gmail.com> =item * -Mark Fowler <mark@twoshortplanks.com> +Marcus Ramberg <marcus.ramberg@gmail.com> =item * -Mike Doherty <doherty@cs.dal.ca> +Mark Fowler <mark@twoshortplanks.com> =item * -perlancar (@netbook-zenbook-ux305) <perlancar@gmail.com> +Mike Doherty <doherty@cs.dal.ca> =item * -Ricardo Signes <rjbs@semiotic.systems> +perlancar <perlancar@gmail.com> =item * @@ -432,6 +457,10 @@ =item * +Thibault DUPONCHELLE <thibault.duponchelle@amadeus.com> + +=item * + Torsten Raudssus <github@raudssus.de> =item * @@ -442,7 +471,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ricardo SIGNES. +This software is copyright (c) 2021 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/t/00-report-prereqs.dd new/CPAN-Uploader-0.103016/t/00-report-prereqs.dd --- old/CPAN-Uploader-0.103015/t/00-report-prereqs.dd 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/t/00-report-prereqs.dd 2021-10-31 03:49:48.000000000 +0100 @@ -1,7 +1,7 @@ do { my $x = { 'configure' => { 'requires' => { - 'ExtUtils::MakeMaker' => '0' + 'ExtUtils::MakeMaker' => '6.78' } }, 'develop' => { @@ -17,7 +17,6 @@ 'Data::Dumper' => '0', 'Digest::MD5' => '0', 'File::Basename' => '0', - 'File::HomeDir' => '0', 'File::Spec' => '0', 'Getopt::Long::Descriptive' => '0.084', 'HTTP::Request::Common' => '0', @@ -25,6 +24,7 @@ 'LWP::Protocol::https' => '1', 'LWP::UserAgent' => '0', 'Term::ReadKey' => '0', + 'perl' => '5.012', 'strict' => '0', 'warnings' => '0' } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Uploader-0.103015/xt/release/changes_has_content.t new/CPAN-Uploader-0.103016/xt/release/changes_has_content.t --- old/CPAN-Uploader-0.103015/xt/release/changes_has_content.t 2020-08-21 05:07:27.000000000 +0200 +++ new/CPAN-Uploader-0.103016/xt/release/changes_has_content.t 2021-10-31 03:49:48.000000000 +0100 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.103015'; +my $newver = '0.103016'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';
participants (1)
-
Source-Sync