From fa1d0d362b98978262e4e8ba92f829608e291b9d Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 12 Oct 2013 18:25:11 +1300 Subject: [PATCH] Build results of 7f15dfb (on master) --- Build.PL | 19 ++--- Changes | 24 ++++++ META.json | 79 ++++++++++++------- META.yml | 69 ++++++++++------ README | 2 +- dist.ini | 3 +- .../Zilla/MintingProfile/Author/KENTNL.pm | 4 +- .../Zilla/Plugin/Author/KENTNL/DistINI.pm | 4 +- .../Zilla/Plugin/Author/KENTNL/MinimumPerl.pm | 4 +- lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm | 6 +- t/00-compile.t | 4 +- t/000-report-versions-tiny.t | 23 +++--- 12 files changed, 154 insertions(+), 87 deletions(-) diff --git a/Build.PL b/Build.PL index c6cfd0fc..9747640d 100644 --- a/Build.PL +++ b/Build.PL @@ -17,7 +17,7 @@ my %module_build_args = ( "Kent Fredric " ], "dist_name" => "Dist-Zilla-PluginBundle-Author-KENTNL", - "dist_version" => "1.9.0", + "dist_version" => "2.000000", "license" => "perl", "module_name" => "Dist::Zilla::PluginBundle::Author::KENTNL", "recommends" => {}, @@ -41,7 +41,7 @@ my %module_build_args = ( "Dist::Zilla::Plugin::Git::GatherDir" => "2.014", "Dist::Zilla::Plugin::Git::NextVersion" => "2.014", "Dist::Zilla::Plugin::Git::Tag" => "2.014", - "Dist::Zilla::Plugin::GithubMeta" => "0.38", + "Dist::Zilla::Plugin::GithubMeta" => "0.42", "Dist::Zilla::Plugin::License" => "4.300039", "Dist::Zilla::Plugin::Manifest" => "4.300039", "Dist::Zilla::Plugin::ManifestSkip" => "4.300039", @@ -65,29 +65,30 @@ my %module_build_args = ( "Dist::Zilla::Plugin::Prereqs::MatchInstalled" => "v0.1.4", "Dist::Zilla::Plugin::Prereqs::MatchInstalled::All" => "v0.1.2", "Dist::Zilla::Plugin::Prereqs::Plugins" => "v0.1.3", + "Dist::Zilla::Plugin::Prereqs::SyncVersions" => "0.001000", "Dist::Zilla::Plugin::PruneCruft" => "4.300039", "Dist::Zilla::Plugin::ReadmeAnyFromPod" => "0.131500", "Dist::Zilla::Plugin::ReadmeFromPod" => "0.18", - "Dist::Zilla::Plugin::ReportVersions::Tiny" => "1.09", + "Dist::Zilla::Plugin::ReportVersions::Tiny" => "1.10", "Dist::Zilla::Plugin::Test::CPAN::Changes" => "0.008", - "Dist::Zilla::Plugin::Test::Compile" => "2.033", + "Dist::Zilla::Plugin::Test::Compile" => "2.034", "Dist::Zilla::Plugin::Test::Kwalitee" => "2.06", "Dist::Zilla::Plugin::Test::MinimumVersion" => "2.000005", "Dist::Zilla::Plugin::Test::Perl::Critic" => "2.112410", "Dist::Zilla::Plugin::TestRelease" => "4.300039", - "Dist::Zilla::Plugin::Twitter" => "0.021", + "Dist::Zilla::Plugin::Twitter" => "0.022", "Dist::Zilla::Plugin::UploadToCPAN" => "4.300039", "Dist::Zilla::Role::FileGatherer" => "4.300039", "Dist::Zilla::Role::MintingProfile::ShareDir" => "4.300039", "Dist::Zilla::Role::PluginBundle" => "4.300039", "Dist::Zilla::Util::EmulatePhase" => "0.01025802", - "IO::Socket::SSL" => "1.954", + "IO::Socket::SSL" => "1.955", "LWP::Protocol::https" => "6.04", "Moose" => "2.1005", "MooseX::Has::Sugar" => "0.05070421", "MooseX::Types" => "0.38", "Net::SSLeay" => "1.55", - "Perl::PrereqScanner" => "1.016", + "Perl::PrereqScanner" => "1.017", "Pod::Coverage::TrustPod" => "0.100002", "Pod::Weaver::Plugin::Encoding" => "0.01", "String::Formatter" => "0.102082", @@ -96,8 +97,8 @@ my %module_build_args = ( "Test::Perl::Critic" => "1.02", "Test::Pod" => "1.48", "Test::Pod::Coverage" => "1.08", - "namespace::autoclean" => "0.13", - "perl" => "v5.10.0", + "namespace::autoclean" => "0.14", + "perl" => "5.006", "strict" => 0, "version" => "0.9904", "warnings" => 0 diff --git a/Changes b/Changes index e44244cf..1f61ab38 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,29 @@ Revision history for Dist-Zilla-PluginBundle-Author-KENTNL +2.000000 2013-10-12T05:23:24Z + [00 Major] + - Versioning scheme now back to single-decimal. + - If you are downstream and this breaks things, please learn to normalise + upstream versions. + - Default versioning scheme for new dists is now single-decimal. + + [Dependencies::Added / runtime requires] + - Dist::Zilla::Plugin::Prereqs::SyncVersions 0.001000 + + [Dependencies::Changed / develop requires] + - Dist::Zilla::PluginBundle::Author::KENTNL v1.9.0 → 2.000000 + - Test::CPAN::Changes 0.23 → 0.25 + + [Dependencies::Changed / runtime requires] + - Dist::Zilla::Plugin::GithubMeta 0.38 → 0.42 + - Dist::Zilla::Plugin::ReportVersions::Tiny 1.09 → 1.10 + - Dist::Zilla::Plugin::Test::Compile 2.033 → 2.034 + - Dist::Zilla::Plugin::Twitter 0.021 → 0.022 + - IO::Socket::SSL 1.954 → 1.955 + - Perl::PrereqScanner 1.016 → 1.017 + - namespace::autoclean 0.13 → 0.14 + - perl v5.10.0 → 5.006 + 1.9.0 2013-09-26T12:07:46Z [00 Major] - Well not hugely major, declared develop depends change starting this diff --git a/META.json b/META.json index e3ab9c15..88fcd6c5 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132661", + "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132830", "license" : [ "perl_5" ], @@ -26,9 +26,9 @@ }, "develop" : { "requires" : { - "Dist::Zilla::PluginBundle::Author::KENTNL" : "v1.9.0", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.000000", "Pod::Coverage::TrustPod" : "0.100002", - "Test::CPAN::Changes" : "0.23", + "Test::CPAN::Changes" : "0.25", "Test::CPAN::Meta" : "0.23", "Test::Kwalitee" : "1.15", "Test::Pod" : "1.48", @@ -59,7 +59,7 @@ "Dist::Zilla::Plugin::Git::GatherDir" : "2.014", "Dist::Zilla::Plugin::Git::NextVersion" : "2.014", "Dist::Zilla::Plugin::Git::Tag" : "2.014", - "Dist::Zilla::Plugin::GithubMeta" : "0.38", + "Dist::Zilla::Plugin::GithubMeta" : "0.42", "Dist::Zilla::Plugin::License" : "4.300039", "Dist::Zilla::Plugin::Manifest" : "4.300039", "Dist::Zilla::Plugin::ManifestSkip" : "4.300039", @@ -83,29 +83,30 @@ "Dist::Zilla::Plugin::Prereqs::MatchInstalled" : "v0.1.4", "Dist::Zilla::Plugin::Prereqs::MatchInstalled::All" : "v0.1.2", "Dist::Zilla::Plugin::Prereqs::Plugins" : "v0.1.3", + "Dist::Zilla::Plugin::Prereqs::SyncVersions" : "0.001000", "Dist::Zilla::Plugin::PruneCruft" : "4.300039", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.131500", "Dist::Zilla::Plugin::ReadmeFromPod" : "0.18", - "Dist::Zilla::Plugin::ReportVersions::Tiny" : "1.09", + "Dist::Zilla::Plugin::ReportVersions::Tiny" : "1.10", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", - "Dist::Zilla::Plugin::Test::Compile" : "2.033", + "Dist::Zilla::Plugin::Test::Compile" : "2.034", "Dist::Zilla::Plugin::Test::Kwalitee" : "2.06", "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005", "Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410", "Dist::Zilla::Plugin::TestRelease" : "4.300039", - "Dist::Zilla::Plugin::Twitter" : "0.021", + "Dist::Zilla::Plugin::Twitter" : "0.022", "Dist::Zilla::Plugin::UploadToCPAN" : "4.300039", "Dist::Zilla::Role::FileGatherer" : "4.300039", "Dist::Zilla::Role::MintingProfile::ShareDir" : "4.300039", "Dist::Zilla::Role::PluginBundle" : "4.300039", "Dist::Zilla::Util::EmulatePhase" : "0.01025802", - "IO::Socket::SSL" : "1.954", + "IO::Socket::SSL" : "1.955", "LWP::Protocol::https" : "6.04", "Moose" : "2.1005", "MooseX::Has::Sugar" : "0.05070421", "MooseX::Types" : "0.38", "Net::SSLeay" : "1.55", - "Perl::PrereqScanner" : "1.016", + "Perl::PrereqScanner" : "1.017", "Pod::Coverage::TrustPod" : "0.100002", "Pod::Weaver::Plugin::Encoding" : "0.01", "String::Formatter" : "0.102082", @@ -114,8 +115,8 @@ "Test::Perl::Critic" : "1.02", "Test::Pod" : "1.48", "Test::Pod::Coverage" : "1.08", - "namespace::autoclean" : "0.13", - "perl" : "v5.10.0", + "namespace::autoclean" : "0.14", + "perl" : "5.006", "strict" : "0", "version" : "0.9904", "warnings" : "0" @@ -144,19 +145,19 @@ "provides" : { "Dist::Zilla::MintingProfile::Author::KENTNL" : { "file" : "lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm", - "version" : "v1.9.0" + "version" : "2.000000" }, "Dist::Zilla::Plugin::Author::KENTNL::DistINI" : { "file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm", - "version" : "v1.9.0" + "version" : "2.000000" }, "Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl" : { "file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm", - "version" : "v1.9.0" + "version" : "2.000000" }, "Dist::Zilla::PluginBundle::Author::KENTNL" : { "file" : "lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm", - "version" : "v1.9.0" + "version" : "2.000000" } }, "release_status" : "stable", @@ -171,7 +172,7 @@ "web" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL" } }, - "version" : "1.9.0", + "version" : "2.000000", "x_BuiltWith" : { "modules" : { "Capture::Tiny" : "0.22", @@ -184,7 +185,7 @@ "Dist::Zilla::Plugin::MetaProvides" : "1.15000000", "Dist::Zilla::Plugin::MinimumPerl" : "1.003", "Dist::Zilla::Plugin::PerlTidy" : "0.13", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "1.9.0", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.000000", "Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "1.7.2", "Dist::Zilla::Role::FileGatherer" : "4.300039", "Dist::Zilla::Role::MintingProfile::ShareDir" : "4.300039", @@ -195,7 +196,7 @@ "FindBin" : "1.51", "Git::Wrapper" : "0.030", "IO::Handle" : "1.35", - "IO::Socket::SSL" : "1.954", + "IO::Socket::SSL" : "1.955", "IPC::Open3" : "1.15", "JSON" : "2.59", "LWP::Protocol::https" : "6.04", @@ -205,11 +206,11 @@ "MooseX::Types" : "0.38", "Net::SSLeay" : "1.55", "Path::Class" : "0.32", - "Perl::PrereqScanner" : "1.016", + "Perl::PrereqScanner" : "1.017", "Pod::Coverage::TrustPod" : "0.100002", "Pod::Weaver::Plugin::Encoding" : "0.01", "String::Formatter" : "0.102082", - "Test::CPAN::Changes" : "0.23", + "Test::CPAN::Changes" : "0.25", "Test::CPAN::Meta" : "0.23", "Test::DZil" : "4.300039", "Test::EOL" : "1.5", @@ -221,7 +222,7 @@ "Test::Perl::Critic" : "1.02", "Test::Pod" : "1.48", "Test::Pod::Coverage" : "1.08", - "namespace::autoclean" : "0.13", + "namespace::autoclean" : "0.14", "strict" : "1.08", "version" : "0.9904", "warnings" : "1.18" @@ -241,7 +242,7 @@ "osname" : "linux" }, "platform" : "linux", - "uname" : "Linux 3.11.1-gentoo x86_64 GenuineIntel GNU/Linux" + "uname" : "Linux 3.11.4-gentoo x86_64 GenuineIntel GNU/Linux" }, "x_Dist_Zilla" : { "perl" : { @@ -274,7 +275,7 @@ { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Author::KENTNL/GithubMeta", - "version" : "0.38" + "version" : "0.42" }, { "class" : "Dist::Zilla::Plugin::FinderCode", @@ -359,7 +360,7 @@ { "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny", "name" : "@Author::KENTNL/ReportVersions::Tiny", - "version" : "1.09" + "version" : "1.10" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -389,7 +390,7 @@ } }, "name" : "@Author::KENTNL/Test::Compile", - "version" : "2.033" + "version" : "2.034" }, { "class" : "Dist::Zilla::Plugin::Test::Perl::Critic", @@ -459,7 +460,7 @@ { "class" : "Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl", "name" : "@Author::KENTNL/Author::KENTNL::MinimumPerl", - "version" : "1.9.0" + "version" : "2.000000" }, { "class" : "Dist::Zilla::Plugin::Authority", @@ -534,7 +535,7 @@ { "class" : "Dist::Zilla::Plugin::Twitter", "name" : "@Author::KENTNL/Twitter", - "version" : "0.021" + "version" : "0.022" }, { "class" : "Dist::Zilla::Plugin::Prereqs::MatchInstalled", @@ -663,6 +664,30 @@ "name" : "Prereqs::MatchInstalled::All", "version" : "0.1.2" }, + { + "class" : "Dist::Zilla::Plugin::Prereqs::SyncVersions", + "config" : { + "Dist::Zilla::Plugin::Prereqs::SyncVersions" : { + "applyto" : [ + "build.requires", + "test.requires", + "runtime.requires", + "configure.requires" + ], + "applyto_phase" : [ + "build", + "test", + "runtime", + "configure" + ], + "applyto_relation" : [ + "requires" + ] + } + }, + "name" : "Prereqs::SyncVersions", + "version" : "0.001000" + }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "CheckPrereqsIndexed", diff --git a/META.yml b/META.yml index b7982037..f79f4c8c 100644 --- a/META.yml +++ b/META.yml @@ -21,7 +21,7 @@ build_requires: configure_requires: Module::Build: 0.4007 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132661' +generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132830' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -30,16 +30,16 @@ name: Dist-Zilla-PluginBundle-Author-KENTNL provides: Dist::Zilla::MintingProfile::Author::KENTNL: file: lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm - version: v1.9.0 + version: 2.000000 Dist::Zilla::Plugin::Author::KENTNL::DistINI: file: lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm - version: v1.9.0 + version: 2.000000 Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl: file: lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm - version: v1.9.0 + version: 2.000000 Dist::Zilla::PluginBundle::Author::KENTNL: file: lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm - version: v1.9.0 + version: 2.000000 requires: Carp: 0 Dist::Zilla: 4.300039 @@ -59,7 +59,7 @@ requires: Dist::Zilla::Plugin::Git::GatherDir: 2.014 Dist::Zilla::Plugin::Git::NextVersion: 2.014 Dist::Zilla::Plugin::Git::Tag: 2.014 - Dist::Zilla::Plugin::GithubMeta: 0.38 + Dist::Zilla::Plugin::GithubMeta: 0.42 Dist::Zilla::Plugin::License: 4.300039 Dist::Zilla::Plugin::Manifest: 4.300039 Dist::Zilla::Plugin::ManifestSkip: 4.300039 @@ -83,29 +83,30 @@ requires: Dist::Zilla::Plugin::Prereqs::MatchInstalled: v0.1.4 Dist::Zilla::Plugin::Prereqs::MatchInstalled::All: v0.1.2 Dist::Zilla::Plugin::Prereqs::Plugins: v0.1.3 + Dist::Zilla::Plugin::Prereqs::SyncVersions: 0.001000 Dist::Zilla::Plugin::PruneCruft: 4.300039 Dist::Zilla::Plugin::ReadmeAnyFromPod: 0.131500 Dist::Zilla::Plugin::ReadmeFromPod: 0.18 - Dist::Zilla::Plugin::ReportVersions::Tiny: 1.09 + Dist::Zilla::Plugin::ReportVersions::Tiny: 1.10 Dist::Zilla::Plugin::Test::CPAN::Changes: 0.008 - Dist::Zilla::Plugin::Test::Compile: 2.033 + Dist::Zilla::Plugin::Test::Compile: 2.034 Dist::Zilla::Plugin::Test::Kwalitee: 2.06 Dist::Zilla::Plugin::Test::MinimumVersion: 2.000005 Dist::Zilla::Plugin::Test::Perl::Critic: 2.112410 Dist::Zilla::Plugin::TestRelease: 4.300039 - Dist::Zilla::Plugin::Twitter: 0.021 + Dist::Zilla::Plugin::Twitter: 0.022 Dist::Zilla::Plugin::UploadToCPAN: 4.300039 Dist::Zilla::Role::FileGatherer: 4.300039 Dist::Zilla::Role::MintingProfile::ShareDir: 4.300039 Dist::Zilla::Role::PluginBundle: 4.300039 Dist::Zilla::Util::EmulatePhase: 0.01025802 - IO::Socket::SSL: 1.954 + IO::Socket::SSL: 1.955 LWP::Protocol::https: 6.04 Moose: 2.1005 MooseX::Has::Sugar: 0.05070421 MooseX::Types: 0.38 Net::SSLeay: 1.55 - Perl::PrereqScanner: 1.016 + Perl::PrereqScanner: 1.017 Pod::Coverage::TrustPod: 0.100002 Pod::Weaver::Plugin::Encoding: 0.01 String::Formatter: 0.102082 @@ -114,8 +115,8 @@ requires: Test::Perl::Critic: 1.02 Test::Pod: 1.48 Test::Pod::Coverage: 1.08 - namespace::autoclean: 0.13 - perl: v5.10.0 + namespace::autoclean: 0.14 + perl: 5.006 strict: 0 version: 0.9904 warnings: 0 @@ -123,7 +124,7 @@ resources: bugtracker: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL/issues homepage: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL repository: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL.git -version: 1.9.0 +version: 2.000000 x_BuiltWith: modules: Capture::Tiny: 0.22 @@ -136,7 +137,7 @@ x_BuiltWith: Dist::Zilla::Plugin::MetaProvides: 1.15000000 Dist::Zilla::Plugin::MinimumPerl: 1.003 Dist::Zilla::Plugin::PerlTidy: 0.13 - Dist::Zilla::PluginBundle::Author::KENTNL: 1.9.0 + Dist::Zilla::PluginBundle::Author::KENTNL: 2.000000 Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 1.7.2 Dist::Zilla::Role::FileGatherer: 4.300039 Dist::Zilla::Role::MintingProfile::ShareDir: 4.300039 @@ -147,7 +148,7 @@ x_BuiltWith: FindBin: 1.51 Git::Wrapper: 0.030 IO::Handle: 1.35 - IO::Socket::SSL: 1.954 + IO::Socket::SSL: 1.955 IPC::Open3: 1.15 JSON: 2.59 LWP::Protocol::https: 6.04 @@ -157,11 +158,11 @@ x_BuiltWith: MooseX::Types: 0.38 Net::SSLeay: 1.55 Path::Class: 0.32 - Perl::PrereqScanner: 1.016 + Perl::PrereqScanner: 1.017 Pod::Coverage::TrustPod: 0.100002 Pod::Weaver::Plugin::Encoding: 0.01 String::Formatter: 0.102082 - Test::CPAN::Changes: 0.23 + Test::CPAN::Changes: 0.25 Test::CPAN::Meta: 0.23 Test::DZil: 4.300039 Test::EOL: 1.5 @@ -173,7 +174,7 @@ x_BuiltWith: Test::Perl::Critic: 1.02 Test::Pod: 1.48 Test::Pod::Coverage: 1.08 - namespace::autoclean: 0.13 + namespace::autoclean: 0.14 strict: 1.08 version: 0.9904 warnings: 1.18 @@ -189,7 +190,7 @@ x_BuiltWith: myarchname: x86_64-linux osname: linux platform: linux - uname: 'Linux 3.11.1-gentoo x86_64 GenuineIntel GNU/Linux' + uname: 'Linux 3.11.4-gentoo x86_64 GenuineIntel GNU/Linux' x_Dist_Zilla: perl: version: 5.019003 @@ -215,7 +216,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::KENTNL/GithubMeta' - version: 0.38 + version: 0.42 - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' @@ -282,7 +283,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::ReportVersions::Tiny name: '@Author::KENTNL/ReportVersions::Tiny' - version: 1.09 + version: 1.10 - class: Dist::Zilla::Plugin::Test::Kwalitee name: '@Author::KENTNL/Test::Kwalitee' @@ -304,7 +305,7 @@ x_Dist_Zilla: script_finder: - ':ExecFiles' name: '@Author::KENTNL/Test::Compile' - version: 2.033 + version: 2.034 - class: Dist::Zilla::Plugin::Test::Perl::Critic name: '@Author::KENTNL/Test::Perl::Critic' @@ -357,7 +358,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl name: '@Author::KENTNL/Author::KENTNL::MinimumPerl' - version: 1.9.0 + version: 2.000000 - class: Dist::Zilla::Plugin::Authority name: '@Author::KENTNL/Authority' @@ -417,7 +418,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::Twitter name: '@Author::KENTNL/Twitter' - version: 0.021 + version: 0.022 - class: Dist::Zilla::Plugin::Prereqs::MatchInstalled config: @@ -522,6 +523,24 @@ x_Dist_Zilla: upgrade_perl: ~ name: Prereqs::MatchInstalled::All version: 0.1.2 + - + class: Dist::Zilla::Plugin::Prereqs::SyncVersions + config: + Dist::Zilla::Plugin::Prereqs::SyncVersions: + applyto: + - build.requires + - test.requires + - runtime.requires + - configure.requires + applyto_phase: + - build + - test + - runtime + - configure + applyto_relation: + - requires + name: Prereqs::SyncVersions + version: 0.001000 - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: CheckPrereqsIndexed diff --git a/README b/README index 33ccde0d..8b7ee993 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME build your distributions. VERSION - version 1.9.0 + version 2.000000 SYNOPSIS [@Author::KENTNL] diff --git a/dist.ini b/dist.ini index d5e04684..0b87fae3 100644 --- a/dist.ini +++ b/dist.ini @@ -72,5 +72,6 @@ exclude = IO::Handle exclude = IPC::Open3 exclude = File::Spec exclude = Cwd - +[Prereqs::SyncVersions] [CheckPrereqsIndexed] + diff --git a/lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm b/lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm index 584d4842..22501b7f 100644 --- a/lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm +++ b/lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm @@ -6,7 +6,7 @@ BEGIN { $Dist::Zilla::MintingProfile::Author::KENTNL::AUTHORITY = 'cpan:KENTNL'; } { - $Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.9.0'; + $Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '2.000000'; } # ABSTRACT: KENTNL's Minting Profile @@ -33,7 +33,7 @@ Dist::Zilla::MintingProfile::Author::KENTNL - KENTNL's Minting Profile =head1 VERSION -version 1.9.0 +version 2.000000 =head1 SYNOPSIS diff --git a/lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm b/lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm index ad1a7c06..26ab4908 100644 --- a/lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm +++ b/lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm @@ -6,7 +6,7 @@ BEGIN { $Dist::Zilla::Plugin::Author::KENTNL::DistINI::AUTHORITY = 'cpan:KENTNL'; } { - $Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '1.9.0'; + $Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '2.000000'; } # ABSTRACT: Generate a C for @Author::KENTNL projects. @@ -122,7 +122,7 @@ Dist::Zilla::Plugin::Author::KENTNL::DistINI - Generate a C for @Autho =head1 VERSION -version 1.9.0 +version 2.000000 =head1 SYNOPSIS diff --git a/lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm b/lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm index 7479e5ab..d9225630 100644 --- a/lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm +++ b/lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm @@ -6,7 +6,7 @@ BEGIN { $Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl::AUTHORITY = 'cpan:KENTNL'; } { - $Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl::VERSION = '1.9.0'; + $Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl::VERSION = '2.000000'; } # FILENAME: MinimumPerl.pm @@ -136,7 +136,7 @@ Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl - The MinimumPerl Plugin with a =head1 VERSION -version 1.9.0 +version 2.000000 =head1 METHODS diff --git a/lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm b/lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm index f44d8ac7..07e64eb5 100644 --- a/lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm +++ b/lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm @@ -6,7 +6,7 @@ BEGIN { $Dist::Zilla::PluginBundle::Author::KENTNL::AUTHORITY = 'cpan:KENTNL'; } { - $Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.9.0'; + $Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '2.000000'; } # ABSTRACT: BeLike::KENTNL when you build your distributions. @@ -155,7 +155,7 @@ sub bundle_config_inner { Carp::carp('[Author::KENTNL] auto_prereqs_skip is expected to be an array ref'); } - my (@version) = ( [ 'Git::NextVersion' => { version_regexp => '^(.*)-source$', first_version => '0.1.0' } ], ); + my (@version) = ( [ 'Git::NextVersion' => { version_regexp => '^(.*)-source$', first_version => '0.001000' } ], ); my (@metadata) = ( [ 'MetaConfig' => {} ], _only_git( $arg, [ 'GithubMeta' => { _only_ghissues( $arg, issues => 1 ), } ] ), @@ -278,7 +278,7 @@ Dist::Zilla::PluginBundle::Author::KENTNL - BeLike::KENTNL when you build your d =head1 VERSION -version 1.9.0 +version 2.000000 =head1 SYNOPSIS diff --git a/t/00-compile.t b/t/00-compile.t index a91fa2be..650656b0 100644 --- a/t/00-compile.t +++ b/t/00-compile.t @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.033 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.034 use Test::More tests => 4 + ($ENV{AUTHOR_TESTING} ? 1 : 0); @@ -33,7 +33,7 @@ for my $lib (@module_files) binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); - is($? >> 8, 0, "$lib loaded ok"); + is($?, 0, "$lib loaded ok"); if (@_warnings) { diff --git a/t/000-report-versions-tiny.t b/t/000-report-versions-tiny.t index 4213c1c9..8a520d8e 100644 --- a/t/000-report-versions-tiny.t +++ b/t/000-report-versions-tiny.t @@ -9,11 +9,11 @@ our $success = 0; END { $success && done_testing; } # List our own version used to generate this -my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.09\n"; +my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10\n"; eval { # no excuses! # report our Perl details - my $want = 'v5.10.0'; + my $want = '5.006'; $v .= "perl: $] (wanted $want) on $^O from $^X\n\n"; }; defined($@) and diag("$@"); @@ -67,7 +67,7 @@ eval { $v .= pmver('Dist::Zilla::Plugin::Git::CommitBuild','2.014') }; eval { $v .= pmver('Dist::Zilla::Plugin::Git::GatherDir','2.014') }; eval { $v .= pmver('Dist::Zilla::Plugin::Git::NextVersion','2.014') }; eval { $v .= pmver('Dist::Zilla::Plugin::Git::Tag','2.014') }; -eval { $v .= pmver('Dist::Zilla::Plugin::GithubMeta','0.38') }; +eval { $v .= pmver('Dist::Zilla::Plugin::GithubMeta','0.42') }; eval { $v .= pmver('Dist::Zilla::Plugin::License','4.300039') }; eval { $v .= pmver('Dist::Zilla::Plugin::Manifest','4.300039') }; eval { $v .= pmver('Dist::Zilla::Plugin::ManifestSkip','4.300039') }; @@ -91,20 +91,19 @@ eval { $v .= pmver('Dist::Zilla::Plugin::Prereqs','4.300039') }; eval { $v .= pmver('Dist::Zilla::Plugin::Prereqs::MatchInstalled','v0.1.4') }; eval { $v .= pmver('Dist::Zilla::Plugin::Prereqs::MatchInstalled::All','v0.1.2') }; eval { $v .= pmver('Dist::Zilla::Plugin::Prereqs::Plugins','v0.1.3') }; +eval { $v .= pmver('Dist::Zilla::Plugin::Prereqs::SyncVersions','0.001000') }; eval { $v .= pmver('Dist::Zilla::Plugin::PruneCruft','4.300039') }; eval { $v .= pmver('Dist::Zilla::Plugin::ReadmeAnyFromPod','0.131500') }; eval { $v .= pmver('Dist::Zilla::Plugin::ReadmeFromPod','0.18') }; -eval { $v .= pmver('Dist::Zilla::Plugin::ReportVersions::Tiny','1.09') }; +eval { $v .= pmver('Dist::Zilla::Plugin::ReportVersions::Tiny','1.10') }; eval { $v .= pmver('Dist::Zilla::Plugin::Test::CPAN::Changes','0.008') }; -eval { $v .= pmver('Dist::Zilla::Plugin::Test::Compile','2.033') }; +eval { $v .= pmver('Dist::Zilla::Plugin::Test::Compile','2.034') }; eval { $v .= pmver('Dist::Zilla::Plugin::Test::Kwalitee','2.06') }; eval { $v .= pmver('Dist::Zilla::Plugin::Test::MinimumVersion','2.000005') }; eval { $v .= pmver('Dist::Zilla::Plugin::Test::Perl::Critic','2.112410') }; eval { $v .= pmver('Dist::Zilla::Plugin::TestRelease','4.300039') }; -eval { $v .= pmver('Dist::Zilla::Plugin::Twitter','0.021') }; +eval { $v .= pmver('Dist::Zilla::Plugin::Twitter','0.022') }; eval { $v .= pmver('Dist::Zilla::Plugin::UploadToCPAN','4.300039') }; -eval { $v .= pmver('Dist::Zilla::PluginBundle::Author::KENTNL','v1.9.0') }; -eval { $v .= pmver('Dist::Zilla::PluginBundle::Author::KENTNL::Lite','v1.7.2') }; eval { $v .= pmver('Dist::Zilla::Role::FileGatherer','4.300039') }; eval { $v .= pmver('Dist::Zilla::Role::MintingProfile::ShareDir','4.300039') }; eval { $v .= pmver('Dist::Zilla::Role::PluginBundle','4.300039') }; @@ -114,7 +113,7 @@ eval { $v .= pmver('File::pushd','1.005') }; eval { $v .= pmver('FindBin','any version') }; eval { $v .= pmver('Git::Wrapper','0.030') }; eval { $v .= pmver('IO::Handle','any version') }; -eval { $v .= pmver('IO::Socket::SSL','1.954') }; +eval { $v .= pmver('IO::Socket::SSL','1.955') }; eval { $v .= pmver('IPC::Open3','any version') }; eval { $v .= pmver('JSON','2.59') }; eval { $v .= pmver('LWP::Protocol::https','6.04') }; @@ -124,23 +123,21 @@ eval { $v .= pmver('MooseX::Has::Sugar','0.05070421') }; eval { $v .= pmver('MooseX::Types','0.38') }; eval { $v .= pmver('Net::SSLeay','1.55') }; eval { $v .= pmver('Path::Class','0.32') }; -eval { $v .= pmver('Perl::PrereqScanner','1.016') }; +eval { $v .= pmver('Perl::PrereqScanner','1.017') }; eval { $v .= pmver('Pod::Coverage::TrustPod','0.100002') }; eval { $v .= pmver('Pod::Weaver::Plugin::Encoding','0.01') }; eval { $v .= pmver('String::Formatter','0.102082') }; -eval { $v .= pmver('Test::CPAN::Changes','0.23') }; eval { $v .= pmver('Test::CPAN::Meta','0.23') }; eval { $v .= pmver('Test::DZil','4.300039') }; eval { $v .= pmver('Test::EOL','1.5') }; eval { $v .= pmver('Test::Fatal','0.013') }; eval { $v .= pmver('Test::File::ShareDir','v0.3.3') }; -eval { $v .= pmver('Test::Kwalitee','1.15') }; eval { $v .= pmver('Test::More','0.98') }; eval { $v .= pmver('Test::Output','1.02') }; eval { $v .= pmver('Test::Perl::Critic','1.02') }; eval { $v .= pmver('Test::Pod','1.48') }; eval { $v .= pmver('Test::Pod::Coverage','1.08') }; -eval { $v .= pmver('namespace::autoclean','0.13') }; +eval { $v .= pmver('namespace::autoclean','0.14') }; eval { $v .= pmver('strict','any version') }; eval { $v .= pmver('version','0.9904') }; eval { $v .= pmver('warnings','any version') };