Hello community, here is the log from the commit of package perl-Email-Valid for openSUSE:Factory checked in at 2015-10-19 22:52:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Email-Valid (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Valid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Valid" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Email-Valid/perl-Email-Valid.changes 2015-04-15 16:25:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Valid.new/perl-Email-Valid.changes 2015-10-20 00:06:49.000000000 +0200 @@ -1,0 +2,10 @@ +Sat Oct 17 08:43:21 UTC 2015 - [email protected] + +- updated to 1.197 + see /usr/share/doc/packages/perl-Email-Valid/Changes + + 1.197 2015-10-16 22:57:05-04:00 America/New_York + - improve detection of "no MXes" (thanks, Troy Morehouse) + - avoid some avoidable warnings (thanks, Svetlana) + +------------------------------------------------------------------- Old: ---- Email-Valid-1.196.tar.gz New: ---- Email-Valid-1.197.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Email-Valid.spec ++++++ --- /var/tmp/diff_new_pack.L8MF1o/_old 2015-10-20 00:06:50.000000000 +0200 +++ /var/tmp/diff_new_pack.L8MF1o/_new 2015-10-20 00:06:50.000000000 +0200 @@ -17,14 +17,15 @@ Name: perl-Email-Valid -Version: 1.196 +Version: 1.197 Release: 0 %define cpan_name Email-Valid Summary: Check validity of Internet email addresses License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Email-Valid/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl ++++++ Email-Valid-1.196.tar.gz -> Email-Valid-1.197.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/Changes new/Email-Valid-1.197/Changes --- old/Email-Valid-1.196/Changes 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/Changes 2015-10-17 04:57:08.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl extension Email::Valid. +1.197 2015-10-16 22:57:05-04:00 America/New_York + - improve detection of "no MXes" (thanks, Troy Morehouse) + - avoid some avoidable warnings (thanks, Svetlana) + 1.196 2015-02-05 22:31:29-05:00 America/New_York - AOL "local rules" no longer enforced diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/MANIFEST new/Email-Valid-1.197/MANIFEST --- old/Email-Valid-1.196/MANIFEST 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/MANIFEST 2015-10-17 04:57:08.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.040. Changes LICENSE MANIFEST @@ -13,6 +13,6 @@ t/resolver.t t/utf-8.t t/valid.t +xt/author/pod-syntax.t xt/release/changes_has_content.t -xt/release/pod-syntax.t xt/sayers-corpus.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/META.json new/Email-Valid-1.197/META.json --- old/Email-Valid-1.196/META.json 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/META.json 2015-10-17 04:57:08.000000000 +0200 @@ -4,7 +4,7 @@ "Maurice Aubrey <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240", + "generated_by" : "Dist::Zilla version 5.040, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -16,7 +16,10 @@ "prereqs" : { "develop" : { "requires" : { - "Test::Pod" : "1.41" + "Test::More" : "0", + "Test::Pod" : "1.41", + "XML::LibXML" : "0", + "utf8" : "0" } }, "runtime" : { @@ -57,10 +60,10 @@ "web" : "https://github.com/rjbs/Email-Valid" } }, - "version" : "1.196", + "version" : "1.197", "x_Dist_Zilla" : { "perl" : { - "version" : "5.021008" + "version" : "5.023002" }, "plugins" : [ { @@ -69,31 +72,28 @@ "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [], "exclude_match" : [], - "follow_symlinks" : "0", - "include_dotfiles" : "0", + "follow_symlinks" : 0, + "include_dotfiles" : 0, "prefix" : "", "prune_directory" : [], "root" : "." }, "Dist::Zilla::Plugin::Git::GatherDir" : { - "include_untracked" : "0" - }, - "Dist::Zilla::Role::Git::Repo" : { - "repo_root" : "." + "include_untracked" : 0 } }, "name" : "@Filter/Git::GatherDir", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Filter/CheckPrereqsIndexed", - "version" : "0.015" + "version" : "0.016" }, { "class" : "Dist::Zilla::Plugin::CheckExtraTests", "name" : "@Filter/CheckExtraTests", - "version" : "0.025" + "version" : "0.028" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -109,13 +109,13 @@ } }, "name" : "@Filter/RJBS-Outdated", - "version" : "0.037" + "version" : "0.047" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", "config" : { "Dist::Zilla::Plugin::PromptIfStale" : { - "check_all_plugins" : "1", + "check_all_plugins" : 1, "check_all_prereqs" : 0, "modules" : [], "phase" : "release", @@ -123,74 +123,74 @@ } }, "name" : "@Filter/CPAN-Outdated", - "version" : "0.037" + "version" : "0.047" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Filter/@Filter/PruneCruft", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Filter/@Filter/ManifestSkip", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Filter/@Filter/MetaYAML", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Filter/@Filter/License", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Filter/@Filter/Readme", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Filter/@Filter/ExecDir", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Filter/@Filter/ShareDir", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Filter/@Filter/Manifest", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Filter/@Filter/TestRelease", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Filter/@Filter/ConfirmRelease", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Filter/@Filter/UploadToCPAN", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Filter/AutoPrereqs", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "config" : { "Dist::Zilla::Plugin::Git::NextVersion" : { "first_version" : "0.001", - "version_by_branch" : "0", + "version_by_branch" : 0, "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)" }, "Dist::Zilla::Role::Git::Repo" : { @@ -198,42 +198,42 @@ } }, "name" : "@Filter/Git::NextVersion", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Filter/PkgVersion", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Filter/MetaConfig", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Filter/MetaJSON", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Filter/NextRelease", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", "name" : "@Filter/Test::ChangesHasContent", - "version" : "0.007" + "version" : "0.008" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Filter/PodSyntaxTests", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Filter/Test::ReportPrereqs", - "version" : "0.020" + "version" : "0.021" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -244,7 +244,7 @@ } }, "name" : "@Filter/TestMoreWithSubtests", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -261,92 +261,97 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@RJBS/SingleEncoding", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@RJBS/Name", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@RJBS/Version", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/Prelude", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Synopsis", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Description", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Overview", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Stability", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Attributes", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Methods", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Functions", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@RJBS/Leftovers", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/postlude", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@RJBS/Authors", - "version" : "4.010" + "version" : "4.012" + }, + { + "class" : "Pod::Weaver::Section::Contributors", + "name" : "@RJBS/Contributors", + "version" : "0.009" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "@RJBS/Legal", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@RJBS/List", - "version" : "4.010" + "version" : "4.012" } ] } @@ -357,7 +362,7 @@ { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Filter/GithubMeta", - "version" : "0.46" + "version" : "0.54" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -367,8 +372,8 @@ }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" @@ -378,48 +383,53 @@ } }, "name" : "@Filter/@Git/Check", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%v%n%n%c", - "time_zone" : "local" + "commit_msg" : "v%v%n%n%c" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Filter/@Git/Commit", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, + "changelog" : "Changes", "signed" : 0, - "tag" : "1.196", + "tag" : "1.197", "tag_format" : "%v", - "tag_message" : "v%v", - "time_zone" : "local" + "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Filter/@Git/Tag", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -436,7 +446,22 @@ } }, "name" : "@Filter/@Git/Push", - "version" : "2.029" + "version" : "2.036" + }, + { + "class" : "Dist::Zilla::Plugin::Git::Contributors", + "config" : { + "Dist::Zilla::Plugin::Git::Contributors" : { + "include_authors" : 0, + "include_releaser" : 1, + "order_by" : "name", + "paths" : [ + "." + ] + } + }, + "name" : "@Filter/Git::Contributors", + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::MakeMaker::Runner", @@ -446,47 +471,57 @@ } }, "name" : "MakeMaker::Runner", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.031" + "version" : "5.040" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":ExtraTestFiles", + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.031" + "version" : "5.040" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":PerlExecFiles", + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.031" + "version" : "5.040" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.031" + "version" : "5.040" } ], "zilla" : { @@ -494,8 +529,18 @@ "config" : { "is_trial" : "0" }, - "version" : "5.031" + "version" : "5.040" } - } + }, + "x_contributors" : [ + "Alexandr Ciornii <[email protected]>", + "Karel Miko <[email protected]>", + "McA <[email protected]>", + "Michael Schout <[email protected]>", + "Ricardo SIGNES <[email protected]>", + "Ricardo Signes <[email protected]>", + "Svetlana <[email protected]>", + "Troy Morehouse <[email protected]>" + ] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/META.yml new/Email-Valid-1.197/META.yml --- old/Email-Valid-1.196/META.yml 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/META.yml 2015-10-17 04:57:08.000000000 +0200 @@ -7,7 +7,7 @@ File::Spec: '0' Test::More: '0.96' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240' +generated_by: 'Dist::Zilla version 5.040, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -29,10 +29,10 @@ bugtracker: https://github.com/rjbs/Email-Valid/issues homepage: https://github.com/rjbs/Email-Valid repository: https://github.com/rjbs/Email-Valid.git -version: '1.196' +version: '1.197' x_Dist_Zilla: perl: - version: '5.021008' + version: '5.023002' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -40,25 +40,23 @@ Dist::Zilla::Plugin::GatherDir: exclude_filename: [] exclude_match: [] - follow_symlinks: '0' - include_dotfiles: '0' + follow_symlinks: 0 + include_dotfiles: 0 prefix: '' prune_directory: [] root: . Dist::Zilla::Plugin::Git::GatherDir: - include_untracked: '0' - Dist::Zilla::Role::Git::Repo: - repo_root: . + include_untracked: 0 name: '@Filter/Git::GatherDir' - version: '2.029' + version: '2.036' - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Filter/CheckPrereqsIndexed' - version: '0.015' + version: '0.016' - class: Dist::Zilla::Plugin::CheckExtraTests name: '@Filter/CheckExtraTests' - version: '0.025' + version: '0.028' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -70,105 +68,105 @@ phase: build skip: [] name: '@Filter/RJBS-Outdated' - version: '0.037' + version: '0.047' - class: Dist::Zilla::Plugin::PromptIfStale config: Dist::Zilla::Plugin::PromptIfStale: - check_all_plugins: '1' + check_all_plugins: 1 check_all_prereqs: 0 modules: [] phase: release skip: [] name: '@Filter/CPAN-Outdated' - version: '0.037' + version: '0.047' - class: Dist::Zilla::Plugin::PruneCruft name: '@Filter/@Filter/PruneCruft' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Filter/@Filter/ManifestSkip' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::MetaYAML name: '@Filter/@Filter/MetaYAML' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::License name: '@Filter/@Filter/License' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::Readme name: '@Filter/@Filter/Readme' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::ExecDir name: '@Filter/@Filter/ExecDir' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::ShareDir name: '@Filter/@Filter/ShareDir' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::Manifest name: '@Filter/@Filter/Manifest' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::TestRelease name: '@Filter/@Filter/TestRelease' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Filter/@Filter/ConfirmRelease' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Filter/@Filter/UploadToCPAN' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Filter/AutoPrereqs' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::Git::NextVersion config: Dist::Zilla::Plugin::Git::NextVersion: first_version: '0.001' - version_by_branch: '0' + version_by_branch: 0 version_regexp: (?^:^([0-9]+\.[0-9]+)$) Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Filter/Git::NextVersion' - version: '2.029' + version: '2.036' - class: Dist::Zilla::Plugin::PkgVersion name: '@Filter/PkgVersion' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::MetaConfig name: '@Filter/MetaConfig' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::MetaJSON name: '@Filter/MetaJSON' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::NextRelease name: '@Filter/NextRelease' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@Filter/Test::ChangesHasContent' - version: '0.007' + version: '0.008' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Filter/PodSyntaxTests' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Filter/Test::ReportPrereqs' - version: '0.020' + version: '0.021' - class: Dist::Zilla::Plugin::Prereqs config: @@ -176,7 +174,7 @@ phase: test type: requires name: '@Filter/TestMoreWithSubtests' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -190,81 +188,85 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Plugin::SingleEncoding name: '@RJBS/SingleEncoding' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Name name: '@RJBS/Name' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Version name: '@RJBS/Version' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Region name: '@RJBS/Prelude' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Generic name: '@RJBS/Synopsis' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Generic name: '@RJBS/Description' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Generic name: '@RJBS/Overview' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Generic name: '@RJBS/Stability' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Collect name: Attributes - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Collect name: Methods - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Collect name: Functions - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Leftovers name: '@RJBS/Leftovers' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Region name: '@RJBS/postlude' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Section::Authors name: '@RJBS/Authors' - version: '4.010' + version: '4.012' + - + class: Pod::Weaver::Section::Contributors + name: '@RJBS/Contributors' + version: '0.009' - class: Pod::Weaver::Section::Legal name: '@RJBS/Legal' - version: '4.010' + version: '4.012' - class: Pod::Weaver::Plugin::Transformer name: '@RJBS/List' - version: '4.010' + version: '4.012' name: '@Filter/PodWeaver' version: '4.006' - class: Dist::Zilla::Plugin::GithubMeta name: '@Filter/GithubMeta' - version: '0.46' + version: '0.54' - class: Dist::Zilla::Plugin::Git::Check config: @@ -272,45 +274,48 @@ untracked_files: die Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - - dist.ini - Changes + - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Filter/@Git/Check' - version: '2.029' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: v%v%n%n%c - time_zone: local Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - - dist.ini - Changes + - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Filter/@Git/Commit' - version: '2.029' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ + changelog: Changes signed: 0 - tag: '1.196' + tag: '1.197' tag_format: '%v' tag_message: v%v - time_zone: local Dist::Zilla::Role::Git::Repo: repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Filter/@Git/Tag' - version: '2.029' + version: '2.036' - class: Dist::Zilla::Plugin::Git::Push config: @@ -322,48 +327,76 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Filter/@Git/Push' - version: '2.029' + version: '2.036' + - + class: Dist::Zilla::Plugin::Git::Contributors + config: + Dist::Zilla::Plugin::Git::Contributors: + include_authors: 0 + include_releaser: 1 + order_by: name + paths: + - . + name: '@Filter/Git::Contributors' + version: '0.014' - class: Dist::Zilla::Plugin::MakeMaker::Runner config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: MakeMaker::Runner - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.031' + version: '5.040' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':ExtraTestFiles' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.031' + version: '5.040' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':PerlExecFiles' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.031' + version: '5.040' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.031' + version: '5.040' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.031' + version: '5.040' +x_contributors: + - 'Alexandr Ciornii <[email protected]>' + - 'Karel Miko <[email protected]>' + - 'McA <[email protected]>' + - 'Michael Schout <[email protected]>' + - 'Ricardo SIGNES <[email protected]>' + - 'Ricardo Signes <[email protected]>' + - 'Svetlana <[email protected]>' + - 'Troy Morehouse <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/README new/Email-Valid-1.197/README --- old/Email-Valid-1.196/README 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/README 2015-10-17 04:57:08.000000000 +0200 @@ -1,7 +1,7 @@ This archive contains the distribution Email-Valid, -version 1.196: +version 1.197: Check validity of Internet email addresses @@ -11,5 +11,5 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v5.031. +This README file was generated by Dist::Zilla::Plugin::Readme v5.040. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/lib/Email/Valid.pm new/Email-Valid-1.197/lib/Email/Valid.pm --- old/Email-Valid-1.196/lib/Email/Valid.pm 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/lib/Email/Valid.pm 2015-10-17 04:57:08.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; package Email::Valid; -$Email::Valid::VERSION = '1.196'; +$Email::Valid::VERSION = '1.197'; # ABSTRACT: Check validity of Internet email addresses our ( $RFC822PAT, @@ -75,7 +75,7 @@ ref $self ? %args = %$self : _initialize( \%args ); return %args unless @params; - unless ($params[0] =~ /^-/ and @params > 1) { + unless (@params > 1 and $params[0] =~ /^-/) { while(@params) { croak 'unexpected number of parameters' unless @names; $args{ lc shift @names } = shift @params; @@ -144,22 +144,18 @@ $Resolver = Net::DNS::Resolver->new unless defined $Resolver; - my $packet = $Resolver->send($host, 'MX') or croak $Resolver->errorstring; - if ($packet->header->ancount) { - my @mx_entries = grep { $_->type eq 'MX' } $packet->answer; - if(@mx_entries) { - my $mx = ($mx_entries[0])->exchange; - if ($mx eq '.' or $mx eq '') { - return $self->details('mx'); # Null MX - } else { - return 1; - } + my @mx_entries = Net::DNS::mx($Resolver, $host); + + if (@mx_entries) { + foreach my $mx (@mx_entries) { + my $mxhost = $mx->exchange; + my $query = $Resolver->search($mx); + foreach my $a_rr ($query->answer) { + return 1 unless $a_rr->type ne 'A'; + } } } - $packet = $Resolver->send($host, 'A') or croak $Resolver->errorstring; - return 1 if $packet->header->ancount; - return $self->details('mx'); } @@ -709,7 +705,7 @@ =head1 VERSION -version 1.196 +version 1.197 =head1 SYNOPSIS @@ -920,6 +916,46 @@ Maurice Aubrey <[email protected]> +=head1 CONTRIBUTORS + +=for stopwords Alexandr Ciornii Karel Miko McA Michael Schout Ricardo SIGNES Signes Svetlana Troy Morehouse + +=over 4 + +=item * + +Alexandr Ciornii <[email protected]> + +=item * + +Karel Miko <[email protected]> + +=item * + +McA <[email protected]> + +=item * + +Michael Schout <[email protected]> + +=item * + +Ricardo SIGNES <[email protected]> + +=item * + +Ricardo Signes <[email protected]> + +=item * + +Svetlana <[email protected]> + +=item * + +Troy Morehouse <[email protected]> + +=back + =head1 COPYRIGHT AND LICENSE This software is copyright (c) 1998 by Maurice Aubrey. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/t/00-report-prereqs.dd new/Email-Valid-1.197/t/00-report-prereqs.dd --- old/Email-Valid-1.196/t/00-report-prereqs.dd 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/t/00-report-prereqs.dd 2015-10-17 04:57:08.000000000 +0200 @@ -1,7 +1,10 @@ do { my $x = { 'develop' => { 'requires' => { - 'Test::Pod' => '1.41' + 'Test::More' => '0', + 'Test::Pod' => '1.41', + 'XML::LibXML' => '0', + 'utf8' => '0' } }, 'runtime' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/t/00-report-prereqs.t new/Email-Valid-1.197/t/00-report-prereqs.t --- old/Email-Valid-1.196/t/00-report-prereqs.t 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/t/00-report-prereqs.t 2015-10-17 04:57:08.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.020 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021 use Test::More tests => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/xt/author/pod-syntax.t new/Email-Valid-1.197/xt/author/pod-syntax.t --- old/Email-Valid-1.196/xt/author/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Email-Valid-1.197/xt/author/pod-syntax.t 2015-10-17 04:57:08.000000000 +0200 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/xt/release/changes_has_content.t new/Email-Valid-1.197/xt/release/changes_has_content.t --- old/Email-Valid-1.196/xt/release/changes_has_content.t 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/xt/release/changes_has_content.t 2015-10-17 04:57:08.000000000 +0200 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '1.196'; +my $newver = '1.197'; my $trial_token = '-TRIAL'; SKIP: { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Valid-1.196/xt/release/pod-syntax.t new/Email-Valid-1.197/xt/release/pod-syntax.t --- old/Email-Valid-1.196/xt/release/pod-syntax.t 2015-02-06 04:31:32.000000000 +0100 +++ new/Email-Valid-1.197/xt/release/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok(); ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module
