Skip to content

Commit

Permalink
Build results of 5c778eb (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 24, 2014
1 parent b99472a commit 9e8b600
Show file tree
Hide file tree
Showing 15 changed files with 495 additions and 262 deletions.
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Release history for CPAN-Changes-Group-Dependencies-Stats

0.002000 2014-07-24T05:46:13Z
[00 Major]
- Reimplement as a subclass of the new CPAN::Changes::Group
- This greatly simplifies attaching this object to a release.
- Add a 'prelude' property for arbritray pre-text to inject in a group.
- Add a 'name' property which can be set during construction to define the groups name
- Add a 'has_changes' property which will determine if there are changes prior to doing any internal formatting,
allowing usage as a pre-check if you don't want to add over-simplistic change nodes. ( Maybe I should override
is_empty here, not sure )

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

0.001000 2014-07-16T10:47:37Z
- First version.

6 changes: 6 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ example/moose-dif/Moose-2.1210-META.json
example/moose-diff.pl
lib/CPAN/Changes/Group/Dependencies/Stats.pm
maint/perlcritic.rc.gen.pl
misc/Changes.deps
misc/Changes.deps.all
misc/Changes.deps.dev
misc/Changes.deps.opt
misc/perlcritic.deps
perlcritic.rc
t/00-compile/lib_CPAN_Changes_Group_Dependencies_Stats_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/attach.t
t/basic.t
t/complex.t
t/fails.t
Expand Down
62 changes: 38 additions & 24 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@
},
"suggests" : {
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016003"
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016004"
}
},
"runtime" : {
"requires" : {
"CPAN::Changes" : "0.29",
"CPAN::Changes::Group" : "0",
"CPAN::Meta::Prereqs::Diff" : "0",
"Carp" : "0",
"Moo" : "0",
Expand All @@ -93,24 +95,28 @@
"test" : {
"recommends" : {
"CPAN::Meta" : "0",
"CPAN::Meta::Prereqs" : "0",
"CPAN::Meta::Requirements" : "2.120900",
"ExtUtils::MakeMaker" : "6.98",
"Test::More" : "1.001003"
},
"requires" : {
"CPAN::Changes::Release" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Spec::Functions" : "0",
"List::Util" : "0",
"Scalar::Util" : "0",
"Test::Differences" : "0",
"Test::More" : "0.89",
"version" : "0"
"version" : "0.77"
}
}
},
"provides" : {
"CPAN::Changes::Group::Dependencies::Stats" : {
"file" : "lib/CPAN/Changes/Group/Dependencies/Stats.pm",
"version" : "0.001000"
"version" : "0.002000"
}
},
"release_status" : "stable",
Expand All @@ -125,10 +131,16 @@
"web" : "https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Stats"
}
},
"version" : "0.001000",
"version" : "0.002000",
"x_BuiltWith" : {
"failures" : {
"CPAN::Changes::Group" : "Module::MetaData could not parse a version from /home/kent/perl5/perlbrew/perls/5.21.1-sdbm/lib/site_perl/5.21.1/CPAN/Changes/Group.pm",
"CPAN::Changes::Release" : "Module::MetaData could not parse a version from /home/kent/perl5/perlbrew/perls/5.21.1-sdbm/lib/site_perl/5.21.1/CPAN/Changes/Release.pm"
},
"modules" : {
"CPAN::Changes" : "0.29",
"CPAN::Meta" : "2.141520",
"CPAN::Meta::Prereqs" : "2.141520",
"CPAN::Meta::Prereqs::Diff" : "0.001000",
"CPAN::Meta::Requirements" : "2.125",
"Carp" : "1.34",
Expand All @@ -143,15 +155,15 @@
"Dist::Zilla::Plugin::Git::Commit" : "2.023",
"Dist::Zilla::Plugin::Git::CommitBuild" : "2.023",
"Dist::Zilla::Plugin::Git::GatherDir" : "2.023",
"Dist::Zilla::Plugin::Git::NextRelease" : "0.002010",
"Dist::Zilla::Plugin::Git::NextRelease" : "0.002011",
"Dist::Zilla::Plugin::Git::Tag" : "2.023",
"Dist::Zilla::Plugin::GithubMeta" : "0.46",
"Dist::Zilla::Plugin::License" : "5.019",
"Dist::Zilla::Plugin::MakeMaker" : "5.019",
"Dist::Zilla::Plugin::Manifest" : "5.019",
"Dist::Zilla::Plugin::ManifestSkip" : "5.019",
"Dist::Zilla::Plugin::MetaConfig" : "5.019",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.000000",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.000001",
"Dist::Zilla::Plugin::MetaJSON" : "5.019",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.000002",
"Dist::Zilla::Plugin::MetaTests" : "5.019",
Expand All @@ -161,34 +173,36 @@
"Dist::Zilla::Plugin::PodSyntaxTests" : "5.019",
"Dist::Zilla::Plugin::PodWeaver" : "4.005",
"Dist::Zilla::Plugin::Prereqs" : "5.019",
"Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.001000",
"Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.002000",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.141760",
"Dist::Zilla::Plugin::ReadmeFromPod" : "0.21",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001000",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001001",
"Dist::Zilla::Plugin::RunExtraTests" : "0.022",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002000",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002001",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.07",
"Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005",
"Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
"Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.013",
"Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.014",
"Dist::Zilla::Plugin::TestRelease" : "5.019",
"Dist::Zilla::Plugin::Twitter" : "0.025",
"Dist::Zilla::Plugin::UploadToCPAN" : "5.019",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016003",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016004",
"ExtUtils::MakeMaker" : "6.98",
"File::Spec" : "3.48",
"File::Spec::Functions" : "3.48",
"List::Util" : "1.39",
"Moo" : "1.005000",
"MooX::Lsub" : "0.001001",
"MooX::Lsub" : "0.001002",
"Pod::Coverage::TrustPod" : "0.100003",
"Test::CPAN::Changes" : "0.28",
"Scalar::Util" : "1.39",
"Test::CPAN::Changes" : "0.29",
"Test::CPAN::Meta" : "0.23",
"Test::Differences" : "0.62",
"Test::Kwalitee" : "1.18",
"Test::Kwalitee" : "1.19",
"Test::More" : "1.001003",
"Test::Pod" : "1.48",
"Test::Pod::Coverage" : "1.08",
"Test::Pod::Coverage" : "1.10",
"strict" : "1.08",
"utf8" : "1.14",
"version" : "0.9908",
Expand Down Expand Up @@ -267,7 +281,7 @@
}
},
"name" : "@Author::KENTNL/MetaData::BuiltWith",
"version" : "1.000000"
"version" : "1.000001"
},
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
Expand Down Expand Up @@ -325,7 +339,7 @@
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@Author::KENTNL/Test::ReportPrereqs",
"version" : "0.013"
"version" : "0.014"
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
Expand Down Expand Up @@ -362,7 +376,7 @@
}
},
"name" : "@Author::KENTNL/Test::Compile::PerFile",
"version" : "0.002000"
"version" : "0.002001"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
Expand All @@ -383,7 +397,7 @@
}
},
"name" : "@Author::KENTNL/RewriteVersion::Sanitized",
"version" : "0.001000"
"version" : "0.001001"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
Expand Down Expand Up @@ -606,7 +620,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001000-source",
"tag" : "0.002000-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand All @@ -621,7 +635,7 @@
{
"class" : "Dist::Zilla::Plugin::Git::NextRelease",
"name" : "@Author::KENTNL/Git::NextRelease",
"version" : "0.002010"
"version" : "0.002011"
},
{
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
Expand Down Expand Up @@ -677,7 +691,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001000",
"tag" : "0.002000",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -724,7 +738,7 @@
}
},
"name" : "@Author::KENTNL/Prereqs::Recommend::MatchInstalled",
"version" : "0.001000"
"version" : "0.002000"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled",
Expand All @@ -743,7 +757,7 @@
}
},
"name" : "@Author::KENTNL/always_latest_develop_bundle",
"version" : "0.001000"
"version" : "0.002000"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand Down
Loading

0 comments on commit 9e8b600

Please sign in to comment.