diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-18 00:56:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-18 00:57:12 +0200 |
commit | 5a075caa6335c5c1f45ff348fbb58250ffd5425f (patch) | |
tree | 6140a321cb2a12d7409157f954b660763761d154 /dev-perl/Test-Without-Module/Test-Without-Module-0.210.0.ebuild | |
parent | sys-devel/gcc: add 13.1.1_p20230617 (diff) | |
download | gentoo-5a075caa6335c5c1f45ff348fbb58250ffd5425f.tar.gz gentoo-5a075caa6335c5c1f45ff348fbb58250ffd5425f.tar.bz2 gentoo-5a075caa6335c5c1f45ff348fbb58250ffd5425f.zip |
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>
Diffstat (limited to 'dev-perl/Test-Without-Module/Test-Without-Module-0.210.0.ebuild')
-rw-r--r-- | dev-perl/Test-Without-Module/Test-Without-Module-0.210.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.210.0.ebuild b/dev-perl/Test-Without-Module/Test-Without-Module-0.210.0.ebuild new file mode 100644 index 000000000000..6fa0cc8028e3 --- /dev/null +++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.210.0.ebuild @@ -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" |