summaryrefslogtreecommitdiff
path: root/dev-perl/Test2-Tools-Explain/Test2-Tools-Explain-0.20.0.ebuild
blob: 993dba5c2a9b526d6d723a7517f5c7c9d2f3f812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=PETDANCE
DIST_VERSION=0.02
inherit perl-module

DESCRIPTION="Explain tools for Perl's Test2 framework"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-perl/Test2-Suite"