--- /dev/null
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=1.002000
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# Test rdep for Test::TypeTiny
+RDEPEND="
+ !<dev-perl/Kavorka-0.13.0
+ !<dev-perl/Types-ReadOnly-0.1.0
+ >=dev-perl/Exporter-Tiny-0.26.0
+ >=virtual/perl-Test-Simple-1.1.10
+ !minimal? (
+ >=dev-perl/Devel-LexAlias-0.50.0
+ dev-perl/Devel-StackTrace
+ >=dev-perl/Ref-Util-XS-0.116.0
+ >=dev-perl/Regexp-Util-0.3.0
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Type-Tie
+ >=dev-perl/Type-Tiny-XS-0.11.0
+ )
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ >=virtual/perl-CPAN-Meta-Requirements-2.0.0
+ test? (
+ dev-perl/Test-Warnings
+ )
+"
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Type-Tiny</remote-id>
+ <remote-id type="cpan-module">Devel::TypeTiny::Perl56Compat</remote-id>
+ <remote-id type="cpan-module">Devel::TypeTiny::Perl58Compat</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny::Assertion</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny::Compilation</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny::WrongNumberOfParameters</remote-id>
+ <remote-id type="cpan-module">Eval::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Reply::Plugin::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Test::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Type::Coercion</remote-id>
+ <remote-id type="cpan-module">Type::Coercion::FromMoose</remote-id>
+ <remote-id type="cpan-module">Type::Coercion::Union</remote-id>
+ <remote-id type="cpan-module">Type::Library</remote-id>
+ <remote-id type="cpan-module">Type::Params</remote-id>
+ <remote-id type="cpan-module">Type::Parser</remote-id>
+ <remote-id type="cpan-module">Type::Registry</remote-id>
+ <remote-id type="cpan-module">Type::Tiny</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Class</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Duck</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Enum</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Intersection</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Role</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Union</remote-id>
+ <remote-id type="cpan-module">Type::Utils</remote-id>
+ <remote-id type="cpan-module">Types::Common::Numeric</remote-id>
+ <remote-id type="cpan-module">Types::Common::String</remote-id>
+ <remote-id type="cpan-module">Types::Standard</remote-id>
+ <remote-id type="cpan-module">Types::Standard::ArrayRef</remote-id>
+ <remote-id type="cpan-module">Types::Standard::CycleTuple</remote-id>
+ <remote-id type="cpan-module">Types::Standard::Dict</remote-id>
+ <remote-id type="cpan-module">Types::Standard::HashRef</remote-id>
+ <remote-id type="cpan-module">Types::Standard::Map</remote-id>
+ <remote-id type="cpan-module">Types::Standard::ScalarRef</remote-id>
+ <remote-id type="cpan-module">Types::Standard::Tuple</remote-id>
+ <remote-id type="cpan-module">Types::TypeTiny</remote-id>
+ </upstream>
</pkgmetadata>