summaryrefslogtreecommitdiff
path: root/dev-perl/Dist-Zilla
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-perl/Dist-Zilla
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-perl/Dist-Zilla')
-rw-r--r--dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild157
-rw-r--r--dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild151
-rw-r--r--dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild150
-rw-r--r--dev-perl/Dist-Zilla/Dist-Zilla-6.9.0.ebuild151
-rw-r--r--dev-perl/Dist-Zilla/Manifest10
-rw-r--r--dev-perl/Dist-Zilla/files/Dist-Zilla-6.10.0-perl526.patch58
-rw-r--r--dev-perl/Dist-Zilla/metadata.xml150
7 files changed, 827 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
new file mode 100644
index 000000000000..fb90b56adf7c
--- /dev/null
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0-r2.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=6.010
+inherit perl-module
+
+DESCRIPTION="distribution builder; installer not included!"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+
+PATCHES=(
+ "${FILESDIR}/${P}-perl526.patch"
+)
+## CPAN->Gentoo resolution map for grepping in case upstream split a dep
+# breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
+# DZA:Command::xtest -> DZP:CheckExtraTests
+# DZP:Author::Plicease::Tests -> DZPB::Author::Plicease
+X_BREAKS="
+ !<dev-perl/Dist-Zilla-Plugin-PromptIfStale-0.40.0
+ !<=dev-perl/Dist-Zilla-App-Command-update-0.40.0
+ !<dev-perl/Dist-Zilla-Plugin-CheckExtraTests-0.29.0
+ !<=dev-perl/Dist-Zilla-PluginBundle-Author-Plicease-2.20.0
+ !<dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-0.161.230
+ !<=dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-Filtered-0.1.0
+ !<=dev-perl/Dist-Zilla-Plugin-Git-2.36.0
+ !<=dev-perl/Dist-Zilla-Plugin-Keywords-0.6.0
+ !<dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome-0.220.0
+ !<=dev-perl/Dist-Zilla-Plugin-NameFromDirectory-0.30.0
+ !<=dev-perl/Dist-Zilla-Plugin-PodWeaver-4.6.0
+ !<=dev-perl/Dist-Zilla-Plugin-Prereqs-AuthorDeps-0.5.0
+ !<dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.161.170
+ !<=dev-perl/Dist-Zilla-Plugin-Run-0.35.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-CheckDeps-0.13.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-Version-1.50.0
+ !<=dev-perl/Dist-Zilla-Plugin-TrialVersionComment-0.3.0
+"
+# r: App::Cmd::Command::version -> App-Cmd-0.321
+# r: App::Cmd::Setup -> App-Cmd
+# r: App::Cmd::Tester -> App-Cmd
+# r: App::Cmd::Tester::CaptureExternal -> App-Cmd 0.314
+# r: CPAN::Meta::Converter -> CPAN-Meta
+# r: CPAN::Meta::Merge -> CPAN-Meta 2.142060
+# r: CPAN::Meta::Prereqs -> CPAN-Meta
+# r: CPAN::Meta::Validator -> CPAN-Meta
+# r: Config::INI::Reader -> Config-INI
+# r: Config::MVP::Assembler -> Config-MVP
+# r: Config::MVP::Assembler::WithBundles -> Config-MVP
+# r: Config::MVP::Reader -> Config-MVP
+# r: Config::MVP::Reader::Findable::ByExtension -> Config-MVP 1.101450
+# r: Config::MVP::Reader::Finder -> Config-MVP 0.092990
+# r: Config::MVP::Section -> Config-MVP
+# r: List::Util -> Scalar-List-Utils
+# r: Mixin::Linewise::Readers -> Mixin-Linewise
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+# r: MooseX::Types::Moose -> MooseX-Types
+# r: PPI::Document -> PPI
+# r: Scalar::Util -> Scalar-List-Utils
+# r: Software::LicenseUtils -> Software-License
+# r: Sub::Exporter::Util -> Sub-Exporter
+# r: Term::ReadKey -> TermReadKey
+# r: Text::Template -> text-template
+# r: strict, warnings -> perl
+
+# NB: PPI::XS is suggested by Dist-Zilla, but upstream of
+# PPI say PPI::XS presently doesn't do anything useful,
+# so the optional useflag and the dependency are skipped.
+RDEPEND="
+ ${X_BREAKS}
+ !minimal? (
+ >=dev-perl/Archive-Tar-Wrapper-0.150.0
+ >=dev-perl/Data-OptList-0.110.0
+ dev-perl/Term-ReadLine-Gnu
+ )
+ >=dev-perl/App-Cmd-0.330.0
+ virtual/perl-Archive-Tar
+ >=virtual/perl-CPAN-Meta-2.142.60
+ >=virtual/perl-CPAN-Meta-Requirements-2.121.0
+ >=dev-perl/CPAN-Uploader-0.103.4
+ virtual/perl-Carp
+ >=dev-perl/Class-Load-0.170.0
+ dev-perl/Config-INI
+ >=dev-perl/Config-MVP-2.200.10
+ >=dev-perl/Config-MVP-Reader-INI-2.101.461
+ virtual/perl-Data-Dumper
+ >=dev-perl/Data-Section-0.200.2
+ >=dev-perl/DateTime-0.440.0
+ virtual/perl-Digest-MD5
+ virtual/perl-Encode
+ >=virtual/perl-ExtUtils-Manifest-1.660.0
+ dev-perl/File-Copy-Recursive
+ dev-perl/File-Find-Rule
+ dev-perl/File-HomeDir
+ virtual/perl-File-Path
+ dev-perl/File-ShareDir
+ >=dev-perl/File-ShareDir-Install-0.30.0
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/File-pushd
+ dev-perl/JSON-MaybeXS
+ >=dev-perl/Log-Dispatchouli-1.102.220
+ >=dev-perl/Mixin-Linewise-0.100.0
+ virtual/perl-Module-CoreList
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.920.0
+ dev-perl/MooseX-LazyRequire
+ >=dev-perl/MooseX-Role-Parameterized-1.10.0
+ dev-perl/MooseX-SetOnce
+ dev-perl/MooseX-Types
+ dev-perl/MooseX-Types-Perl
+ dev-perl/PPI
+ dev-perl/Params-Util
+ >=dev-perl/Path-Tiny-0.52.0
+ >=dev-perl/Perl-PrereqScanner-1.16.0
+ >=dev-perl/Pod-Eventual-0.91.480
+ >=virtual/perl-Scalar-List-Utils-1.450.0
+ >=dev-perl/Software-License-0.101.370
+ virtual/perl-Storable
+ >=dev-perl/String-Formatter-0.100.680
+ >=dev-perl/String-RewritePrefix-0.6.0
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/Term-Encoding
+ dev-perl/TermReadKey
+ virtual/perl-Term-ReadLine
+ dev-perl/Term-UI
+ dev-perl/Test-Deep
+ >=dev-perl/Text-Glob-0.80.0
+ dev-perl/Text-Template
+ dev-perl/Try-Tiny
+ dev-perl/YAML-Tiny
+ virtual/perl-autodie
+ dev-perl/namespace-autoclean
+ virtual/perl-parent
+ virtual/perl-version
+"
+# t: Software::License::None -> Software-License 0.016
+# t: lib, utf8 -> perl
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.60.0
+ test? (
+ >=dev-perl/CPAN-Meta-Check-0.11.0
+ dev-perl/Test-FailWarnings
+ dev-perl/Test-Fatal
+ dev-perl/Test-File-ShareDir
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
+src_test() {
+ TZ=UTC perl-module_src_test
+}
diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild
new file mode 100644
index 000000000000..8654659cc4e5
--- /dev/null
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-6.10.0.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=6.010
+inherit perl-module
+
+DESCRIPTION="distribution builder; installer not included!"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+
+## CPAN->Gentoo resolution map for grepping in case upstream split a dep
+# breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
+# DZA:Command::xtest -> DZP:CheckExtraTests
+# DZP:Author::Plicease::Tests -> DZPB::Author::Plicease
+X_BREAKS="
+ !<dev-perl/Dist-Zilla-Plugin-PromptIfStale-0.40.0
+ !<=dev-perl/Dist-Zilla-App-Command-update-0.40.0
+ !<dev-perl/Dist-Zilla-Plugin-CheckExtraTests-0.29.0
+ !<=dev-perl/Dist-Zilla-PluginBundle-Author-Plicease-2.20.0
+ !<dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-0.161.230
+ !<=dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-Filtered-0.1.0
+ !<=dev-perl/Dist-Zilla-Plugin-Git-2.36.0
+ !<=dev-perl/Dist-Zilla-Plugin-Keywords-0.6.0
+ !<dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome-0.220.0
+ !<=dev-perl/Dist-Zilla-Plugin-NameFromDirectory-0.30.0
+ !<=dev-perl/Dist-Zilla-Plugin-PodWeaver-4.6.0
+ !<=dev-perl/Dist-Zilla-Plugin-Prereqs-AuthorDeps-0.5.0
+ !<dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.161.170
+ !<=dev-perl/Dist-Zilla-Plugin-Run-0.35.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-CheckDeps-0.13.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-Version-1.50.0
+ !<=dev-perl/Dist-Zilla-Plugin-TrialVersionComment-0.3.0
+"
+# r: App::Cmd::Command::version -> App-Cmd-0.321
+# r: App::Cmd::Setup -> App-Cmd
+# r: App::Cmd::Tester -> App-Cmd
+# r: App::Cmd::Tester::CaptureExternal -> App-Cmd 0.314
+# r: CPAN::Meta::Converter -> CPAN-Meta
+# r: CPAN::Meta::Merge -> CPAN-Meta 2.142060
+# r: CPAN::Meta::Prereqs -> CPAN-Meta
+# r: CPAN::Meta::Validator -> CPAN-Meta
+# r: Config::INI::Reader -> Config-INI
+# r: Config::MVP::Assembler -> Config-MVP
+# r: Config::MVP::Assembler::WithBundles -> Config-MVP
+# r: Config::MVP::Reader -> Config-MVP
+# r: Config::MVP::Reader::Findable::ByExtension -> Config-MVP 1.101450
+# r: Config::MVP::Reader::Finder -> Config-MVP 0.092990
+# r: Config::MVP::Section -> Config-MVP
+# r: List::Util -> Scalar-List-Utils
+# r: Mixin::Linewise::Readers -> Mixin-Linewise
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+# r: MooseX::Types::Moose -> MooseX-Types
+# r: PPI::Document -> PPI
+# r: Scalar::Util -> Scalar-List-Utils
+# r: Software::LicenseUtils -> Software-License
+# r: Sub::Exporter::Util -> Sub-Exporter
+# r: Term::ReadKey -> TermReadKey
+# r: Text::Template -> text-template
+# r: strict, warnings -> perl
+
+# NB: PPI::XS is suggested by Dist-Zilla, but upstream of
+# PPI say PPI::XS presently doesn't do anything useful,
+# so the optional useflag and the dependency are skipped.
+RDEPEND="
+ ${X_BREAKS}
+ !minimal? (
+ >=dev-perl/Archive-Tar-Wrapper-0.150.0
+ >=dev-perl/Data-OptList-0.110.0
+ dev-perl/Term-ReadLine-Gnu
+ )
+ >=dev-perl/App-Cmd-0.330.0
+ virtual/perl-Archive-Tar
+ >=virtual/perl-CPAN-Meta-2.142.60
+ >=virtual/perl-CPAN-Meta-Requirements-2.121.0
+ >=dev-perl/CPAN-Uploader-0.103.4
+ virtual/perl-Carp
+ >=dev-perl/Class-Load-0.170.0
+ dev-perl/Config-INI
+ >=dev-perl/Config-MVP-2.200.10
+ >=dev-perl/Config-MVP-Reader-INI-2.101.461
+ virtual/perl-Data-Dumper
+ >=dev-perl/Data-Section-0.200.2
+ >=dev-perl/DateTime-0.440.0
+ virtual/perl-Digest-MD5
+ virtual/perl-Encode
+ >=virtual/perl-ExtUtils-Manifest-1.660.0
+ dev-perl/File-Copy-Recursive
+ dev-perl/File-Find-Rule
+ dev-perl/File-HomeDir
+ virtual/perl-File-Path
+ dev-perl/File-ShareDir
+ >=dev-perl/File-ShareDir-Install-0.30.0
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/File-pushd
+ dev-perl/JSON-MaybeXS
+ >=dev-perl/Log-Dispatchouli-1.102.220
+ >=dev-perl/Mixin-Linewise-0.100.0
+ virtual/perl-Module-CoreList
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.920.0
+ dev-perl/MooseX-LazyRequire
+ >=dev-perl/MooseX-Role-Parameterized-1.10.0
+ dev-perl/MooseX-SetOnce
+ dev-perl/MooseX-Types
+ dev-perl/MooseX-Types-Perl
+ dev-perl/PPI
+ dev-perl/Params-Util
+ >=dev-perl/Path-Tiny-0.52.0
+ >=dev-perl/Perl-PrereqScanner-1.16.0
+ >=dev-perl/Pod-Eventual-0.91.480
+ >=virtual/perl-Scalar-List-Utils-1.450.0
+ >=dev-perl/Software-License-0.101.370
+ virtual/perl-Storable
+ >=dev-perl/String-Formatter-0.100.680
+ >=dev-perl/String-RewritePrefix-0.6.0
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/Term-Encoding
+ dev-perl/TermReadKey
+ virtual/perl-Term-ReadLine
+ dev-perl/Term-UI
+ dev-perl/Test-Deep
+ >=dev-perl/Text-Glob-0.80.0
+ dev-perl/Text-Template
+ dev-perl/Try-Tiny
+ dev-perl/YAML-Tiny
+ virtual/perl-autodie
+ dev-perl/namespace-autoclean
+ virtual/perl-parent
+ virtual/perl-version
+"
+# t: Software::License::None -> Software-License 0.016
+# t: lib, utf8 -> perl
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.60.0
+ test? (
+ >=dev-perl/CPAN-Meta-Check-0.11.0
+ dev-perl/Test-FailWarnings
+ dev-perl/Test-Fatal
+ dev-perl/Test-File-ShareDir
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild
new file mode 100644
index 000000000000..f856d1094550
--- /dev/null
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-6.8.0.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=6.008
+inherit perl-module
+
+DESCRIPTION="distribution builder; installer not included!"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+
+## CPAN->Gentoo resolution map for grepping in case upstream split a dep
+# breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
+# DZA:Command::xtest -> DZP:CheckExtraTests
+# DZP:Author::Plicease::Tests -> DZPB::Author::Plicease
+X_BREAKS="
+ !<dev-perl/Dist-Zilla-Plugin-PromptIfStale-0.40.0
+ !<=dev-perl/Dist-Zilla-App-Command-update-0.40.0
+ !<dev-perl/Dist-Zilla-Plugin-CheckExtraTests-0.29.0
+ !<=dev-perl/Dist-Zilla-PluginBundle-Author-Plicease-2.20.0
+ !<dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-0.161.230
+ !<=dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-Filtered-0.1.0
+ !<=dev-perl/Dist-Zilla-Plugin-Git-2.36.0
+ !<=dev-perl/Dist-Zilla-Plugin-Keywords-0.6.0
+ !<dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome-0.220.0
+ !<=dev-perl/Dist-Zilla-Plugin-PodWeaver-4.6.0
+ !<=dev-perl/Dist-Zilla-Plugin-Prereqs-AuthorDeps-0.5.0
+ !<dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.161.170
+ !<=dev-perl/Dist-Zilla-Plugin-Run-0.35.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-CheckDeps-0.13.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-Version-1.50.0
+ !<=dev-perl/Dist-Zilla-Plugin-TrialVersionComment-0.3.0
+"
+# r: App::Cmd::Command::version -> App-Cmd-0.321
+# r: App::Cmd::Setup -> App-Cmd
+# r: App::Cmd::Tester -> App-Cmd
+# r: App::Cmd::Tester::CaptureExternal -> App-Cmd 0.314
+# r: CPAN::Meta::Converter -> CPAN-Meta
+# r: CPAN::Meta::Merge -> CPAN-Meta 2.142060
+# r: CPAN::Meta::Prereqs -> CPAN-Meta
+# r: CPAN::Meta::Validator -> CPAN-Meta
+# r: Config::INI::Reader -> Config-INI
+# r: Config::MVP::Assembler -> Config-MVP
+# r: Config::MVP::Assembler::WithBundles -> Config-MVP
+# r: Config::MVP::Reader -> Config-MVP
+# r: Config::MVP::Reader::Findable::ByExtension -> Config-MVP 1.101450
+# r: Config::MVP::Reader::Finder -> Config-MVP 0.092990
+# r: Config::MVP::Section -> Config-MVP
+# r: List::Util -> Scalar-List-Utils
+# r: Mixin::Linewise::Readers -> Mixin-Linewise
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+# r: MooseX::Types::Moose -> MooseX-Types
+# r: PPI::Document -> PPI
+# r: Scalar::Util -> Scalar-List-Utils
+# r: Software::LicenseUtils -> Software-License
+# r: Sub::Exporter::Util -> Sub-Exporter
+# r: Term::ReadKey -> TermReadKey
+# r: Text::Template -> text-template
+# r: strict, warnings -> perl
+
+# NB: PPI::XS is suggested by Dist-Zilla, but upstream of
+# PPI say PPI::XS presently doesn't do anything useful,
+# so the optional useflag and the dependency are skipped.
+RDEPEND="
+ ${X_BREAKS}
+ !minimal? (
+ >=dev-perl/Archive-Tar-Wrapper-0.150.0
+ >=dev-perl/Data-OptList-0.110.0
+ dev-perl/Term-ReadLine-Gnu
+ )
+ >=dev-perl/App-Cmd-0.330.0
+ virtual/perl-Archive-Tar
+ >=virtual/perl-CPAN-Meta-2.142.60
+ >=virtual/perl-CPAN-Meta-Requirements-2.121.0
+ >=dev-perl/CPAN-Uploader-0.103.4
+ virtual/perl-Carp
+ >=dev-perl/Class-Load-0.170.0
+ dev-perl/Config-INI
+ >=dev-perl/Config-MVP-2.200.10
+ >=dev-perl/Config-MVP-Reader-INI-2.101.461
+ virtual/perl-Data-Dumper
+ >=dev-perl/Data-Section-0.200.2
+ >=dev-perl/DateTime-0.440.0
+ virtual/perl-Digest-MD5
+ virtual/perl-Encode
+ >=virtual/perl-ExtUtils-Manifest-1.660.0
+ dev-perl/File-Copy-Recursive
+ dev-perl/File-Find-Rule
+ dev-perl/File-HomeDir
+ virtual/perl-File-Path
+ dev-perl/File-ShareDir
+ >=dev-perl/File-ShareDir-Install-0.30.0
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/File-pushd
+ dev-perl/JSON-MaybeXS
+ >=dev-perl/Log-Dispatchouli-1.102.220
+ >=dev-perl/Mixin-Linewise-0.100.0
+ virtual/perl-Module-CoreList
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.920.0
+ dev-perl/MooseX-LazyRequire
+ >=dev-perl/MooseX-Role-Parameterized-1.10.0
+ dev-perl/MooseX-SetOnce
+ dev-perl/MooseX-Types
+ dev-perl/MooseX-Types-Perl
+ dev-perl/PPI
+ dev-perl/Params-Util
+ >=dev-perl/Path-Tiny-0.52.0
+ >=dev-perl/Perl-PrereqScanner-1.16.0
+ >=dev-perl/Pod-Eventual-0.91.480
+ >=virtual/perl-Scalar-List-Utils-1.450.0
+ >=dev-perl/Software-License-0.101.370
+ virtual/perl-Storable
+ >=dev-perl/String-Formatter-0.100.680
+ >=dev-perl/String-RewritePrefix-0.6.0
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/Term-Encoding
+ dev-perl/TermReadKey
+ virtual/perl-Term-ReadLine
+ dev-perl/Term-UI
+ dev-perl/Test-Deep
+ >=dev-perl/Text-Glob-0.80.0
+ dev-perl/Text-Template
+ dev-perl/Try-Tiny
+ dev-perl/YAML-Tiny
+ virtual/perl-autodie
+ dev-perl/namespace-autoclean
+ virtual/perl-parent
+ virtual/perl-version
+"
+# t: Software::License::None -> Software-License 0.016
+# t: lib, utf8 -> perl
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.60.0
+ test? (
+ >=dev-perl/CPAN-Meta-Check-0.11.0
+ dev-perl/Test-FailWarnings
+ dev-perl/Test-Fatal
+ dev-perl/Test-File-ShareDir
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-6.9.0.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-6.9.0.ebuild
new file mode 100644
index 000000000000..c259d7eb610e
--- /dev/null
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-6.9.0.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=6.009
+inherit perl-module
+
+DESCRIPTION="distribution builder; installer not included!"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+
+## CPAN->Gentoo resolution map for grepping in case upstream split a dep
+# breaks: Dist::Zilla::App::Command::stale -> Dist-Zilla-Plugin-PromptIfStale
+# DZA:Command::xtest -> DZP:CheckExtraTests
+# DZP:Author::Plicease::Tests -> DZPB::Author::Plicease
+X_BREAKS="
+ !<dev-perl/Dist-Zilla-Plugin-PromptIfStale-0.40.0
+ !<=dev-perl/Dist-Zilla-App-Command-update-0.40.0
+ !<dev-perl/Dist-Zilla-Plugin-CheckExtraTests-0.29.0
+ !<=dev-perl/Dist-Zilla-PluginBundle-Author-Plicease-2.20.0
+ !<dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-0.161.230
+ !<=dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild-Filtered-0.1.0
+ !<=dev-perl/Dist-Zilla-Plugin-Git-2.36.0
+ !<=dev-perl/Dist-Zilla-Plugin-Keywords-0.6.0
+ !<dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome-0.220.0
+ !<=dev-perl/Dist-Zilla-Plugin-PodWeaver-4.6.0
+ !<=dev-perl/Dist-Zilla-Plugin-Prereqs-AuthorDeps-0.5.0
+ !<dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.161.170
+ !<=dev-perl/Dist-Zilla-Plugin-Run-0.35.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-CheckDeps-0.13.0
+ !<=dev-perl/Dist-Zilla-Plugin-Test-Version-1.50.0
+ !<=dev-perl/Dist-Zilla-Plugin-TrialVersionComment-0.3.0
+"
+# r: App::Cmd::Command::version -> App-Cmd-0.321
+# r: App::Cmd::Setup -> App-Cmd
+# r: App::Cmd::Tester -> App-Cmd
+# r: App::Cmd::Tester::CaptureExternal -> App-Cmd 0.314
+# r: CPAN::Meta::Converter -> CPAN-Meta
+# r: CPAN::Meta::Merge -> CPAN-Meta 2.142060
+# r: CPAN::Meta::Prereqs -> CPAN-Meta
+# r: CPAN::Meta::Validator -> CPAN-Meta
+# r: Config::INI::Reader -> Config-INI
+# r: Config::MVP::Assembler -> Config-MVP
+# r: Config::MVP::Assembler::WithBundles -> Config-MVP
+# r: Config::MVP::Reader -> Config-MVP
+# r: Config::MVP::Reader::Findable::ByExtension -> Config-MVP 1.101450
+# r: Config::MVP::Reader::Finder -> Config-MVP 0.092990
+# r: Config::MVP::Section -> Config-MVP
+# r: List::Util -> Scalar-List-Utils
+# r: Mixin::Linewise::Readers -> Mixin-Linewise
+# r: Moose::Role -> Moose
+# r: Moose::Util::TypeConstraints -> Moose
+# r: MooseX::Types::Moose -> MooseX-Types
+# r: PPI::Document -> PPI
+# r: Scalar::Util -> Scalar-List-Utils
+# r: Software::LicenseUtils -> Software-License
+# r: Sub::Exporter::Util -> Sub-Exporter
+# r: Term::ReadKey -> TermReadKey
+# r: Text::Template -> text-template
+# r: strict, warnings -> perl
+
+# NB: PPI::XS is suggested by Dist-Zilla, but upstream of
+# PPI say PPI::XS presently doesn't do anything useful,
+# so the optional useflag and the dependency are skipped.
+RDEPEND="
+ ${X_BREAKS}
+ !minimal? (
+ >=dev-perl/Archive-Tar-Wrapper-0.150.0
+ >=dev-perl/Data-OptList-0.110.0
+ dev-perl/Term-ReadLine-Gnu
+ )
+ >=dev-perl/App-Cmd-0.330.0
+ virtual/perl-Archive-Tar
+ >=virtual/perl-CPAN-Meta-2.142.60
+ >=virtual/perl-CPAN-Meta-Requirements-2.121.0
+ >=dev-perl/CPAN-Uploader-0.103.4
+ virtual/perl-Carp
+ >=dev-perl/Class-Load-0.170.0
+ dev-perl/Config-INI
+ >=dev-perl/Config-MVP-2.200.10
+ >=dev-perl/Config-MVP-Reader-INI-2.101.461
+ virtual/perl-Data-Dumper
+ >=dev-perl/Data-Section-0.200.2
+ >=dev-perl/DateTime-0.440.0
+ virtual/perl-Digest-MD5
+ virtual/perl-Encode
+ >=virtual/perl-ExtUtils-Manifest-1.660.0
+ dev-perl/File-Copy-Recursive
+ dev-perl/File-Find-Rule
+ dev-perl/File-HomeDir
+ virtual/perl-File-Path
+ dev-perl/File-ShareDir
+ >=dev-perl/File-ShareDir-Install-0.30.0
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/File-pushd
+ dev-perl/JSON-MaybeXS
+ >=dev-perl/Log-Dispatchouli-1.102.220
+ >=dev-perl/Mixin-Linewise-0.100.0
+ virtual/perl-Module-CoreList
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.920.0
+ dev-perl/MooseX-LazyRequire
+ >=dev-perl/MooseX-Role-Parameterized-1.10.0
+ dev-perl/MooseX-SetOnce
+ dev-perl/MooseX-Types
+ dev-perl/MooseX-Types-Perl
+ dev-perl/PPI
+ dev-perl/Params-Util
+ >=dev-perl/Path-Tiny-0.52.0
+ >=dev-perl/Perl-PrereqScanner-1.16.0
+ >=dev-perl/Pod-Eventual-0.91.480
+ >=virtual/perl-Scalar-List-Utils-1.450.0
+ >=dev-perl/Software-License-0.101.370
+ virtual/perl-Storable
+ >=dev-perl/String-Formatter-0.100.680
+ >=dev-perl/String-RewritePrefix-0.6.0
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/Term-Encoding
+ dev-perl/TermReadKey
+ virtual/perl-Term-ReadLine
+ dev-perl/Term-UI
+ dev-perl/Test-Deep
+ >=dev-perl/Text-Glob-0.80.0
+ dev-perl/Text-Template
+ dev-perl/Try-Tiny
+ dev-perl/YAML-Tiny
+ virtual/perl-autodie
+ dev-perl/namespace-autoclean
+ virtual/perl-parent
+ virtual/perl-version
+"
+# t: Software::License::None -> Software-License 0.016
+# t: lib, utf8 -> perl
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.60.0
+ test? (
+ >=dev-perl/CPAN-Meta-Check-0.11.0
+ dev-perl/Test-FailWarnings
+ dev-perl/Test-Fatal
+ dev-perl/Test-File-ShareDir
+ >=virtual/perl-Test-Simple-0.960.0
+ virtual/perl-if
+ )
+"
diff --git a/dev-perl/Dist-Zilla/Manifest b/dev-perl/Dist-Zilla/Manifest
new file mode 100644
index 000000000000..c4902ac6c459
--- /dev/null
+++ b/dev-perl/Dist-Zilla/Manifest
@@ -0,0 +1,10 @@
+AUX Dist-Zilla-6.10.0-perl526.patch 1963 SHA256 3134920990c288749670f56ebbf029f446c5ecdfed86fddcc43c327fc2548f34 SHA512 bc2058c71160be5cd191e46e19d245070d2f4f12bc2f067c702757e30394aa1bc986d055f40303716e3da85bc48e40c31683cf21bf495da634f983227c20baa7 WHIRLPOOL f9dc615321c37151920e751c0d86a00d8287bff5928c0da077a6ed976d2b9226f6bdbb60629aff9f5b715309b31d9afca0480d4efe787f532a18a343357198b0
+DIST Dist-Zilla-6.008.tar.gz 194894 SHA256 9ca5a219e2c27e30fee8cdf1ce3e2cb054f96bca40f492b9d7a0959424e172fc SHA512 ca0e71971defe212417413c14fb3f7fb4715d8485ee6e9b64018bc96320c09e0830f58382d74c1001f88618f19abdee1fb3ce6fa253d80bcc0e84ac503b8befa WHIRLPOOL dbf45bdd90d654c275ff7f626803bde4ea934d024bb24f4b5ce0b2f617dd19f65e78bddac2bc84dc1c04a05a50e84aa01f8b5192eba0e6710ba0ba75512af6d4
+DIST Dist-Zilla-6.009.tar.gz 197735 SHA256 61a3aba976a857598c129128809452ca694b7bbe1fe315929556ce2afe0a1d9d SHA512 1bf33138838b8b718fdf0710c36d5106c29ff8dd775d10dc2aa96d3e628f3b889e3eb909cd5766f01709449b3f02e7f32b6222935a86ba7403eaa0d8d4071d9d WHIRLPOOL 68f00c4c61f3b3b074068a87ba34b9d07ce9bedf2fd879a3b862feb133472497d2dce29ba19a22672108b87d3141b90df37cd8e528c7fd7013a2898cd870dd01
+DIST Dist-Zilla-6.010.tar.gz 198805 SHA256 90977cd6055cc2af603abc499c17b94cacab22c6b47c3b51637cb2a7e0a10424 SHA512 707a736c43b1a52038a01c2e238ac39fa35c5eb7120c7fa11a06248f5fc3518c5c75e3660553058085c5b930e6df6cebfd1957435b78ae48f8b4d45d3b99300f WHIRLPOOL 5f19258fbe6860a5f843740da2949e6f4e93aa21940c1a7376978cf34c31f5c03c7e2a4b4d0371b8f8e704b5b472961868ecfacf13a9960664da446e147588ec
+EBUILD Dist-Zilla-6.10.0-r2.ebuild 5066 SHA256 55a6a04928be37b5d90dec1ee49f2e3299d52fe8727ed038da0134515457f6d6 SHA512 20117c2e1fdcc86c8f169cd18c956c539583e091a315f3e3a7407b2274f5107a3aa1dac55a97b586074f6086d32f1953d7024d0565c5db894e4b4cb184586536 WHIRLPOOL 371d1b94618759ad1ea0d5c7b3e77b74821135437a4bc473e5e102de2c5a12539fb05ad29d0d31bd7122a241b104ef5367ae4d6b25a1cd5ebd6fee01480b1754
+EBUILD Dist-Zilla-6.10.0.ebuild 4976 SHA256 f81e27fcbd8196d5425bbecbe74249b958ceb7f3832bda7e88e85cc2fcd117ed SHA512 a751ad909f114c3bc91d53a77e99b921609fea717ec19f4320dc5dfc1a376702086cbd1ca812dd87dd286e539511a3d1d79087ef390dd9233037803c5ac2bafb WHIRLPOOL cf14a68f76453d5e93a60cb3dbb4405126e57f85fee7b887d3b986c04f4510b9594dd000b1ec7fc9c061576f939125b90d4c1d3decf9d6a8f9aa570a6c6930d4
+EBUILD Dist-Zilla-6.8.0.ebuild 4920 SHA256 8787548e1831ad8edb8dfb70a2043479bdf0b8e72313177f7530cea7a4b17f39 SHA512 30248fa48c2eb58fffac6d286f85fc0ebc98a58260530c5842edc4cb4d2e769fe1ea0172e9dabecf9ab4fa54708de9f4a95c543c42ea13addeccb8f18723a496 WHIRLPOOL 37bddeaf621d58dccf3e8493414f070e99a06af16117bea42f0a691c3bd66ffbfd5b6e2bf429ee0a9d2103b6dea079b0966e7f64dc34f322b95b6d3f4f31b887
+EBUILD Dist-Zilla-6.9.0.ebuild 4938 SHA256 bf26bfa185bb3371f30d43177ca12a6f9a9483f94301fa2a401a42a5b9643b62 SHA512 8f1e5da43decf0ee2466e831285397228673afd0b80dcdcd43169b240afa5cb305e8dbb23da6c50ae3408f45bf49022f90e415b47ce9a74faecd1cfe1819b089 WHIRLPOOL f5443ee64a4a339d61d03e87cfe04f7217a898845823a7c7431273f7ed0cecc86b642724a94652f60821caa2c1bd19388073a4d831a715f1d2d2dd1c120588c5
+MISC ChangeLog 915 SHA256 aa9e501783e8dedcfbb76433cfeab444f3c0f69204e37b99c20e852e5cfb796e SHA512 77fd1e1d0694e7924b8ad05ff05960fdc9837b901be49253848284aa32927fc847a0b729f873d75a938a6ca5fa8e46c6dce561b1b6ea2588f39e381ccb479475 WHIRLPOOL 2701aa012de9d392aba5d1b94ccabeb5ddbb6b42fb41246d954f7fff69b924e3b826717957a2d15fdc7621d4f7b30d418e351eb212ae9e79c4ad4acd2de5b73c
+MISC metadata.xml 11020 SHA256 a314e868b35a221b6aa359fc9d764c60462febf80a0d8c7b98b9bc78952203a7 SHA512 e4fb36dd97e7e8d984a9eea534b194df7943458525a893f236396ca6bc2e361aebd4d977a48602126c166a111fc0b1f70e3eeeef55c1029a504c2c201abaf178 WHIRLPOOL 275cc49af6d83d2e785005135a6242c473b9781be8c71d7070896f67a98a4db7a089072991d82517968b1cfefc186347bf0b29e1a477d2cae3c46341bcf0e780
diff --git a/dev-perl/Dist-Zilla/files/Dist-Zilla-6.10.0-perl526.patch b/dev-perl/Dist-Zilla/files/Dist-Zilla-6.10.0-perl526.patch
new file mode 100644
index 000000000000..ad908fa84a0e
--- /dev/null
+++ b/dev-perl/Dist-Zilla/files/Dist-Zilla-6.10.0-perl526.patch
@@ -0,0 +1,58 @@
+From fda708069c3c3bdb2b6d8922b21eb604084d51e2 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Fri, 6 Oct 2017 22:32:36 +1300
+Subject: Keep dist-root in @INC beyond Perl 5.26
+
+The only thing that makes sense is to ensure CWD of some description is
+in @INC at some stage before plugins are actually loaded, because
+that's the traditional expectation.
+
+Basically, this option is the only option that works. There's no viable
+way to scope @INC changes to anything narrower without breaking the
+usage entirely.
+
+There's no sane way to limit the depth of @INC changes either, even if
+we wanted to.
+
+And if you have vulnerable code in your project source tree that you're
+worried about, you're pretty much beyond screwed already, and you're
+about to be screwing CPAN when you ship next, and no amount of @INC
+magic will save you.
+
+Bug: https://bugs.gentoo.org/613586
+Bug: https://github.com/rjbs/Dist-Zilla/issues/581
+Bug: https://github.com/rjbs/Dist-Zilla/pull/590
+Bug: https://github.com/rjbs/Dist-Zilla/pull/600
+---
+ lib/Dist/Zilla/Dist/Builder.pm | 1 +
+ lib/Dist/Zilla/Util/AuthorDeps.pm | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/lib/Dist/Zilla/Dist/Builder.pm b/lib/Dist/Zilla/Dist/Builder.pm
+index 2148eeb..6b8e301 100644
+--- a/lib/Dist/Zilla/Dist/Builder.pm
++++ b/lib/Dist/Zilla/Dist/Builder.pm
+@@ -36,6 +36,7 @@ sub from_config {
+ $arg ||= {};
+
+ my $root = path($arg->{dist_root} || '.');
++ unshift @INC, $root->absolute->stringify;
+
+ my $sequence = $class->_load_config({
+ root => $root,
+diff --git a/lib/Dist/Zilla/Util/AuthorDeps.pm b/lib/Dist/Zilla/Util/AuthorDeps.pm
+index 01a958e..cfcd62f 100644
+--- a/lib/Dist/Zilla/Util/AuthorDeps.pm
++++ b/lib/Dist/Zilla/Util/AuthorDeps.pm
+@@ -105,7 +105,7 @@ sub extract_author_deps {
+
+ if ($missing) {
+ require Module::Runtime;
+-
++ unshift @INC, $root->absolute->stringify;
+ @packages =
+ grep {
+ $_ eq 'perl'
+--
+2.14.1
+
diff --git a/dev-perl/Dist-Zilla/metadata.xml b/dev-perl/Dist-Zilla/metadata.xml
new file mode 100644
index 000000000000..33430d87501c
--- /dev/null
+++ b/dev-perl/Dist-Zilla/metadata.xml
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Dist-Zilla</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::add</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::authordeps</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::build</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::clean</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::install</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::listdeps</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::new</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::nop</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::release</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::run</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::setup</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::smoke</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::test</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Command::version</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Tester</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::App::Tester::Result</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Chrome::Term</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Chrome::Test</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Dist::Builder</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Dist::Minter</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::File::FromCode</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::File::InMemory</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::File::OnDisk</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MVP::Assembler</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MVP::Assembler::GlobalConfig</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MVP::Assembler::Zilla</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MVP::Reader::Finder</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MVP::Reader::Perl</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MVP::RootSection</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MVP::Section</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::MintingProfile::Default</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Path</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::AutoPrereqs</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::AutoVersion</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::CPANFile</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::ConfirmRelease</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::DistINI</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::Encoding</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::ExecDir</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::ExtraTests</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::FakeRelease</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::FileFinder::ByName</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::FileFinder::Filter</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::FinderCode</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::GatherDir</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::GatherDir::Template</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::GatherFile</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::GenerateFile</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::InlineFiles</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::License</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MakeMaker</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MakeMaker::Runner</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::Manifest</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::ManifestSkip</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MetaConfig</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MetaJSON</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MetaNoIndex</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MetaResources</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MetaTests</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::MetaYAML</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::ModuleBuild</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::ModuleShareDirs</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::NextRelease</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::PkgDist</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::PkgVersion</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::PodCoverageTests</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::PodSyntaxTests</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::PodVersion</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::Prereqs</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::PruneCruft</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::PruneFiles</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::Readme</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::RemovePrereqs</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::ShareDir</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::TemplateModule</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::TestRelease</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::UploadToCPAN</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::PluginBundle::Basic</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::PluginBundle::Classic</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::PluginBundle::FakeClassic</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::PluginBundle::Filter</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Prereqs</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::AfterBuild</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::AfterMint</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::AfterRelease</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::BeforeArchive</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::BeforeBuild</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::BeforeMint</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::BeforeRelease</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::BuildPL</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::BuildRunner</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::Chrome</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::ConfigDumper</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::EncodingProvider</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::ExecFiles</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::File</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::FileFinder</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::FileFinderUser</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::FileGatherer</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::FileInjector</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::FileMunger</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::FilePruner</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::InstallTool</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::LicenseProvider</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::MetaProvider</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::MintingProfile</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::MintingProfile::ShareDir</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::ModuleMaker</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::MutableFile</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::NameProvider</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::PPI</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::Plugin</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::PluginBundle</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::PluginBundle::Easy</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::PrereqScanner</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::PrereqSource</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::ReleaseStatusProvider</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::Releaser</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::ShareDir</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::Stash</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::Stash::Authors</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::Stash::Login</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::StubBuild</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::TestRunner</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::TextTemplate</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::VersionProvider</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Stash::Mint</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Stash::PAUSE</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Stash::Rights</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Stash::User</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Tester</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Tutorial</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Types</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Util</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Util::AuthorDeps</remote-id>
+ <remote-id type="cpan-module">Test::DZil</remote-id>
+ </upstream>
+</pkgmetadata>