summaryrefslogtreecommitdiff
path: root/dev-perl/Mock-Sub/Mock-Sub-1.90.0.ebuild
blob: 0a3f37db3d1c9434ff39e95c27e4134fca52546e (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"

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