Skip to content

Commit

Permalink
Build results of 8f1c10a (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 31, 2014
1 parent ca79bfa commit ab2c1ca
Show file tree
Hide file tree
Showing 25 changed files with 258 additions and 259 deletions.
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# git help shortlog
# newname <newaddr> oldname <oldaddr>
<kentnl@cpan.org> <kentfredric@gmail.com>
18 changes: 18 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Release history for Dist-Zilla-Plugin-Git-NextRelease

0.003000 2014-08-31T20:47:43Z
[00 Minor]
- Tests refactored
- Add dump_config
- metadata

[Dependencies::Stats]
- Dependencies changed since 0.002012, see misc/*.deps* for details
- develop: +1 ↑1 (suggests: ↑2)
- runtime: +1
- test: +1 -4

[Metadata]
- set author = kentnl

[Tests]
- Refactored tests in terms of dztest.

0.002012 2014-08-15T21:16:31Z
[00 Trivial]
- CPANDAY!
Expand Down
7 changes: 1 addition & 6 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
.gitignore
.mailmap
.perltidyrc
.travis.yml
Changes
Expand All @@ -9,12 +10,6 @@ META.json
META.yml
Makefile.PL
README
corpus/fake_dist_01/Changes
corpus/fake_dist_01/dist.ini
corpus/fake_dist_01/lib/E.pm
corpus/fake_dist_02/Changes
corpus/fake_dist_02/dist.ini
corpus/fake_dist_02/lib/E.pm
dist.ini
dist.ini.meta
lib/Dist/Zilla/Plugin/Git/NextRelease.pm
Expand Down
107 changes: 61 additions & 46 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"abstract" : "Use time-stamp from Git instead of process start time.",
"author" : [
"Kent Fredric <kentfredric@gmail.com>"
"Kent Fredric <kentnl@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142060",
Expand All @@ -24,6 +24,7 @@
},
"develop" : {
"requires" : {
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.001001",
"Dist::Zilla::Plugin::Authority" : "1.006",
"Dist::Zilla::Plugin::AutoPrereqs" : "0",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0",
Expand Down Expand Up @@ -70,20 +71,21 @@
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
"Test::Kwalitee" : "1.12",
"Test::Kwalitee" : "1.21",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
},
"suggests" : {
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.017002"
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.020000"
}
},
"runtime" : {
"requires" : {
"DateTime" : "0",
"Dist::Zilla" : "5.000",
"Dist::Zilla::Plugin::NextRelease" : "0",
"Dist::Zilla::Util::ConfigDumper" : "0",
"Git::Wrapper::Plus" : "0.003100",
"Moose" : "0",
"String::Formatter" : "0.100680",
Expand All @@ -100,14 +102,11 @@
"Test::More" : "1.001003"
},
"requires" : {
"Cwd" : "0",
"Dist::Zilla::Util::Test::KENTNL" : "1.003001",
"ExtUtils::MakeMaker" : "0",
"File::Copy::Recursive" : "0",
"File::Spec" : "0",
"FindBin" : "0",
"Git::Wrapper::Plus::Support" : "0",
"Git::Wrapper::Plus::Tester" : "0",
"Path::Tiny" : "0",
"Test::DZil" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.89"
Expand All @@ -117,7 +116,7 @@
"provides" : {
"Dist::Zilla::Plugin::Git::NextRelease" : {
"file" : "lib/Dist/Zilla/Plugin/Git/NextRelease.pm",
"version" : "0.002012"
"version" : "0.003000"
}
},
"release_status" : "stable",
Expand All @@ -132,14 +131,14 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Git-NextRelease"
}
},
"version" : "0.002012",
"version" : "0.003000",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
"Cwd" : "3.48",
"DateTime" : "1.10",
"Dist::Zilla" : "5.020",
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.003001",
"Dist::Zilla::Plugin::Authority" : "1.006",
"Dist::Zilla::Plugin::AutoPrereqs" : "5.020",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.002",
Expand All @@ -149,85 +148,86 @@
"Dist::Zilla::Plugin::Git::Check" : "2.023",
"Dist::Zilla::Plugin::Git::Commit" : "2.023",
"Dist::Zilla::Plugin::Git::CommitBuild" : "2.023",
"Dist::Zilla::Plugin::Git::Contributors" : "0.006",
"Dist::Zilla::Plugin::Git::Contributors" : "0.007",
"Dist::Zilla::Plugin::Git::GatherDir" : "2.023",
"Dist::Zilla::Plugin::Git::NextRelease" : "0.002012",
"Dist::Zilla::Plugin::Git::NextRelease" : "0.003000",
"Dist::Zilla::Plugin::Git::Tag" : "2.023",
"Dist::Zilla::Plugin::GithubMeta" : "0.46",
"Dist::Zilla::Plugin::License" : "5.020",
"Dist::Zilla::Plugin::MakeMaker" : "5.020",
"Dist::Zilla::Plugin::Manifest" : "5.020",
"Dist::Zilla::Plugin::ManifestSkip" : "5.020",
"Dist::Zilla::Plugin::MetaConfig" : "5.020",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.001000",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.002000",
"Dist::Zilla::Plugin::MetaJSON" : "5.020",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.000003",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.001001",
"Dist::Zilla::Plugin::MetaTests" : "5.020",
"Dist::Zilla::Plugin::MetaYAML" : "5.020",
"Dist::Zilla::Plugin::MinimumPerl" : "1.003",
"Dist::Zilla::Plugin::NextRelease" : "5.020",
"Dist::Zilla::Plugin::PodCoverageTests" : "5.020",
"Dist::Zilla::Plugin::PodSyntaxTests" : "5.020",
"Dist::Zilla::Plugin::PodWeaver" : "4.005",
"Dist::Zilla::Plugin::PodWeaver" : "4.006",
"Dist::Zilla::Plugin::Prereqs" : "5.020",
"Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.002000",
"Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.002001",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142250",
"Dist::Zilla::Plugin::ReadmeFromPod" : "0.21",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001002",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001003",
"Dist::Zilla::Plugin::RunExtraTests" : "0.022",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002001",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.07",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002002",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.11",
"Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005",
"Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
"Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019",
"Dist::Zilla::Plugin::TestRelease" : "5.020",
"Dist::Zilla::Plugin::Twitter" : "0.025",
"Dist::Zilla::Plugin::UploadToCPAN" : "5.020",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.017002",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.020000",
"Dist::Zilla::Util::ConfigDumper" : "0.003003",
"Dist::Zilla::Util::Test::KENTNL" : "1.003001",
"ExtUtils::MakeMaker" : "6.98",
"File::Copy::Recursive" : "0.38",
"File::Spec" : "3.48",
"FindBin" : "1.51",
"File::Spec" : "3.49",
"Git::Wrapper::Plus" : "0.004010",
"Git::Wrapper::Plus::Support" : "0.004010",
"Git::Wrapper::Plus::Tester" : "0.004010",
"Moose" : "2.1211",
"Path::Tiny" : "0.056",
"Pod::Coverage::TrustPod" : "0.100003",
"String::Formatter" : "0.102084",
"Test::CPAN::Changes" : "0.30",
"Test::CPAN::Meta" : "0.23",
"Test::DZil" : "5.020",
"Test::Fatal" : "0.013",
"Test::Kwalitee" : "1.19",
"Test::Kwalitee" : "1.22",
"Test::More" : "1.001003",
"Test::Pod" : "1.48",
"Test::Pod::Coverage" : "1.10",
"strict" : "1.08",
"utf8" : "1.14",
"warnings" : "1.24"
"warnings" : "1.26"
},
"perl" : {
"original" : "v5.21.1",
"original" : "v5.21.3",
"qv" : 1,
"version" : [
5,
21,
1
3
]
},
"perl-config" : {
"gccversion" : "4.8.3",
"git_commit_id" : "640eedb9ffcac7a9c2793689044e84bfd9af3045",
"git_describe" : "v5.21.2-215-g640eedb",
"myarchname" : "x86_64-linux",
"osname" : "linux"
},
"platform" : "linux",
"uname" : "Linux 3.15.5-aufs x86_64 GenuineIntel GNU/Linux"
"uname" : "Linux 3.16.1-aufs x86_64 GenuineIntel GNU/Linux"
},
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.021001"
"version" : "5.021003"
},
"plugins" : [
{
Expand All @@ -241,7 +241,7 @@
}
},
"name" : "Bootstrap::lib",
"version" : "1.000004"
"version" : "1.000005"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
Expand Down Expand Up @@ -272,7 +272,7 @@
}
},
"name" : "@Author::KENTNL/MetaProvides::Package",
"version" : "2.000003"
"version" : "2.001001"
},
{
"class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
Expand All @@ -294,19 +294,20 @@
}
},
"name" : "@Author::KENTNL/MetaData::BuiltWith",
"version" : "1.001000"
"version" : "1.002000"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"include_authors" : "0",
"include_releaser" : "0",
"order_by" : "name"
"order_by" : "name",
"paths" : []
}
},
"name" : "@Author::KENTNL/Git::Contributors",
"version" : "0.006"
"version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
Expand Down Expand Up @@ -368,8 +369,14 @@
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
"config" : {
"Dist::Zilla::Plugin::Test::Kwalitee" : {
"filename" : "xt/release/kwalitee.t",
"skiptest" : []
}
},
"name" : "@Author::KENTNL/Test::Kwalitee",
"version" : "2.07"
"version" : "2.11"
},
{
"class" : "Dist::Zilla::Plugin::EOLTests",
Expand Down Expand Up @@ -401,7 +408,7 @@
}
},
"name" : "@Author::KENTNL/Test::Compile::PerFile",
"version" : "0.002001"
"version" : "0.002002"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
Expand All @@ -422,7 +429,7 @@
}
},
"name" : "@Author::KENTNL/RewriteVersion::Sanitized",
"version" : "0.001002"
"version" : "0.001003"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
Expand Down Expand Up @@ -522,7 +529,7 @@
}
},
"name" : "@Author::KENTNL/PodWeaver",
"version" : "4.005"
"version" : "4.006"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
Expand Down Expand Up @@ -560,6 +567,11 @@
"name" : "@Author::KENTNL/MakeMaker",
"version" : "5.020"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
"name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
"version" : "0.003001"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeFromPod",
"name" : "@Author::KENTNL/ReadmeFromPod",
Expand Down Expand Up @@ -645,7 +657,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.002012-source",
"tag" : "0.003000-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand All @@ -659,8 +671,11 @@
},
{
"class" : "Dist::Zilla::Plugin::Git::NextRelease",
"config" : {
"Dist::Zilla::Plugin::Git::NextRelease" : {}
},
"name" : "@Author::KENTNL/Git::NextRelease",
"version" : "0.002012"
"version" : "0.003000"
},
{
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
Expand Down Expand Up @@ -716,7 +731,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.002012",
"tag" : "0.003000",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -763,7 +778,7 @@
}
},
"name" : "@Author::KENTNL/Prereqs::Recommend::MatchInstalled",
"version" : "0.002000"
"version" : "0.002001"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled",
Expand All @@ -782,7 +797,7 @@
}
},
"name" : "@Author::KENTNL/always_latest_develop_bundle",
"version" : "0.002000"
"version" : "0.002001"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand Down

0 comments on commit ab2c1ca

Please sign in to comment.