mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-perl/bareword-filehandles: EAPI 8, rely on eclass impls
This covers more variables/args, etc. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=ILMARI
|
||||
DIST_VERSION=0.007
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Disables bareword filehandles"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
# Lexical::SealRequireHints only required with Perl < 5.12
|
||||
# We could add alternation here, but it would be work without benefit
|
||||
# which would complicate stabilization
|
||||
RDEPEND="
|
||||
dev-perl/B-Hooks-OP-Check
|
||||
virtual/perl-if
|
||||
virtual/perl-XSLoader
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
dev-perl/ExtUtils-Depends
|
||||
test? ( >=virtual/perl-Test-Simple-0.880.0 )
|
||||
"
|
||||
Reference in New Issue
Block a user