dev-perl/Log-Any-Adapter-TAP - 0.003003 (parona-overlay)

Search

Install

Install this version:

emerge -a =dev-perl/Log-Any-Adapter-TAP-0.003003

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Log-Any-Adapter-TAP-0.003003

Or alternatively:

emerge --autounmask-write -a =dev-perl/Log-Any-Adapter-TAP-0.003003

Package Information

Description:
Logger suitable for use with TAP test files
License:
|| ( Artistic GPL-1+ )

Ebuild Details

Version EAPI Keywords Slot
0.003003 8 ~amd64 0
View Raw Ebuild
# 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}"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-perl/Log-Any-Adapter-TAP | euse -E <flag> -p dev-perl/Log-Any-Adapter-TAP | euse -D <flag> -p dev-perl/Log-Any-Adapter-TAP

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-perl/Log-Any
	dev-perl/Try-Tiny

RDEPEND

	dev-perl/Log-Any
	dev-perl/Try-Tiny