-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build results of 7d20405 (on master)
- Loading branch information
1 parent
4ffc5a2
commit 6a5d0f5
Showing
30 changed files
with
604 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ NAME | |
Dist::Zilla Plug-ins. | ||
|
||
VERSION | ||
version 0.03000101 | ||
version 0.03000200 | ||
|
||
SYNOPSIS | ||
[Bootstrap::lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
Oops, something went wrong.