Skip to content

Commit

Permalink
Build results of 031103a (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 16, 2014
1 parent 8f9d323 commit 3d43d34
Show file tree
Hide file tree
Showing 19 changed files with 129 additions and 120 deletions.
15 changes: 14 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Release history for CPAN-Meta-Prereqs-Diff

0.001002 2014-08-15T21:14:04Z
[00 Trivial]
- CPANDAY!
- no code changes.
- adjust whitespace.

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

[Misc]
- Improve source side POD to reduce build side whitespace.

0.001001 2014-08-09T00:44:44Z
[00 Bugfix]
- Use newer version of CPAN::Meta::Requirements to avoid test failures.
Expand All @@ -12,7 +25,7 @@ Release history for CPAN-Meta-Prereqs-Diff
- test: +1 -2 (recommends: ↑1 -1)

[Misc]
- Update Test::ReportVersions
- Update Test::ReportPrereqs
- Move repository to kentnl org

0.001000 2014-06-19T09:16:18Z
Expand Down
50 changes: 32 additions & 18 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"Dist::Zilla::Plugin::Git::Check" : "0",
"Dist::Zilla::Plugin::Git::Commit" : "0",
"Dist::Zilla::Plugin::Git::CommitBuild" : "0",
"Dist::Zilla::Plugin::Git::Contributors" : "0.006",
"Dist::Zilla::Plugin::Git::GatherDir" : "0",
"Dist::Zilla::Plugin::Git::NextRelease" : "0",
"Dist::Zilla::Plugin::Git::Tag" : "0",
Expand Down Expand Up @@ -75,7 +76,7 @@
},
"suggests" : {
"Dist::Zilla::App::Command::bakeini" : "0.001001",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016007"
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.017002"
}
},
"runtime" : {
Expand Down Expand Up @@ -111,31 +112,31 @@
"provides" : {
"CPAN::Meta::Prereqs::Diff" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"CPAN::Meta::Prereqs::Diff::Addition" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Addition.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"CPAN::Meta::Prereqs::Diff::Change" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Change.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"CPAN::Meta::Prereqs::Diff::Downgrade" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Downgrade.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"CPAN::Meta::Prereqs::Diff::Removal" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Removal.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"CPAN::Meta::Prereqs::Diff::Role::Change" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Role/Change.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"CPAN::Meta::Prereqs::Diff::Upgrade" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Upgrade.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -150,7 +151,7 @@
"web" : "https://github.com/kentnl/CPAN-Meta-Prereqs-Diff"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
Expand All @@ -167,6 +168,7 @@
"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::GatherDir" : "2.023",
"Dist::Zilla::Plugin::Git::NextRelease" : "0.002011",
"Dist::Zilla::Plugin::Git::Tag" : "2.023",
Expand All @@ -187,20 +189,20 @@
"Dist::Zilla::Plugin::PodWeaver" : "4.005",
"Dist::Zilla::Plugin::Prereqs" : "5.020",
"Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.002000",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142250",
"Dist::Zilla::Plugin::ReadmeFromPod" : "0.21",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001001",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001002",
"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::MinimumVersion" : "2.000005",
"Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
"Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.018",
"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.016007",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.017002",
"ExtUtils::MakeMaker" : "6.98",
"File::Spec" : "3.48",
"List::MoreUtils" : "0.33",
Expand Down Expand Up @@ -294,6 +296,18 @@
"name" : "@Author::KENTNL/MetaData::BuiltWith",
"version" : "1.001000"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"include_authors" : "0",
"include_releaser" : "0",
"order_by" : "name"
}
},
"name" : "@Author::KENTNL/Git::Contributors",
"version" : "0.006"
},
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
"config" : {
Expand Down Expand Up @@ -350,7 +364,7 @@
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@Author::KENTNL/Test::ReportPrereqs",
"version" : "0.018"
"version" : "0.019"
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
Expand Down Expand Up @@ -414,7 +428,7 @@
}
},
"name" : "@Author::KENTNL/RewriteVersion::Sanitized",
"version" : "0.001001"
"version" : "0.001002"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
Expand Down Expand Up @@ -565,7 +579,7 @@
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
"name" : "@Author::KENTNL/ReadmeAnyFromPod",
"version" : "0.142180"
"version" : "0.142250"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
Expand Down Expand Up @@ -642,7 +656,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001001-source",
"tag" : "0.001002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -713,7 +727,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
44 changes: 27 additions & 17 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ name: CPAN-Meta-Prereqs-Diff
provides:
CPAN::Meta::Prereqs::Diff:
file: lib/CPAN/Meta/Prereqs/Diff.pm
version: '0.001001'
version: '0.001002'
CPAN::Meta::Prereqs::Diff::Addition:
file: lib/CPAN/Meta/Prereqs/Diff/Addition.pm
version: '0.001001'
version: '0.001002'
CPAN::Meta::Prereqs::Diff::Change:
file: lib/CPAN/Meta/Prereqs/Diff/Change.pm
version: '0.001001'
version: '0.001002'
CPAN::Meta::Prereqs::Diff::Downgrade:
file: lib/CPAN/Meta/Prereqs/Diff/Downgrade.pm
version: '0.001001'
version: '0.001002'
CPAN::Meta::Prereqs::Diff::Removal:
file: lib/CPAN/Meta/Prereqs/Diff/Removal.pm
version: '0.001001'
version: '0.001002'
CPAN::Meta::Prereqs::Diff::Role::Change:
file: lib/CPAN/Meta/Prereqs/Diff/Role/Change.pm
version: '0.001001'
version: '0.001002'
CPAN::Meta::Prereqs::Diff::Upgrade:
file: lib/CPAN/Meta/Prereqs/Diff/Upgrade.pm
version: '0.001001'
version: '0.001002'
requires:
CPAN::Meta::Prereqs: '2.120620'
CPAN::Meta::Requirements: '2.120620'
Expand All @@ -55,7 +55,7 @@ resources:
bugtracker: https://github.com/kentnl/CPAN-Meta-Prereqs-Diff/issues
homepage: https://github.com/kentnl/CPAN-Meta-Prereqs-Diff
repository: https://github.com/kentnl/CPAN-Meta-Prereqs-Diff.git
version: '0.001001'
version: '0.001002'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Expand All @@ -72,6 +72,7 @@ x_BuiltWith:
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::GatherDir: '2.023'
Dist::Zilla::Plugin::Git::NextRelease: '0.002011'
Dist::Zilla::Plugin::Git::Tag: '2.023'
Expand All @@ -92,20 +93,20 @@ x_BuiltWith:
Dist::Zilla::Plugin::PodWeaver: '4.005'
Dist::Zilla::Plugin::Prereqs: '5.020'
Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: '0.002000'
Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.142180'
Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.142250'
Dist::Zilla::Plugin::ReadmeFromPod: '0.21'
Dist::Zilla::Plugin::RewriteVersion::Sanitized: '0.001001'
Dist::Zilla::Plugin::RewriteVersion::Sanitized: '0.001002'
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::MinimumVersion: '2.000005'
Dist::Zilla::Plugin::Test::Perl::Critic: '2.112410'
Dist::Zilla::Plugin::Test::ReportPrereqs: '0.018'
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.016007'
Dist::Zilla::PluginBundle::Author::KENTNL: '2.017002'
ExtUtils::MakeMaker: '6.98'
File::Spec: '3.48'
List::MoreUtils: '0.33'
Expand Down Expand Up @@ -180,6 +181,15 @@ x_Dist_Zilla:
uname_call: uname
name: '@Author::KENTNL/MetaData::BuiltWith'
version: '1.001000'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
include_authors: '0'
include_releaser: '0'
order_by: name
name: '@Author::KENTNL/Git::Contributors'
version: '0.006'
-
class: Dist::Zilla::Plugin::Git::GatherDir
config:
Expand Down Expand Up @@ -224,7 +234,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: '@Author::KENTNL/Test::ReportPrereqs'
version: '0.018'
version: '0.019'
-
class: Dist::Zilla::Plugin::Test::Kwalitee
name: '@Author::KENTNL/Test::Kwalitee'
Expand Down Expand Up @@ -275,7 +285,7 @@ x_Dist_Zilla:
mantissa: '6'
normal_form: numify
name: '@Author::KENTNL/RewriteVersion::Sanitized'
version: '0.001001'
version: '0.001002'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
Expand Down Expand Up @@ -392,7 +402,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
name: '@Author::KENTNL/ReadmeAnyFromPod'
version: '0.142180'
version: '0.142250'
-
class: Dist::Zilla::Plugin::Test::CPAN::Changes
name: '@Author::KENTNL/Test::CPAN::Changes'
Expand Down Expand Up @@ -450,7 +460,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.001001-source
tag: 0.001002-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -504,7 +514,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.001001'
tag: '0.001002'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.001001",
"VERSION" => "0.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
CPAN::Meta.

VERSION
version 0.001001
version 0.001002

SYNOPSIS
use CPAN::Meta::Prereqs::Diff;
Expand Down
9 changes: 8 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ show_config = 1
show_uname = 1
uname_args = -s -o -r -m -i

[Git::Contributors / @Author::KENTNL/Git::Contributors]
:version = 0.006
include_authors = 0
include_releaser = 0
order_by = name

[Git::GatherDir / @Author::KENTNL/Git::GatherDir]
exclude_filename = README
exclude_filename = README.mkdn
Expand Down Expand Up @@ -70,7 +76,7 @@ replacer = replace_with_blank
-phase = develop
-type = suggests
Dist::Zilla::App::Command::bakeini = 0.001000
Dist::Zilla::PluginBundle::Author::KENTNL = 2.016007
Dist::Zilla::PluginBundle::Author::KENTNL = 2.017002

[MinimumPerl / @Author::KENTNL/MinimumPerl]

Expand Down Expand Up @@ -152,6 +158,7 @@ Dist::Zilla::Plugin::EOLTests = 0
Dist::Zilla::Plugin::Git::Check = 0
Dist::Zilla::Plugin::Git::Commit = 0
Dist::Zilla::Plugin::Git::CommitBuild = 0
Dist::Zilla::Plugin::Git::Contributors = 0.006
Dist::Zilla::Plugin::Git::GatherDir = 0
Dist::Zilla::Plugin::Git::NextRelease = 0
Dist::Zilla::Plugin::Git::Tag = 0
Expand Down

0 comments on commit 3d43d34

Please sign in to comment.