| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.003003 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR="NERDVANA"
inherit perl-module
DESCRIPTION="Logger suitable for use with TAP test files"
LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Log-Any
dev-perl/Try-Tiny
"
DEPEND="${RDEPEND}"
dev-perl/Log-Any dev-perl/Try-Tiny
dev-perl/Log-Any dev-perl/Try-Tiny