dev-perl/Test-Without-Module: add 0.210.0

Closes: https://bugs.gentoo.org/908734
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2023-06-18 00:56:58 +02:00
parent 26d81836d5
commit 5a075caa63
2 changed files with 17 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Test-Without-Module-0.20.tar.gz 13609 BLAKE2B f580eb127513e92526fe78cc7ec31fcd3216d17ebc38b270252d6dd98747719895f919321246eae2a88dd62c7ba8265245d21c1d585883f4cba854bb8251dfa7 SHA512 e92353cee46e712ddc6515c5872a61a84eb4186f9ce736bbf0fcca2979bfa7143588c05e683d31fc22cbaaa792ce8364768310f9de621e881cc207b80cf14d87
DIST Test-Without-Module-0.21.tar.gz 13985 BLAKE2B 2d22d5a222a31d7cff023f0886fd6c9c28e9121e78d1cafa1bca7bd308d4ac7c2cef17e42d933a74941d03762a4b01c23213330e8e690a06867a9299adc2d6cd SHA512 0d9230e15fa46001458a8e4a1ad97d24a8766b9df8326d166da92763a01624d01972d023951d3c58e9bbfd4e0d23e92d610565873a622eaaf87c8ec2a4f0a7f7

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=CORION
DIST_VERSION=0.21
inherit perl-module
DESCRIPTION="Test fallback behaviour in absence of modules"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND=""
BDEPEND="virtual/perl-ExtUtils-MakeMaker"