Skip to content

Commit

Permalink
Build results of 7d20405 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 3, 2013
1 parent 4ffc5a2 commit 6a5d0f5
Show file tree
Hide file tree
Showing 30 changed files with 604 additions and 62 deletions.
5 changes: 4 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my %module_build_args = (
"Kent Fredric <kentnl\@cpan.org>"
],
"dist_name" => "Dist-Zilla-Plugin-Bootstrap-lib",
"dist_version" => "0.03000101",
"dist_version" => "0.03000200",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::Bootstrap::lib",
"recommends" => {},
Expand All @@ -34,8 +34,11 @@ my %module_build_args = (
},
"script_files" => [],
"test_requires" => {
"Dist::Zilla" => 0,
"File::Copy::Recursive" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Path::FindDev" => 0,
"Test::More" => "0.98"
}
);
Expand Down
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Revision history for Dist-Zilla-Plugin-Bootstrap-lib

0.03000200 2013-09-03T03:36:10Z
[!Minor]
- Add tests
- Minor refactor

[Dependencies::Added / test requires]
- Dist::Zilla
- File::Copy::Recursive
- Path::FindDev

0.03000101 2013-08-31T01:52:46Z
[Bugfix]
- accidental typo with boostrap_dir instead of bootstrap_dir
Expand Down
21 changes: 21 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,32 @@ MANIFEST
META.json
META.yml
README
corpus/fake_dist_01/dist.ini
corpus/fake_dist_01/lib/E.pm
corpus/fake_dist_02/dist.ini
corpus/fake_dist_02/lib/E.pm
corpus/fake_dist_03/E-0.01/META.json
corpus/fake_dist_03/E-0.01/dist.ini
corpus/fake_dist_03/E-0.01/lib/E.pm
corpus/fake_dist_03/dist.ini
corpus/fake_dist_03/lib/E.pm
corpus/fake_dist_04/dist.ini
corpus/fake_dist_04/lib/E.pm
corpus/fake_dist_05/E-0.01/META.json
corpus/fake_dist_05/E-0.01/dist.ini
corpus/fake_dist_05/E-0.01/lib/E.pm
corpus/fake_dist_05/dist.ini
corpus/fake_dist_05/lib/E.pm
dist.ini
lib/Dist/Zilla/Plugin/Bootstrap/lib.pm
perlcritic.rc
t/00-compile.t
t/000-report-versions-tiny.t
t/01-basic.t
t/02-try_built.t
t/03-try_built-pass2.t
t/04-try_built_nofallback.t
t/05-try_built_nofallback-pass2.t
weaver.ini
xt/author/critic.t
xt/release/cpan-changes.t
Expand Down
16 changes: 11 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,19 @@
},
"test" : {
"requires" : {
"Dist::Zilla" : "0",
"File::Copy::Recursive" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Path::FindDev" : "0",
"Test::More" : "0.98"
}
}
},
"provides" : {
"Dist::Zilla::Plugin::Bootstrap::lib" : {
"file" : "lib/Dist/Zilla/Plugin/Bootstrap/lib.pm",
"version" : "0.03000101"
"version" : "0.03000200"
}
},
"release_status" : "stable",
Expand All @@ -80,16 +83,19 @@
"web" : "https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib"
}
},
"version" : "0.03000101",
"version" : "0.03000200",
"x_BuiltWith" : {
"modules" : {
"Cwd" : "3.40",
"Dist::Zilla" : "4.300037",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "1.8.3",
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "NA(possibly not installed)",
"File::Copy::Recursive" : "0.38",
"IO::Handle" : "1.34",
"IPC::Open3" : "1.13",
"Module::Build" : "0.4007",
"Moo::HandleMoose::FakeMetaClass" : "NA(undef)",
"Path::FindDev" : "0.2.0",
"Path::Tiny" : "0.031",
"Pod::Coverage::TrustPod" : "0.100002",
"Role::Tiny" : "1.003001",
Expand Down Expand Up @@ -135,7 +141,7 @@
}
},
"name" : "Bootstrap::lib",
"version" : "0.03000101"
"version" : "0.03000200"
},
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
Expand Down Expand Up @@ -449,11 +455,11 @@
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "runtime",
"phase" : "test",
"type" : "requires"
}
},
"name" : "Prereqs",
"name" : "TestRequires",
"version" : "4.300037"
},
{
Expand Down
16 changes: 11 additions & 5 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ abstract: 'A minimal boot-strapping for Dist::Zilla Plug-ins.'
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
Dist::Zilla: 0
File::Copy::Recursive: 0
IO::Handle: 0
IPC::Open3: 0
Module::Build: 0.4007
Path::FindDev: 0
Test::More: 0.98
configure_requires:
Module::Build: 0.4007
Expand All @@ -19,7 +22,7 @@ name: Dist-Zilla-Plugin-Bootstrap-lib
provides:
Dist::Zilla::Plugin::Bootstrap::lib:
file: lib/Dist/Zilla/Plugin/Bootstrap/lib.pm
version: 0.03000101
version: 0.03000200
requires:
Cwd: 0
Moo::HandleMoose::FakeMetaClass: 0
Expand All @@ -33,16 +36,19 @@ resources:
bugtracker: https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib/issues
homepage: https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib
repository: https://github.com/kentfredric/Dist-Zilla-Plugin-Bootstrap-lib.git
version: 0.03000101
version: 0.03000200
x_BuiltWith:
modules:
Cwd: 3.40
Dist::Zilla: 4.300037
Dist::Zilla::PluginBundle::Author::KENTNL: 1.8.3
Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 'NA(possibly not installed)'
File::Copy::Recursive: 0.38
IO::Handle: 1.34
IPC::Open3: 1.13
Module::Build: 0.4007
Moo::HandleMoose::FakeMetaClass: NA(undef)
Path::FindDev: 0.2.0
Path::Tiny: 0.031
Pod::Coverage::TrustPod: 0.100002
Role::Tiny: 1.003001
Expand Down Expand Up @@ -80,7 +86,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Bootstrap::lib:
try_built: ~
name: Bootstrap::lib
version: 0.03000101
version: 0.03000200
-
class: Dist::Zilla::Plugin::Git::NextVersion
name: '@Author::KENTNL/Git::NextVersion'
Expand Down Expand Up @@ -328,9 +334,9 @@ x_Dist_Zilla:
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: runtime
phase: test
type: requires
name: Prereqs
name: TestRequires
version: 4.300037
-
class: Dist::Zilla::Plugin::FinderCode
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
Dist::Zilla Plug-ins.

VERSION
version 0.03000101
version 0.03000200

SYNOPSIS
[Bootstrap::lib]
Expand Down
12 changes: 12 additions & 0 deletions corpus/fake_dist_01/dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name = E
version = 0.01
author = Kent Fredric
license = Perl_5
copyright_holder = Kent Fredric

[Bootstrap::lib]
[MetaConfig]
[MetaJSON]
[GatherDir]
[=E]
[PruneCruft]
13 changes: 13 additions & 0 deletions corpus/fake_dist_01/lib/E.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

use strict;
use warnings;

package E;

# ABSTRACT: Fake dist stub

use Moose;
with 'Dist::Zilla::Role::Plugin';

1;

14 changes: 14 additions & 0 deletions corpus/fake_dist_02/dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = E
version = 0.01
author = Kent Fredric
license = Perl_5
copyright_holder = Kent Fredric

[Bootstrap::lib]
try_built = 1

[MetaConfig]
[MetaJSON]
[GatherDir]
[=E]
[PruneCruft]
13 changes: 13 additions & 0 deletions corpus/fake_dist_02/lib/E.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

use strict;
use warnings;

package E;

# ABSTRACT: Fake dist stub

use Moose;
with 'Dist::Zilla::Role::Plugin';

1;

100 changes: 100 additions & 0 deletions corpus/fake_dist_03/E-0.01/META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"abstract" : "Fake dist stub",
"author" : [
"Kent Fredric"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300037, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "E",
"prereqs" : {},
"release_status" : "stable",
"version" : "0.01",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.018000"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::Bootstrap::lib",
"config" : {
"Dist::Zilla::Plugin::Bootstrap::lib" : {
"fallback" : 1,
"try_built" : "1"
}
},
"name" : "Bootstrap::lib",
"version" : "0.03000101"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "MetaConfig",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "MetaJSON",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
"name" : "GatherDir",
"version" : "4.300037"
},
{
"class" : "E",
"name" : "=E",
"version" : null
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "PruneCruft",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
"version" : "4.300037"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
"version" : "4.300037"
}
],
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : "0"
},
"version" : "4.300037"
}
}
}

14 changes: 14 additions & 0 deletions corpus/fake_dist_03/E-0.01/dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name = E
version = 0.01
author = Kent Fredric
license = Perl_5
copyright_holder = Kent Fredric

[Bootstrap::lib]
try_built = 1

[MetaConfig]
[MetaJSON]
[GatherDir]
[=E]
[PruneCruft]
13 changes: 13 additions & 0 deletions corpus/fake_dist_03/E-0.01/lib/E.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

use strict;
use warnings;

package E;

# ABSTRACT: Fake dist stub

use Moose;
with 'Dist::Zilla::Role::Plugin';

1;

Loading

0 comments on commit 6a5d0f5

Please sign in to comment.