Skip to content

Commit

Permalink
Build results of c55f968 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 28, 2011
2 parents ca84101 + c55f968 commit 2a1783b
Show file tree
Hide file tree
Showing 25 changed files with 2,114 additions and 180 deletions.
7 changes: 3 additions & 4 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use Module::Build 0.3601;
my %module_build_args = (
"build_requires" => {
"Capture::Tiny" => 0,
"English" => 0,
"File::Find" => 0,
"File::Temp" => 0,
"File::pushd" => 0,
Expand All @@ -30,7 +29,7 @@ my %module_build_args = (
"Kent Fredric <kentnl\@cpan.org>"
],
"dist_name" => "Dist-Zilla-PluginBundle-Author-KENTNL",
"dist_version" => "1.0.15",
"dist_version" => "1.0.16",
"license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::Author::KENTNL",
"recommends" => {},
Expand All @@ -42,11 +41,10 @@ my %module_build_args = (
"Dist::Zilla::File::FromCode" => 0,
"Dist::Zilla::Plugin::AutoPrereqs" => "4.200011",
"Dist::Zilla::Plugin::AutoVersion::Relative" => "0.01035617",
"Dist::Zilla::Plugin::CompileTests" => "1.110930",
"Dist::Zilla::Plugin::CheckExtraTests" => 0,
"Dist::Zilla::Plugin::ConfirmRelease" => 0,
"Dist::Zilla::Plugin::CriticTests" => "1.102280",
"Dist::Zilla::Plugin::EOLTests" => "0.02",
"Dist::Zilla::Plugin::ExtraTests" => 0,
"Dist::Zilla::Plugin::FakeRelease" => 0,
"Dist::Zilla::Plugin::GatherDir" => 0,
"Dist::Zilla::Plugin::Git::Check" => "1.102040",
Expand Down Expand Up @@ -75,6 +73,7 @@ my %module_build_args = (
"Dist::Zilla::Plugin::ReadmeFromPod" => "0.12",
"Dist::Zilla::Plugin::ReportVersions::Tiny" => "1.01",
"Dist::Zilla::Plugin::Test::CPAN::Changes" => 0,
"Dist::Zilla::Plugin::Test::Compile" => "1.112392",
"Dist::Zilla::Plugin::TestRelease" => 0,
"Dist::Zilla::Plugin::Twitter" => "0.007",
"Dist::Zilla::Plugin::UploadToCPAN" => 0,
Expand Down
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Revision history for Dist-Zilla-PluginBundle-Author-KENTNL

1.0.16 2011-08-28T07:59:59Z
[Dependencies::Build::Removed]
- English

[Dependencies::Runtime::New]
- Dist::Zilla::Plugin::CheckExtraTests # more useful sometimes
- Dist::Zilla::Plugin::Test::Compile

[Dependencies::Runtime::Removed]
- Dist::Zilla::Plugin::CompileTests
- Dist::Zilla::Plugin::ExtraTests

[Packaging]
- All extra-tests now shipped in xt/ instead of t/, and they're only
called by Dzil.

1.0.15 2011-08-23T21:48:10Z
[Bugs]
- Recent Dist::Zilla / Prereq Scanners report strict/warnings which broke
Expand Down
1,945 changes: 1,945 additions & 0 deletions Debian_CPANTS.txt

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ share/profiles/default/skel/weaver.ini
t/00-compile.t
t/000-report-versions-tiny.t
t/01-Minter.t
t/author-critic.t
t/release-cpan-changes.t
t/release-distmeta.t
t/release-eol.t
t/release-kwalitee.t
t/release-pod-coverage.t
t/release-pod-syntax.t
utils/normalize.pl
utils/zuluize.pl
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
xt/release/distmeta.t
xt/release/eol.t
xt/release/kwalitee.t
xt/release/pod-coverage.t
xt/release/pod-syntax.t
74 changes: 44 additions & 30 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
"Dist::Zilla::File::FromCode" : 0,
"Dist::Zilla::Plugin::AutoPrereqs" : "4.200011",
"Dist::Zilla::Plugin::AutoVersion::Relative" : "0.01035617",
"Dist::Zilla::Plugin::CompileTests" : "1.110930",
"Dist::Zilla::Plugin::CheckExtraTests" : 0,
"Dist::Zilla::Plugin::ConfirmRelease" : 0,
"Dist::Zilla::Plugin::CriticTests" : "1.102280",
"Dist::Zilla::Plugin::EOLTests" : "0.02",
"Dist::Zilla::Plugin::ExtraTests" : 0,
"Dist::Zilla::Plugin::FakeRelease" : 0,
"Dist::Zilla::Plugin::GatherDir" : 0,
"Dist::Zilla::Plugin::Git::Check" : "1.102040",
Expand Down Expand Up @@ -77,6 +76,7 @@
"Dist::Zilla::Plugin::ReadmeFromPod" : "0.12",
"Dist::Zilla::Plugin::ReportVersions::Tiny" : "1.01",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : 0,
"Dist::Zilla::Plugin::Test::Compile" : "1.112392",
"Dist::Zilla::Plugin::TestRelease" : 0,
"Dist::Zilla::Plugin::Twitter" : "0.007",
"Dist::Zilla::Plugin::UploadToCPAN" : 0,
Expand All @@ -98,12 +98,14 @@
"namespace::autoclean" : "0.09",
"strict" : 0,
"warnings" : 0
},
"suggests" : {
"Dist::Zilla::Plugin::Test::Compile" : "1.112393"
}
},
"test" : {
"requires" : {
"Capture::Tiny" : 0,
"English" : 0,
"File::Find" : 0,
"File::Temp" : 0,
"File::pushd" : 0,
Expand All @@ -121,27 +123,27 @@
"provides" : {
"Dist::Zilla::MintingProfile::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm",
"version" : "v1.0.15"
"version" : "v1.0.16"
},
"Dist::Zilla::Plugin::Author::KENTNL::DistINI" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm",
"version" : "v1.0.15"
"version" : "v1.0.16"
},
"Dist::Zilla::PluginBundle::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm",
"version" : "v1.0.15"
"version" : "v1.0.16"
}
},
"release_status" : "stable",
"resources" : {
"homepage" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL",
"repository" : {
"type" : "git",
"url" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL",
"url" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL.git",
"web" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL"
}
},
"version" : "1.0.15",
"version" : "1.0.16",
"x_BuiltWith" : {
"modules" : {
"Capture::Tiny" : "0.11",
Expand All @@ -152,18 +154,17 @@
"Dist::Zilla::Plugin::AutoPrereqs" : "4.300000",
"Dist::Zilla::Plugin::AutoVersion::Relative" : "0.01060309",
"Dist::Zilla::Plugin::Bootstrap::lib" : "0.01023600",
"Dist::Zilla::Plugin::CompileTests" : "1.110930",
"Dist::Zilla::Plugin::CheckExtraTests" : "0.004",
"Dist::Zilla::Plugin::ConfirmRelease" : "4.300000",
"Dist::Zilla::Plugin::CriticTests" : "1.111450",
"Dist::Zilla::Plugin::CriticTests" : "1.112400",
"Dist::Zilla::Plugin::EOLTests" : "0.02",
"Dist::Zilla::Plugin::ExtraTests" : "4.300000",
"Dist::Zilla::Plugin::FakeRelease" : "4.300000",
"Dist::Zilla::Plugin::GatherDir" : "4.300000",
"Dist::Zilla::Plugin::Git::Check" : "1.112070",
"Dist::Zilla::Plugin::Git::CommitBuild" : "1.112070",
"Dist::Zilla::Plugin::Git::NextVersion" : "1.112070",
"Dist::Zilla::Plugin::Git::Tag" : "1.112070",
"Dist::Zilla::Plugin::GithubMeta" : "0.16",
"Dist::Zilla::Plugin::Git::Check" : "1.112380",
"Dist::Zilla::Plugin::Git::CommitBuild" : "1.112380",
"Dist::Zilla::Plugin::Git::NextVersion" : "1.112380",
"Dist::Zilla::Plugin::Git::Tag" : "1.112380",
"Dist::Zilla::Plugin::GithubMeta" : "0.20",
"Dist::Zilla::Plugin::KwaliteeTests" : "1.101420",
"Dist::Zilla::Plugin::License" : "4.300000",
"Dist::Zilla::Plugin::Manifest" : "4.300000",
Expand All @@ -185,6 +186,7 @@
"Dist::Zilla::Plugin::ReadmeFromPod" : "0.14",
"Dist::Zilla::Plugin::ReportVersions::Tiny" : "1.03",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.005",
"Dist::Zilla::Plugin::Test::Compile" : "1.112392",
"Dist::Zilla::Plugin::TestRelease" : "4.300000",
"Dist::Zilla::Plugin::Twitter" : "0.010",
"Dist::Zilla::Plugin::UploadToCPAN" : "4.300000",
Expand All @@ -193,6 +195,7 @@
"Dist::Zilla::Role::FileGatherer" : "4.300000",
"Dist::Zilla::Role::MintingProfile::ShareDir" : "4.300000",
"Dist::Zilla::Role::PluginBundle" : "4.300000",
"File::Find" : "1.19",
"File::Temp" : "0.22",
"File::pushd" : "1.00",
"FindBin" : "1.50",
Expand Down Expand Up @@ -237,7 +240,7 @@
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
"name" : "@Author::KENTNL/Git::NextVersion",
"version" : "1.112070"
"version" : "1.112380"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
Expand All @@ -257,7 +260,7 @@
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
"name" : "@Author::KENTNL/GithubMeta",
"version" : "0.16"
"version" : "0.20"
},
{
"class" : "Dist::Zilla::Plugin::License",
Expand Down Expand Up @@ -374,14 +377,14 @@
"version" : "0.005"
},
{
"class" : "Dist::Zilla::Plugin::CompileTests",
"name" : "@Author::KENTNL/CompileTests",
"version" : "1.110930"
"class" : "Dist::Zilla::Plugin::Test::Compile",
"name" : "@Author::KENTNL/Test::Compile",
"version" : "1.112392"
},
{
"class" : "Dist::Zilla::Plugin::CriticTests",
"name" : "@Author::KENTNL/CriticTests",
"version" : "1.111450"
"version" : "1.112400"
},
{
"class" : "Dist::Zilla::Plugin::MetaTests",
Expand Down Expand Up @@ -414,9 +417,9 @@
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::ExtraTests",
"name" : "@Author::KENTNL/ExtraTests",
"version" : "4.300000"
"class" : "Dist::Zilla::Plugin::CheckExtraTests",
"name" : "@Author::KENTNL/CheckExtraTests",
"version" : "0.004"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
Expand All @@ -431,7 +434,7 @@
{
"class" : "Dist::Zilla::Plugin::Git::Check",
"name" : "@Author::KENTNL/Git::Check",
"version" : "1.112070"
"version" : "1.112380"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
Expand All @@ -441,22 +444,22 @@
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"name" : "@Author::KENTNL/Git::Tag/tag_master",
"version" : "1.112070"
"version" : "1.112380"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"name" : "@Author::KENTNL/Git::Commit",
"version" : "1.112070"
"version" : "1.112380"
},
{
"class" : "Dist::Zilla::Plugin::Git::CommitBuild",
"name" : "@Author::KENTNL/Git::CommitBuild",
"version" : "1.112070"
"version" : "1.112380"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"name" : "@Author::KENTNL/Git::Tag/tag_release",
"version" : "1.112070"
"version" : "1.112380"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
Expand Down Expand Up @@ -484,6 +487,17 @@
"name" : "DevelopRequires",
"version" : "4.300000"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "runtime",
"type" : "suggests"
}
},
"name" : "RuntimeSuggests",
"version" : "4.300000"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
Expand Down
Loading

0 comments on commit 2a1783b

Please sign in to comment.