Skip to content

Commit

Permalink
Build results of 189f733 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 2, 2014
1 parent d34418f commit cf4149d
Show file tree
Hide file tree
Showing 18 changed files with 222 additions and 124 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-INI-Baked

0.002000 2014-09-02T08:08:38Z
[00 Minor]
- Add dump_config
- tests refactored.
- metadata

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

[Metadata]
- Set author = kentnl

[Tests]
- implemented now in dztest

0.001001 2014-08-15T21:16:43Z
[00 Trivial]
- CPANDAY!
Expand Down
1 change: 1 addition & 0 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 Down
100 changes: 60 additions & 40 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"abstract" : "Add a baked version of your configuration to tree automatically",
"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,19 +71,20 @@
"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" : {
"Dist::Zilla::File::FromCode" : "0",
"Dist::Zilla::Role::FileGatherer" : "0",
"Dist::Zilla::Util::ConfigDumper" : "0",
"Dist::Zilla::Util::CurrentCmd" : "0.002000",
"Dist::Zilla::Util::ExpandINI" : "0.001001",
"MooX::Lsub" : "0",
Expand All @@ -101,6 +103,7 @@
"Test::More" : "1.001003"
},
"requires" : {
"Dist::Zilla::Util::Test::KENTNL" : "1.003001",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::DZil" : "0",
Expand All @@ -111,7 +114,7 @@
"provides" : {
"Dist::Zilla::Plugin::INI::Baked" : {
"file" : "lib/Dist/Zilla/Plugin/INI/Baked.pm",
"version" : "0.001001"
"version" : "0.002000"
}
},
"release_status" : "stable",
Expand All @@ -126,12 +129,13 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-INI-Baked"
}
},
"version" : "0.001001",
"version" : "0.002000",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::File::FromCode" : "5.020",
"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 @@ -141,81 +145,85 @@
"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.002011",
"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::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::Role::FileGatherer" : "5.020",
"Dist::Zilla::Util::CurrentCmd" : "0.002000",
"Dist::Zilla::Util::ExpandINI" : "0.001002",
"Dist::Zilla::Util::ConfigDumper" : "0.003004",
"Dist::Zilla::Util::CurrentCmd" : "0.002001",
"Dist::Zilla::Util::ExpandINI" : "0.001003",
"Dist::Zilla::Util::Test::KENTNL" : "1.003001",
"ExtUtils::MakeMaker" : "6.98",
"File::Spec" : "3.48",
"MooX::Lsub" : "0.001002",
"File::Spec" : "3.49",
"MooX::Lsub" : "0.002000",
"Moose" : "2.1211",
"Path::Tiny" : "0.056",
"Pod::Coverage::TrustPod" : "0.100003",
"Test::CPAN::Changes" : "0.30",
"Test::CPAN::Meta" : "0.23",
"Test::DZil" : "5.020",
"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 Down Expand Up @@ -247,7 +255,7 @@
}
},
"name" : "@Author::KENTNL/MetaProvides::Package",
"version" : "2.000003"
"version" : "2.001001"
},
{
"class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
Expand All @@ -269,19 +277,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 @@ -343,8 +352,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 @@ -376,7 +391,7 @@
}
},
"name" : "@Author::KENTNL/Test::Compile::PerFile",
"version" : "0.002001"
"version" : "0.002002"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
Expand All @@ -397,7 +412,7 @@
}
},
"name" : "@Author::KENTNL/RewriteVersion::Sanitized",
"version" : "0.001002"
"version" : "0.001003"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
Expand Down Expand Up @@ -497,7 +512,7 @@
}
},
"name" : "@Author::KENTNL/PodWeaver",
"version" : "4.005"
"version" : "4.006"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
Expand Down Expand Up @@ -535,6 +550,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 @@ -620,7 +640,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001001-source",
"tag" : "0.002000-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand All @@ -635,7 +655,7 @@
{
"class" : "Dist::Zilla::Plugin::Git::NextRelease",
"name" : "@Author::KENTNL/Git::NextRelease",
"version" : "0.002011"
"version" : "0.003000"
},
{
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
Expand Down Expand Up @@ -691,7 +711,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.002000",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -738,7 +758,7 @@
}
},
"name" : "@Author::KENTNL/Prereqs::Recommend::MatchInstalled",
"version" : "0.002000"
"version" : "0.002001"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled",
Expand All @@ -757,7 +777,7 @@
}
},
"name" : "@Author::KENTNL/always_latest_develop_bundle",
"version" : "0.002000"
"version" : "0.002001"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand Down
Loading

0 comments on commit cf4149d

Please sign in to comment.