Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2023-01-31 16:10:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Address" Tue Jan 31 16:10:22 2023 rev:19 rq:1062262 version:1.913 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2019-06-12 13:00:14.421314820 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new.32243/perl-Email-Address.changes 2023-01-31 16:16:23.904255739 +0100 @@ -1,0 +2,12 @@ +Tue Jan 10 03:06:53 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.913 + see /usr/share/doc/packages/perl-Email-Address/Changes + + 1.913 2023-01-09 19:41:25-05:00 America/New_York + - as ever, you should probably use Email::Address::XS instead + - this version now requires Perl v5.12 + - some small tweaks to the code to take advantage of v5.12 made + - update distribution metadata + +------------------------------------------------------------------- Old: ---- Email-Address-1.912.tar.gz New: ---- Email-Address-1.913.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Email-Address.spec ++++++ --- /var/tmp/diff_new_pack.sUZcbf/_old 2023-01-31 16:16:24.300258033 +0100 +++ /var/tmp/diff_new_pack.sUZcbf/_new 2023-01-31 16:16:24.308258080 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Email-Address # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,19 @@ # +%define cpan_name Email-Address Name: perl-Email-Address -Version: 1.912 +Version: 1.913 Release: 0 -%define cpan_name Email-Address -Summary: RFC 2822 Address Parsing and Creation License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: RFC 2822 Address Parsing and Creation +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(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Test::More) >= 0.96 %{perl_requires} @@ -49,14 +48,14 @@ update! Alternatively, you could switch to *Email::Address::XS* which has a -backward compatible API. +backward compatible API. *Why not just use that?* %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 @@ -67,7 +66,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ Email-Address-1.912.tar.gz -> Email-Address-1.913.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/Changes new/Email-Address-1.913/Changes --- old/Email-Address-1.912/Changes 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/Changes 2023-01-10 01:41:26.000000000 +0100 @@ -1,5 +1,11 @@ Release history for Email-Address +1.913 2023-01-09 19:41:25-05:00 America/New_York + - as ever, you should probably use Email::Address::XS instead + - this version now requires Perl v5.12 + - some small tweaks to the code to take advantage of v5.12 made + - update distribution metadata + 1.912 2018-12-31 13:46:22-05:00 America/New_York - include the doc updates from 1.911 changelog, oops! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/LICENSE new/Email-Address-1.913/LICENSE --- old/Email-Address-1.912/LICENSE 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/LICENSE 2023-01-10 01:41:26.000000000 +0100 @@ -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/Email-Address-1.912/MANIFEST new/Email-Address-1.913/MANIFEST --- old/Email-Address-1.912/MANIFEST 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/MANIFEST 2023-01-10 01:41:26.000000000 +0100 @@ -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.030. Changes LICENSE MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/META.json new/Email-Address-1.913/META.json --- old/Email-Address-1.912/META.json 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/META.json 2023-01-10 01:41:26.000000000 +0100 @@ -2,10 +2,10 @@ "abstract" : "RFC 2822 Address Parsing and Creation", "author" : [ "Casey West", - "Ricardo SIGNES <r...@cpan.org>" + "Ricardo SIGNES <cpan@semiotic.systems>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -17,7 +17,7 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "0" + "ExtUtils::MakeMaker" : "6.78" } }, "develop" : { @@ -30,6 +30,7 @@ "runtime" : { "requires" : { "overload" : "0", + "perl" : "5.012", "strict" : "0", "warnings" : "0" } @@ -51,19 +52,19 @@ "release_status" : "stable", "resources" : { "bugtracker" : { - "web" : "https://github.com/rjbs/Email-Address/issues" + "web" : "https://github.com/Perl-Email-Project/Email-Address/issues" }, - "homepage" : "https://github.com/rjbs/Email-Address", + "homepage" : "https://github.com/Perl-Email-Project/Email-Address", "repository" : { "type" : "git", - "url" : "https://github.com/rjbs/Email-Address.git", - "web" : "https://github.com/rjbs/Email-Address" + "url" : "https://github.com/Perl-Email-Project/Email-Address.git", + "web" : "https://github.com/Perl-Email-Project/Email-Address" } }, - "version" : "1.912", + "version" : "1.913", "x_Dist_Zilla" : { "perl" : { - "version" : "5.026001" + "version" : "5.037002" }, "plugins" : [ { @@ -83,12 +84,12 @@ } }, "name" : "@RJBS/Git::GatherDir", - "version" : "2.045" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", - "version" : "0.020" + "version" : "0.021" }, { "class" : "Dist::Zilla::Plugin::CheckExtraTests", @@ -110,7 +111,7 @@ } }, "name" : "@RJBS/RJBS-Outdated", - "version" : "0.055" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -121,66 +122,68 @@ "modules" : [], "phase" : "release", "run_under_travis" : 0, - "skip" : [] + "skip" : [ + "Dist::Zilla::Plugin::RJBSMisc" + ] } }, "name" : "@RJBS/CPAN-Outdated", - "version" : "0.055" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Filter/PruneCruft", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Filter/ManifestSkip", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Filter/MetaYAML", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Filter/License", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@RJBS/@Filter/Readme", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@RJBS/@Filter/ExecDir", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@RJBS/@Filter/ShareDir", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@RJBS/@Filter/Manifest", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@RJBS/@Filter/TestRelease", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@RJBS/@Filter/ConfirmRelease", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@RJBS/@Filter/UploadToCPAN", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -190,12 +193,12 @@ } }, "name" : "@RJBS/MakeMaker", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", @@ -206,32 +209,32 @@ "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.18.0", + "git_version" : "2.38.0", "repo_root" : "." } }, "name" : "@RJBS/Git::NextVersion", - "version" : "2.045" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", @@ -241,12 +244,17 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@RJBS/Test::ReportPrereqs", - "version" : "0.027" + "version" : "0.029" + }, + { + "class" : "Dist::Zilla::Plugin::Git::Remote::Check", + "name" : "@RJBS/Git::Remote::Check", + "version" : "0.1.2" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -257,7 +265,7 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -274,82 +282,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", @@ -359,12 +372,12 @@ { "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" } ] } @@ -373,6 +386,11 @@ "version" : "4.009" }, { + "class" : "Dist::Zilla::Plugin::RJBSMisc", + "name" : "@RJBS/RJBSMisc", + "version" : "5.023" + }, + { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@RJBS/GithubMeta", "version" : "0.58" @@ -392,19 +410,20 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.18.0", + "git_version" : "2.38.0", "repo_root" : "." } }, "name" : "@RJBS/@Git/Check", - "version" : "2.045" + "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" : [ @@ -415,7 +434,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.18.0", + "git_version" : "2.38.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -423,7 +442,7 @@ } }, "name" : "@RJBS/@Git/Commit", - "version" : "2.045" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -432,12 +451,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "1.912", + "tag" : "1.913", "tag_format" : "%v", - "tag_message" : "v%v" + "tag_message" : "v%V" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.18.0", + "git_version" : "2.38.0", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -445,31 +464,30 @@ } }, "name" : "@RJBS/@Git/Tag", - "version" : "2.045" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "config" : { "Dist::Zilla::Plugin::Git::Push" : { "push_to" : [ - "rjbs :", "github :" ], "remotes_must_exist" : 0 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.18.0", + "git_version" : "2.38.0", "repo_root" : "." } }, "name" : "@RJBS/@Git/Push", - "version" : "2.045" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.18.0", + "git_version" : "2.38.0", "include_authors" : 0, "include_releaser" : 1, "order_by" : "name", @@ -477,57 +495,57 @@ } }, "name" : "@RJBS/Git::Contributors", - "version" : "0.034" + "version" : "0.036" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.012" + "version" : "6.030" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.012" + "version" : "6.030" } ], "zilla" : { @@ -535,7 +553,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.012" + "version" : "6.030" } }, "x_contributors" : [ @@ -546,11 +564,14 @@ "Jim Brandt <jbra...@bestpractical.com>", "Kevin Falcone <ke...@jibsheet.com>", "Pali <p...@cpan.org>", + "Ricardo Signes <rjbs@semiotic.systems>", "Ruslan Zakirov <r...@bestpractical.com>", "sunnavy <sunn...@bestpractical.com>", "William Yardley <p...@veggiechinese.net>" ], - "x_generated_by_perl" : "v5.26.1", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.04" + "x_generated_by_perl" : "v5.37.2", + "x_rjbs_perl_window" : "long-term", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.30", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/META.yml new/Email-Address-1.913/META.yml --- old/Email-Address-1.912/META.yml 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/META.yml 2023-01-10 01:41:26.000000000 +0100 @@ -2,7 +2,7 @@ abstract: 'RFC 2822 Address Parsing and Creation' author: - 'Casey West' - - 'Ricardo SIGNES <r...@cpan.org>' + - 'Ricardo SIGNES <cpan@semiotic.systems>' build_requires: Encode: '0' Encode::MIME::Header: '0' @@ -11,9 +11,9 @@ Test::More: '0.96' Time::HiRes: '0' configure_requires: - ExtUtils::MakeMaker: '0' + ExtUtils::MakeMaker: '6.78' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,16 +21,17 @@ name: Email-Address requires: overload: '0' + perl: '5.012' strict: '0' warnings: '0' resources: - bugtracker: https://github.com/rjbs/Email-Address/issues - homepage: https://github.com/rjbs/Email-Address - repository: https://github.com/rjbs/Email-Address.git -version: '1.912' + bugtracker: https://github.com/Perl-Email-Project/Email-Address/issues + homepage: https://github.com/Perl-Email-Project/Email-Address + repository: https://github.com/Perl-Email-Project/Email-Address.git +version: '1.913' x_Dist_Zilla: perl: - version: '5.026001' + version: '5.037002' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -46,11 +47,11 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@RJBS/Git::GatherDir' - version: '2.045' + 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' @@ -67,7 +68,7 @@ run_under_travis: 0 skip: [] name: '@RJBS/RJBS-Outdated' - version: '0.055' + version: '0.057' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -77,64 +78,65 @@ modules: [] phase: release run_under_travis: 0 - skip: [] + skip: + - Dist::Zilla::Plugin::RJBSMisc name: '@RJBS/CPAN-Outdated' - version: '0.055' + version: '0.057' - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Filter/PruneCruft' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::ManifestSkip name: '@RJBS/@Filter/ManifestSkip' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::MetaYAML name: '@RJBS/@Filter/MetaYAML' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::License name: '@RJBS/@Filter/License' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::Readme name: '@RJBS/@Filter/Readme' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::ExecDir name: '@RJBS/@Filter/ExecDir' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::ShareDir name: '@RJBS/@Filter/ShareDir' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::Manifest name: '@RJBS/@Filter/Manifest' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::TestRelease name: '@RJBS/@Filter/TestRelease' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@RJBS/@Filter/ConfirmRelease' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@RJBS/@Filter/UploadToCPAN' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@RJBS/MakeMaker' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::Git::NextVersion config: @@ -143,26 +145,26 @@ version_by_branch: 1 version_regexp: (?^:^([0-9]+\.[0-9]+)$) Dist::Zilla::Role::Git::Repo: - git_version: 2.18.0 + git_version: 2.38.0 repo_root: . name: '@RJBS/Git::NextVersion' - version: '2.045' + version: '2.048' - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@RJBS/Test::ChangesHasContent' @@ -170,11 +172,15 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@RJBS/Test::ReportPrereqs' - version: '0.027' + version: '0.029' + - + class: Dist::Zilla::Plugin::Git::Remote::Check + name: '@RJBS/Git::Remote::Check' + version: 0.1.2 - class: Dist::Zilla::Plugin::Prereqs config: @@ -182,7 +188,7 @@ phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -196,67 +202,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' @@ -264,14 +274,18 @@ - 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.009' - + class: Dist::Zilla::Plugin::RJBSMisc + name: '@RJBS/RJBSMisc' + version: '5.023' + - class: Dist::Zilla::Plugin::GithubMeta name: '@RJBS/GithubMeta' version: '0.58' @@ -287,16 +301,17 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.18.0 + git_version: 2.38.0 repo_root: . name: '@RJBS/@Git/Check' - version: '2.045' + 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: - Changes @@ -304,12 +319,12 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.18.0 + git_version: 2.38.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@RJBS/@Git/Commit' - version: '2.045' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -317,85 +332,84 @@ branch: ~ changelog: Changes signed: 0 - tag: '1.912' + tag: '1.913' tag_format: '%v' - tag_message: v%v + tag_message: v%V Dist::Zilla::Role::Git::Repo: - git_version: 2.18.0 + git_version: 2.38.0 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@RJBS/@Git/Tag' - version: '2.045' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Push config: Dist::Zilla::Plugin::Git::Push: push_to: - - 'rjbs :' - 'github :' remotes_must_exist: 0 Dist::Zilla::Role::Git::Repo: - git_version: 2.18.0 + git_version: 2.38.0 repo_root: . name: '@RJBS/@Git/Push' - version: '2.045' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: 2.18.0 + git_version: 2.38.0 include_authors: 0 include_releaser: 1 order_by: name paths: [] name: '@RJBS/Git::Contributors' - version: '0.034' + version: '0.036' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.012' + version: '6.030' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.012' + version: '6.030' zilla: class: Dist::Zilla::Dist::Builder config: - is_trial: '0' - version: '6.012' + is_trial: 0 + version: '6.030' x_contributors: - 'Alex Vandiver <a...@chmrr.net>' - 'David Golden <dagol...@cpan.org>' @@ -404,8 +418,11 @@ - 'Jim Brandt <jbra...@bestpractical.com>' - 'Kevin Falcone <ke...@jibsheet.com>' - 'Pali <p...@cpan.org>' + - 'Ricardo Signes <rjbs@semiotic.systems>' - 'Ruslan Zakirov <r...@bestpractical.com>' - 'sunnavy <sunn...@bestpractical.com>' - 'William Yardley <p...@veggiechinese.net>' -x_generated_by_perl: v5.26.1 +x_generated_by_perl: v5.37.2 +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/Email-Address-1.912/Makefile.PL new/Email-Address-1.913/Makefile.PL --- old/Email-Address-1.912/Makefile.PL 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/Makefile.PL 2023-01-10 01:41:26.000000000 +0100 @@ -1,19 +1,20 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030. use strict; use warnings; +use 5.012; - -use ExtUtils::MakeMaker; +use ExtUtils::MakeMaker 6.78; my %WriteMakefileArgs = ( "ABSTRACT" => "RFC 2822 Address Parsing and Creation", - "AUTHOR" => "Casey West, Ricardo SIGNES <rjbs\@cpan.org>", + "AUTHOR" => "Casey West, Ricardo SIGNES <cpan\@semiotic.systems>", "CONFIGURE_REQUIRES" => { - "ExtUtils::MakeMaker" => 0 + "ExtUtils::MakeMaker" => "6.78" }, "DISTNAME" => "Email-Address", "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.012", "NAME" => "Email::Address", "PREREQ_PM" => { "overload" => 0, @@ -28,7 +29,7 @@ "Test::More" => "0.96", "Time::HiRes" => 0 }, - "VERSION" => "1.912", + "VERSION" => "1.913", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/README new/Email-Address-1.913/README --- old/Email-Address-1.912/README 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/README 2023-01-10 01:41:26.000000000 +0100 @@ -1,5 +1,5 @@ This archive contains the distribution Email-Address, -version 1.912: +version 1.913: RFC 2822 Address Parsing and Creation @@ -9,4 +9,4 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v6.012. +This README file was generated by Dist::Zilla::Plugin::Readme v6.030. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/dist.ini new/Email-Address-1.913/dist.ini --- old/Email-Address-1.912/dist.ini 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/dist.ini 2023-01-10 01:41:26.000000000 +0100 @@ -1,8 +1,9 @@ name = Email-Address author = Casey West -author = Ricardo SIGNES <r...@cpan.org> +author = Ricardo SIGNES <cpan@semiotic.systems> license = Perl_5 copyright_holder = Casey West copyright_year = 2004 [@RJBS] +perl-window = long-term diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/lib/Email/Address.pm new/Email-Address-1.913/lib/Email/Address.pm --- old/Email-Address-1.912/lib/Email/Address.pm 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/lib/Email/Address.pm 2023-01-10 01:41:26.000000000 +0100 @@ -1,11 +1,11 @@ -use strict; +use v5.12.0; use warnings; -package Email::Address; +package Email::Address 1.913; # ABSTRACT: RFC 2822 Address Parsing and Creation -$Email::Address::VERSION = '1.912'; + our $COMMENT_NEST_LEVEL ||= 1; our $STRINGIFY ||= 'format'; -our $COLLAPSE_SPACES = 1 unless defined $COLLAPSE_SPACES; # I miss //= +our $COLLAPSE_SPACES //= 1; #pod =head1 SYNOPSIS #pod @@ -32,7 +32,7 @@ #pod If you're running version 1.909 or older, you should update! #pod #pod Alternatively, you could switch to L<B<Email::Address::XS>|Email::Address::XS> -#pod which has a backward compatible API. +#pod which has a backward compatible API. B<Why not just use that?> #pod #pod =cut @@ -423,20 +423,16 @@ sub _format { my ($self) = @_; - unless ( - defined $self->[_PHRASE] && length $self->[_PHRASE] - || - defined $self->[_COMMENT] && length $self->[_COMMENT] - ) { - return defined $self->[_ADDRESS] ? $self->[_ADDRESS] : ''; + unless (length $self->[_PHRASE] || length $self->[_COMMENT]) { + return $self->[_ADDRESS] // ''; } - my $comment = defined $self->[_COMMENT] ? $self->[_COMMENT] : ''; + my $comment = $self->[_COMMENT] // ''; $comment = "($comment)" if length $comment and $comment !~ /\A\(.*\)\z/; my $format = sprintf q{%s <%s> %s}, $self->_enquoted_phrase, - (defined $self->[_ADDRESS] ? $self->[_ADDRESS] : ''), + ($self->[_ADDRESS] // ''), $comment; $format =~ s/^\s+//; @@ -450,7 +446,7 @@ my $phrase = $self->[_PHRASE]; - return '' unless defined $phrase and length $phrase; + return '' unless length $phrase; # if it's encoded -- rjbs, 2007-02-28 return $phrase if $phrase =~ /\A=\?.+\?=\z/; @@ -553,7 +549,7 @@ =head1 VERSION -version 1.912 +version 1.913 =head1 SYNOPSIS @@ -580,7 +576,7 @@ If you're running version 1.909 or older, you should update! Alternatively, you could switch to L<B<Email::Address::XS>|Email::Address::XS> -which has a backward compatible API. +which has a backward compatible API. B<Why not just use that?> =head2 Package Variables @@ -810,6 +806,16 @@ certain known characteristics, and disabling cache will also degrade performance. +=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 ACKNOWLEDGEMENTS Thanks to Kevin Riggle and Tatsuhiko Miyagawa for tests for annoying @@ -825,13 +831,13 @@ =item * -Ricardo SIGNES <r...@cpan.org> +Ricardo SIGNES <cpan@semiotic.systems> =back =head1 CONTRIBUTORS -=for stopwords Alex Vandiver David Golden Steinbrunner Glenn Fowler Jim Brandt Kevin Falcone Pali Ruslan Zakirov sunnavy William Yardley +=for stopwords Alex Vandiver David Golden Steinbrunner Glenn Fowler Jim Brandt Kevin Falcone Pali Ricardo Signes Ruslan Zakirov sunnavy William Yardley =over 4 @@ -865,6 +871,10 @@ =item * +Ricardo Signes <rjbs@semiotic.systems> + +=item * + Ruslan Zakirov <r...@bestpractical.com> =item * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/00-report-prereqs.dd new/Email-Address-1.913/t/00-report-prereqs.dd --- old/Email-Address-1.912/t/00-report-prereqs.dd 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/00-report-prereqs.dd 2023-01-10 01:41:26.000000000 +0100 @@ -1,7 +1,7 @@ do { my $x = { 'configure' => { 'requires' => { - 'ExtUtils::MakeMaker' => '0' + 'ExtUtils::MakeMaker' => '6.78' } }, 'develop' => { @@ -14,6 +14,7 @@ 'runtime' => { 'requires' => { 'overload' => '0', + 'perl' => '5.012', 'strict' => '0', 'warnings' => '0' } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/00-report-prereqs.t new/Email-Address-1.913/t/00-report-prereqs.t --- old/Email-Address-1.912/t/00-report-prereqs.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/00-report-prereqs.t 2023-01-10 01:41:26.000000000 +0100 @@ -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.029 use Test::More tests => 1; @@ -109,20 +109,24 @@ my @reports = [qw/Module Want Have/]; for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) { - next if $mod eq 'perl'; next if grep { $_ eq $mod } @exclude; - my $file = $mod; - $file =~ s{::}{/}g; - $file .= ".pm"; - my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC; - my $want = $req_hash->{$phase}{$type}{$mod}; $want = "undef" unless defined $want; $want = "any" if !$want && $want == 0; + if ($mod eq 'perl') { + push @reports, ['perl', $want, $]]; + next; + } + my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required"; + my $file = $mod; + $file =~ s{::}{/}g; + $file .= ".pm"; + my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC; + if ($prefix) { my $have = MM->parse_version( File::Spec->catfile($prefix, $file) ); $have = "undef" unless defined $have; @@ -188,6 +192,6 @@ ); } -pass; +pass('Reported prereqs'); # vim: ts=4 sts=4 sw=4 et: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/ascii.t new/Email-Address-1.913/t/ascii.t --- old/Email-Address-1.912/t/ascii.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/ascii.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,4 +1,4 @@ -use strict; +use v5.12; use warnings; use Test::More; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/cache-cow.t new/Email-Address-1.913/t/cache-cow.t --- old/Email-Address-1.912/t/cache-cow.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/cache-cow.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,14 +1,11 @@ - -use strict; +use v5.12; +use warnings; use Test::More; my $have_scalar_util = 0; if (eval "use Scalar::Util 1.09 (); 1") { $have_scalar_util = 1; - plan tests => 8; -} else { - plan tests => 6; } use_ok('Email::Address'); @@ -57,3 +54,5 @@ "we still get a cached copy", ); } + +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/comma-free.t new/Email-Address-1.913/t/comma-free.t --- old/Email-Address-1.912/t/comma-free.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/comma-free.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,4 +1,6 @@ -use strict; +use v5.12; +use warnings; + use Test::More 0.88; use Email::Address; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/format.t new/Email-Address-1.913/t/format.t --- old/Email-Address-1.912/t/format.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/format.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,6 +1,7 @@ +use v5.12; +use warnings; + use Test::More; -use strict; -$^W = 1; use Email::Address; @@ -47,9 +48,9 @@ ], ); -plan tests => scalar @tests; - for (@tests) { my $addr = Email::Address->new( @{ $_->[0] } ); is( $addr->format, $_->[1], "format: $_->[1]" ); } + +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/order.t new/Email-Address-1.913/t/order.t --- old/Email-Address-1.912/t/order.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/order.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,4 +1,4 @@ -use strict; +use v5.12; use warnings; use Test::More; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/pathological.t new/Email-Address-1.913/t/pathological.t --- old/Email-Address-1.912/t/pathological.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/pathological.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,5 +1,6 @@ -use strict; +use v5.12; use warnings; + use Test::More; use Email::Address; use Time::HiRes 'time'; @@ -17,4 +18,4 @@ ok( $time < 0.5, "Parsing '$name' takes less than 0.5 second($time)" ); } -done_testing(); +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/patterns.t new/Email-Address-1.913/t/patterns.t --- old/Email-Address-1.912/t/patterns.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/patterns.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,6 +1,7 @@ +use v5.12; +use warnings; + use Test::More; -use strict; -use warnings FATAL => 'all'; =for comment @@ -47,8 +48,6 @@ my $num_tests = scalar( map @{$_}, values %tests ); -plan tests => $num_tests + 1; - use_ok 'Email::Address'; my %pats = map { @@ -64,3 +63,5 @@ ok( $expect_bool ? $result : !$result , "pat $pattern_name: $string" ); } } + +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/quote-encoded.t new/Email-Address-1.913/t/quote-encoded.t --- old/Email-Address-1.912/t/quote-encoded.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/quote-encoded.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,5 +1,5 @@ -#!perl -use strict; +use v5.12; +use warnings; # This test graciously donated by Tatsuhiko Miyagawa. All praise MIYAGAWA! @@ -8,8 +8,6 @@ plan skip_all => "Encode and Encode::MIME::Header required for these tests" unless eval { require Encode; require Encode::MIME::Header; 1 }; -plan tests => 2; - use Email::Address; Encode->import; Encode::MIME::Header->import; @@ -21,3 +19,4 @@ like $addr->format, qr/^=\?UTF-8/; unlike $addr->format, qr/^"=\?/; +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/quoting.t new/Email-Address-1.913/t/quoting.t --- old/Email-Address-1.912/t/quoting.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/quoting.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,8 +1,8 @@ -#!perl -use strict; +use v5.12; +use warnings; use Email::Address; -use Test::More tests => 13; +use Test::More; my $phrase = q{jack!work}; my $email = 'j...@work.com'; @@ -71,3 +71,5 @@ q{<y...@example.mil> (0)}, 'we do not provide an empty phrase', ); + +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/t/tests.t new/Email-Address-1.913/t/tests.t --- old/Email-Address-1.912/t/tests.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/t/tests.t 2023-01-10 01:41:26.000000000 +0100 @@ -1,7 +1,8 @@ -use Test::More; -use strict; +use v5.12; use warnings; +use Test::More; + # This is a corpus of addresses to test. Each element of @list is a pair of # input and expected output. The input is a string that will be given to # Email::Address, with "-- ATAT --" replaced with the encircled a. @@ -1634,8 +1635,6 @@ my $tests = 1; $tests += @list; -plan tests => $tests; - use_ok 'Email::Address'; for my $i (0 .. $#list) { @@ -1675,3 +1674,5 @@ } } } + +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.912/xt/release/changes_has_content.t new/Email-Address-1.913/xt/release/changes_has_content.t --- old/Email-Address-1.912/xt/release/changes_has_content.t 2018-12-31 19:46:26.000000000 +0100 +++ new/Email-Address-1.913/xt/release/changes_has_content.t 2023-01-10 01:41:26.000000000 +0100 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '1.912'; +my $newver = '1.913'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';