app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / dev-perl / Devel-SimpleTrace / Devel-SimpleTrace-0.80.0-r1.ebuild
blob717c3d91ee5046201ae74e6b199c884276ee0195
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DIST_AUTHOR=SAPER
7 DIST_VERSION=0.08
8 inherit perl-module
10 DESCRIPTION="See where you code warns and dies using stack traces"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
15 RDEPEND="
16         virtual/perl-Data-Dumper
18 BDEPEND="${RDEPEND}
19         >=dev-perl/Module-Build-0.360.0
20         test? (
21                 virtual/perl-Test-Simple
22         )