dev-perl/Test-MockModule: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matt Turner
2024-12-21 08:32:52 -05:00
committed by Sam James
parent 72d1bfb2dd
commit 3331af0841
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST Test-MockModule-v0.177.0.tar.gz 23921 BLAKE2B ee317804906260d96c46444fbdb7a0616ac2228adb5721272f5ac56c6ec5313ca11343645b9c317f597bd89f5e064d53dcd8497c518696efc626682c44d7c350 SHA512 d28523202ba4dbf040e26a3cb0795297c2c4fc65598e7717a51ed8678bce308eec7eb3b5d5d35d71418b21c2c81833679cf1624e0e07c6b1e26e8f7605eb98b3
DIST Test-MockModule-v0.178.0.tar.gz 24111 BLAKE2B 677d05c59c7519ad617b5933f97c6aaa954e3cd889c9f7dead9561cbf734519f291db23c070c8b9110edfa5f75ecaf2957a5146dfcafb80f3d6e7743d8581f8e SHA512 5f3169819475d251cc266fe018d98b8a744d9a030fab40f72334ee17f561f4602d4ca9759a70438cb897195e4757df0103cce30e7241191b13fbba57b6c03700

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_VERSION=v${PV}
DIST_AUTHOR=GFRANKS
inherit perl-module
DESCRIPTION="Override subroutines in a module for unit testing"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
virtual/perl-Carp
>=dev-perl/SUPER-1.200.0
virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? (
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Warnings
)
"
PERL_RM_FILES=( "t/pod_coverage.t" "t/pod.t" )