DIST Mouse-v2.4.5.tar.gz 221446 SHA256 14223cf0864e307e674e39c0b109398d2fb6289d245f273177810b878cbe8db8 SHA512 555b0543a1bfda2b07c53c2f1d1a62dabfc5261dac5f22cfd227d739e52f85c669ca3570a209eff041528e32bb84ad9cc656fe35b212aea7ff6b287bad5937b9 WHIRLPOOL 1613f023b4d68ba945d9ccc1edbc9b1c94326d97de7e3d20de5724779d3bb7d718245096271b827934b6d6dd1e8bb3a0b564d89f6fd65075d61ea8108d9d8dc7
+DIST Mouse-v2.4.9.tar.gz 222421 SHA256 9640aae77bfee2fa9c739640c8da41482c183890f0901663f004867e12d540f8 SHA512 194471dc7121692dc4dcd384c4e3ecd3936457bf34fa3088b25abc9d6d5faa76fc7ca08ee2c1bc23c3ab9c2d91a6b414b065796aea1371d46a31cbf248621b10 WHIRLPOOL f990d98e15c3e265f8f9a35853202c862b3a60d20b13b84a92264828d9d49084c5df7004e25360876833f3d95e8793a7d1f29e4d7782f755c219f85a6d18b817
--- /dev/null
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SYOHEX
+DIST_VERSION=v${PV}
+DIST_EXAMPLES=("example/*" "benchmarks")
+inherit perl-module
+
+DESCRIPTION="Moose minus the antlers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Scalar-List-Utils-1.140.0
+ >=virtual/perl-XSLoader-0.20.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-ParseXS-3.220.0
+ >=virtual/perl-Devel-PPPort-3.220.0
+ >=dev-perl/Module-Build-0.400.500
+ dev-perl/Module-Build-XSUtil
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Fatal
+ dev-perl/Test-LeakTrace
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Output
+ dev-perl/Test-Requires
+ dev-perl/Try-Tiny
+ )
+"
<remote-id type="cpan-module">Mouse::PurePerl</remote-id>
<remote-id type="cpan-module">Mouse::Role</remote-id>
<remote-id type="cpan-module">Mouse::Spec</remote-id>
+ <remote-id type="cpan-module">Mouse::Tiny</remote-id>
<remote-id type="cpan-module">Mouse::TypeRegistry</remote-id>
<remote-id type="cpan-module">Mouse::Util</remote-id>
<remote-id type="cpan-module">Mouse::Util::MetaRole</remote-id>