--- /dev/null
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.331
+inherit perl-module
+
+DESCRIPTION="write command line apps with less suffering"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# r: File::Basename -> perl
+# r: Text::Abbrev -> perl
+# r: constant, strict, warnings -> perl
+# r: Module::Pluggable::Object -> Module-Pluggable
+# r: Sub::Exporter::Util -> Sub-Exporter
+RDEPEND="
+ >=dev-perl/Capture-Tiny-0.130.0
+ virtual/perl-Carp
+ >=dev-perl/Class-Load-0.60.0
+ dev-perl/Data-OptList
+ >=virtual/perl-Getopt-Long-2.390.0
+ >=dev-perl/Getopt-Long-Descriptive-0.84.0
+ dev-perl/IO-TieCombine
+ dev-perl/Module-Pluggable
+ dev-perl/String-RewritePrefix
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Install
+ virtual/perl-parent
+"
+# t: IPC::Cmd -> perl
+# t: base, lib -> perl
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ )
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-IPC-Cmd
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
--- /dev/null
+<?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">App-Cmd</remote-id>
+ <remote-id type="cpan-module">App::Cmd</remote-id>
+ <remote-id type="cpan-module">App::Cmd::ArgProcessor</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Command</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Command::commands</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Command::help</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Command::version</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Plugin</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Setup</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Simple</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Subdispatch</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Subdispatch::DashedStyle</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Tester</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Tester::CaptureExternal</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Tester::Exited</remote-id>
+ <remote-id type="cpan-module">App::Cmd::Tester::Result</remote-id>
+ </upstream>
+</pkgmetadata>