app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / dev-perl / Test-Time / Test-Time-0.92.0.ebuild
blobb085f4f1f9f9c7fd5a9820608d700bdd15ef73c0
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DIST_AUTHOR=ANATOFUZ
7 DIST_VERSION=0.092
8 inherit perl-module
10 DESCRIPTION="Overrides the time() and sleep() core functions for testing"
12 SLOT="0"
13 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
15 RDEPEND="
16         virtual/perl-Test-Simple
18 BDEPEND="
19         ${RDEPEND}
20         >=virtual/perl-ExtUtils-MakeMaker-6.640.0