Skip to content

Commit

Permalink
Build results of 782ff3b (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 18, 2015
1 parent 10944a7 commit 848b95f
Show file tree
Hide file tree
Showing 17 changed files with 171 additions and 550 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
.build
CPAN-Changes-Group-Dependencies-Details-*
/.build
/CPAN-Changes-Group-Dependencies-Details-*
/tmp/
/MYMETA.json
/MYMETA.yml
/META.json
/META.yml
/Makefile
/Makefile.old
/blib/
/pm_to_blib
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Release history for CPAN-Changes-Group-Dependencies-Details

0.001005 2015-07-18T18:11:13Z cc4b197
[BugFix]
- Guard further against CPAN::Changes serializer changes breaking tests
- Write tests for (pending) 0.5 serializer.

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

0.001004 2015-06-21T19:47:27Z 93c2d1a
[BugFix]
- Guard against changes in whitespace schemes in future/past CPAN::Changes versions.
Expand Down
1 change: 1 addition & 0 deletions INSTALL.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONTRIBUTING\.pod$
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.perltidyrc
.travis.yml
Changes
INSTALL.SKIP
LICENSE
MANIFEST
META.json
Expand Down
65 changes: 54 additions & 11 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"requires" : {
"Dist::Zilla" : "5",
"Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001003",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004002",
"Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002",
"Dist::Zilla::Plugin::Authority" : "1.006",
Expand All @@ -53,7 +54,7 @@
"Dist::Zilla::Plugin::MetaJSON" : "0",
"Dist::Zilla::Plugin::MetaProvides::Package" : "1.14000001",
"Dist::Zilla::Plugin::MetaTests" : "0",
"Dist::Zilla::Plugin::MetaYAML" : "0",
"Dist::Zilla::Plugin::MetaYAML::Minimal" : "0",
"Dist::Zilla::Plugin::MinimumPerl" : "0",
"Dist::Zilla::Plugin::PodCoverageTests" : "0",
"Dist::Zilla::Plugin::PodSyntaxTests" : "0",
Expand All @@ -64,6 +65,7 @@
"Dist::Zilla::Plugin::Prereqs::Upgrade" : "0",
"Dist::Zilla::Plugin::Readme::Brief" : "0",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0",
"Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0",
"Dist::Zilla::Plugin::RunExtraTests" : "0",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0",
Expand All @@ -87,7 +89,7 @@
},
"suggests" : {
"Dist::Zilla::App::Command::bakeini" : "0.002005",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.024001"
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025001"
}
},
"runtime" : {
Expand Down Expand Up @@ -131,7 +133,7 @@
"provides" : {
"CPAN::Changes::Group::Dependencies::Details" : {
"file" : "lib/CPAN/Changes/Group/Dependencies/Details.pm",
"version" : "0.001004"
"version" : "0.001005"
}
},
"release_status" : "stable",
Expand All @@ -146,7 +148,7 @@
"web" : "https://github.com/kentnl/CPAN-Changes-Group-Dependencies-Details"
}
},
"version" : "0.001004",
"version" : "0.001005",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -231,7 +233,9 @@
"README",
"README.mkdn",
"README.pod",
"LICENSE"
"CONTRIBUTING.pod",
"LICENSE",
"Makefile.PL"
],
"exclude_match" : [],
"follow_symlinks" : "0",
Expand All @@ -258,9 +262,15 @@
"version" : "5.037"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Author::KENTNL/MetaYAML",
"version" : "5.037"
"class" : "Dist::Zilla::Plugin::MetaYAML::Minimal",
"config" : {
"Dist::Zilla::Plugin::MetaYAML::Minimal" : {
"filename" : "META.yml",
"version" : "1.4"
}
},
"name" : "@Author::KENTNL/MetaYAML::Minimal",
"version" : "0.001000"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
Expand All @@ -272,6 +282,24 @@
"name" : "@Author::KENTNL/Author::KENTNL::TravisCI",
"version" : "0.001002"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING",
"config" : {
"Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : {
"document_version" : "0.1"
},
"Dist::Zilla::Plugin::GenerateFile::ShareDir" : {
"destination_filename" : "CONTRIBUTING.pod",
"dist" : "Dist-Zilla-Plugin-Author-KENTNL-CONTRIBUTING",
"encoding" : "UTF-8",
"location" : "root",
"phase" : "build",
"source_filename" : "contributing-0.1.pod"
}
},
"name" : "@Author::KENTNL/Author::KENTNL::CONTRIBUTING",
"version" : "0.001004"
},
{
"class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
"name" : "@Author::KENTNL/CopyXBuild",
Expand Down Expand Up @@ -516,7 +544,7 @@
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
"name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
"version" : "0.004003"
"version" : "0.005001"
},
{
"class" : "Dist::Zilla::Plugin::Readme::Brief",
Expand All @@ -525,6 +553,11 @@
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
"config" : {
"Dist::Zilla::Role::FileWatcher" : {
"version" : "0.006"
}
},
"name" : "@Author::KENTNL/ReadmeAnyFromPod",
"version" : "0.150250"
},
Expand Down Expand Up @@ -603,7 +636,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001004-source",
"tag" : "0.001005-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand All @@ -617,6 +650,11 @@
},
{
"class" : "Dist::Zilla::Plugin::Git::NextRelease",
"config" : {
"Dist::Zilla::Plugin::Git::NextRelease" : {
"default_branch" : "master"
}
},
"name" : "@Author::KENTNL/Git::NextRelease",
"version" : "0.004000"
},
Expand Down Expand Up @@ -674,7 +712,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001004",
"tag" : "0.001005",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -737,6 +775,11 @@
"name" : "@Author::KENTNL/always_latest_develop_bundle",
"version" : "0.003001"
},
{
"class" : "Dist::Zilla::Plugin::RemovePrereqs::Provided",
"name" : "@Author::KENTNL/RemovePrereqs::Provided",
"version" : "0.001000"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
Expand Down
Loading

0 comments on commit 848b95f

Please sign in to comment.