Skip to content

Commit

Permalink
Build results of a24e89b (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 27, 2016
1 parent 086789e commit 3e67e60
Show file tree
Hide file tree
Showing 19 changed files with 418 additions and 258 deletions.
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Release history for Gentoo-Util-VirtualDepend

0.003018 2016-08-27T13:51:07Z 3fe5211
- Remove Cache::Mmap special case.
- When more than one module reports to index a given package, prefer the one that matches the module name.
- Add Pod-Perldoc to virtuals list due to being impled in dev-lang/perl, even though the virtual does not itself
exist.

[Utils / vdep_check]
- now uses Corelist directly for differencing instead of shelling out. This is much faster as
Gentoo::Util::VirtualDepend loads Corelist anyway for its override checks.
- now reports both changed and unchanged dists
- now reports inconsistently versioned dists and inconsistently changed dists

[Utils / vdep_report]
- new utility, dumps an entire Perl's corelist grouped by Gentoo classification.

0.003017 2016-08-03T18:26:16Z eaa81e5
- Remove special casing for: Regexp::Common

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.006.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.007.
.gitignore
.mailmap
.perltidyrc
Expand Down Expand Up @@ -37,6 +37,7 @@ t/basic.t
t/range-deprecated.t
t/simulate-map.t
util/vdep_check.pl
util/vdep_report.pl
weaver.ini
xt/author/critic.t
xt/author/eol.t
Expand Down
85 changes: 43 additions & 42 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Kent Fredric <kentnl@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -131,7 +131,7 @@
"provides" : {
"Gentoo::Util::VirtualDepend" : {
"file" : "lib/Gentoo/Util/VirtualDepend.pm",
"version" : "0.003017"
"version" : "0.003018"
}
},
"release_status" : "stable",
Expand All @@ -146,19 +146,19 @@
"web" : "https://github.com/kentnl/Gentoo-Util-VirtualDepend"
}
},
"version" : "0.003017",
"version" : "0.003018",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.022003"
"version" : 5.025004
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Author::KENTNL/MetaConfig",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
Expand All @@ -173,16 +173,16 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
"version" : "6.006"
"version" : "6.007"
}
],
"include_underscores" : 0
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002003",
"inherit_missing" : "1",
"inherit_version" : "1",
"meta_noindex" : "1"
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000033",
Expand Down Expand Up @@ -221,6 +221,7 @@
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"git --version" : "2.9.3",
"include_authors" : 0,
"include_releaser" : 0,
"order_by" : "name",
Expand All @@ -230,7 +231,7 @@
}
},
"name" : "@Author::KENTNL/Git::Contributors",
"version" : "0.023"
"version" : "0.024"
},
{
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
Expand Down Expand Up @@ -261,12 +262,12 @@
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@Author::KENTNL/License",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Author::KENTNL/MetaJSON",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML::Minimal",
Expand All @@ -282,7 +283,7 @@
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@Author::KENTNL/Manifest",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI",
Expand Down Expand Up @@ -321,17 +322,17 @@
{
"class" : "Dist::Zilla::Plugin::MetaTests",
"name" : "@Author::KENTNL/MetaTests",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "@Author::KENTNL/PodCoverageTests",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Author::KENTNL/PodSyntaxTests",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
Expand Down Expand Up @@ -373,7 +374,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile::PerFile",
Expand All @@ -400,7 +401,7 @@
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@Author::KENTNL/ManifestSkip",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized",
Expand Down Expand Up @@ -526,7 +527,7 @@
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@Author::KENTNL/AutoPrereqs",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand All @@ -537,7 +538,7 @@
}
},
"name" : "@Author::KENTNL/BundleDevelSuggests",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
Expand All @@ -562,7 +563,7 @@
}
},
"name" : "@Author::KENTNL/MakeMaker",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
Expand Down Expand Up @@ -607,12 +608,12 @@
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@Author::KENTNL/TestRelease",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@Author::KENTNL/ConfirmRelease",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
Expand Down Expand Up @@ -667,7 +668,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003017-source",
"tag" : "0.003018-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -758,7 +759,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003017",
"tag" : "0.003018",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand All @@ -775,7 +776,7 @@
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@Author::KENTNL/UploadToCPAN",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Twitter",
Expand Down Expand Up @@ -837,12 +838,12 @@
}
},
"name" : "@Author::KENTNL/::Role::BundleDeps",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "ShareDir",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand All @@ -853,70 +854,70 @@
}
},
"name" : "Prereqs",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
"version" : "6.006"
"version" : "6.007"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
"version" : "6.006"
"version" : "6.007"
}
],
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : "0"
"is_trial" : 0
},
"version" : "6.006"
"version" : "6.007"
}
},
"x_authority" : "cpan:KENTNL",
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configure_requires:
File::ShareDir::Install: '0.06'
perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.150005'
generated_by: 'Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -22,7 +22,7 @@ name: Gentoo-Util-VirtualDepend
provides:
Gentoo::Util::VirtualDepend:
file: lib/Gentoo/Util/VirtualDepend.pm
version: '0.003017'
version: '0.003018'
recommends:
Moo: '1.000008'
Path::Tiny: '0.058'
Expand All @@ -39,4 +39,4 @@ resources:
bugtracker: https://github.com/kentnl/Gentoo-Util-VirtualDepend/issues
homepage: https://github.com/kentnl/Gentoo-Util-VirtualDepend
repository: https://github.com/kentnl/Gentoo-Util-VirtualDepend.git
version: '0.003017'
version: '0.003018'
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.006.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
use strict;
use warnings;

Expand Down Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"Test::File::ShareDir::Dist" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.003017",
"VERSION" => "0.003018",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down

0 comments on commit 3e67e60

Please sign in to comment.