Skip to content

Commit

Permalink
Build results of 2e367c4 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 18, 2014
1 parent 90bc0d5 commit e659616
Show file tree
Hide file tree
Showing 36 changed files with 228 additions and 145 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Release history for Git-PurePerl-Walker

0.004000 2014-08-18T05:52:33Z
[00 Minor]
- Replace Path::Class with Path::Tiny in code and tests.
- Replace Class::Load with Module::Runtime

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

0.003001 2014-08-15T23:07:22Z
[00 Trivial]
- CPANDAY!
Expand Down
97 changes: 55 additions & 42 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,26 +71,26 @@
"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.019000"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Class::Load" : "0",
"Git::PurePerl" : "0",
"Module::Runtime" : "0",
"Moose" : "0",
"Moose::Role" : "0",
"MooseX::Clone" : "0",
"MooseX::Types" : "0",
"MooseX::Types::Moose" : "0",
"Path::Class" : "0",
"Path::Tiny" : "0",
"namespace::autoclean" : "0",
"perl" : "5.008",
"strict" : "0",
Expand Down Expand Up @@ -120,39 +121,39 @@
"provides" : {
"Git::PurePerl::Walker" : {
"file" : "lib/Git/PurePerl/Walker.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::Method::FirstParent" : {
"file" : "lib/Git/PurePerl/Walker/Method/FirstParent.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::Method::FirstParent::FromHEAD" : {
"file" : "lib/Git/PurePerl/Walker/Method/FirstParent/FromHEAD.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::OnCommit::CallBack" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/CallBack.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::OnCommit::List" : {
"file" : "lib/Git/PurePerl/Walker/OnCommit/List.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::Role::HasRepo" : {
"file" : "lib/Git/PurePerl/Walker/Role/HasRepo.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::Role::Method" : {
"file" : "lib/Git/PurePerl/Walker/Role/Method.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::Role::OnCommit" : {
"file" : "lib/Git/PurePerl/Walker/Role/OnCommit.pm",
"version" : "0.003001"
"version" : "0.004000"
},
"Git::PurePerl::Walker::Types" : {
"file" : "lib/Git/PurePerl/Walker/Types.pm",
"version" : "0.003001"
"version" : "0.004000"
}
},
"release_status" : "stable",
Expand All @@ -167,14 +168,14 @@
"web" : "https://github.com/kentnl/Git-PurePerl-Walker"
}
},
"version" : "0.003001",
"version" : "0.004000",
"x_BuiltWith" : {
"modules" : {
"Archive::Tar" : "2.00",
"CPAN::Meta" : "2.142060",
"Carp" : "1.34",
"Class::Load" : "0.21",
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.002002",
"Dist::Zilla::Plugin::Authority" : "1.006",
"Dist::Zilla::Plugin::AutoPrereqs" : "5.020",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.002",
Expand All @@ -184,59 +185,60 @@
"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.002012",
"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.000004",
"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.08",
"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.019000",
"ExtUtils::MakeMaker" : "6.98",
"File::Spec" : "3.48",
"File::Temp" : "0.2304",
"File::pushd" : "1.009",
"FindBin" : "1.51",
"Git::PurePerl" : "0.50",
"Module::Runtime" : "0.014",
"Moose" : "2.1211",
"Moose::Role" : "2.1211",
"MooseX::Clone" : "0.05",
"MooseX::Types" : "0.44",
"MooseX::Types::Moose" : "0.44",
"Package::Stash" : "0.36",
"Path::Class" : "0.33",
"Path::Tiny" : "0.056",
"Pod::Coverage::TrustPod" : "0.100003",
"Scalar::Util" : "1.39",
"Test::CPAN::Changes" : "0.30",
"Test::CPAN::Meta" : "0.23",
"Test::Kwalitee" : "1.19",
"Test::Kwalitee" : "1.22",
"Test::More" : "1.001003",
"Test::Pod" : "1.48",
"Test::Pod::Coverage" : "1.10",
Expand Down Expand Up @@ -297,7 +299,7 @@
}
},
"name" : "@Author::KENTNL/MetaProvides::Package",
"version" : "2.000003"
"version" : "2.000004"
},
{
"class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
Expand All @@ -319,19 +321,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 @@ -393,8 +396,13 @@
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
"config" : {
"Dist::Zilla::Plugin::Test::Kwalitee" : {
"skiptest" : []
}
},
"name" : "@Author::KENTNL/Test::Kwalitee",
"version" : "2.07"
"version" : "2.08"
},
{
"class" : "Dist::Zilla::Plugin::EOLTests",
Expand Down Expand Up @@ -434,7 +442,7 @@
}
},
"name" : "@Author::KENTNL/Test::Compile::PerFile",
"version" : "0.002001"
"version" : "0.002002"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
Expand All @@ -455,7 +463,7 @@
}
},
"name" : "@Author::KENTNL/RewriteVersion::Sanitized",
"version" : "0.001002"
"version" : "0.001003"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
Expand Down Expand Up @@ -600,7 +608,7 @@
}
},
"name" : "@Author::KENTNL/PodWeaver",
"version" : "4.005"
"version" : "4.006"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
Expand Down Expand Up @@ -638,6 +646,11 @@
"name" : "@Author::KENTNL/MakeMaker",
"version" : "5.020"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
"name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
"version" : "0.002002"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeFromPod",
"name" : "@Author::KENTNL/ReadmeFromPod",
Expand Down Expand Up @@ -723,7 +736,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.003001-source",
"tag" : "0.004000-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand All @@ -738,7 +751,7 @@
{
"class" : "Dist::Zilla::Plugin::Git::NextRelease",
"name" : "@Author::KENTNL/Git::NextRelease",
"version" : "0.002011"
"version" : "0.002012"
},
{
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
Expand Down Expand Up @@ -794,7 +807,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.003001",
"tag" : "0.004000",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -841,7 +854,7 @@
}
},
"name" : "@Author::KENTNL/Prereqs::Recommend::MatchInstalled",
"version" : "0.002000"
"version" : "0.002001"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled",
Expand All @@ -860,7 +873,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 e659616

Please sign in to comment.