summaryrefslogtreecommitdiff
path: root/dev-perl/Mock-Sub/Mock-Sub-1.90.0.ebuild
blob: 17d1c026708550f387ac98b887c4e2727b3d9fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=STEVEB
DIST_VERSION=1.09
inherit perl-module

DESCRIPTION="Mock package, object and standard subroutines, with unit testing in mind"

SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	virtual/perl-ExtUtils-MakeMaker
	virtual/perl-Scalar-List-Utils
"