Install this version:
emerge -a =dev-perl/File-Util-4.201.720
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/File-Util-4.201.720
Or alternatively:
emerge --autounmask-write -a =dev-perl/File-Util-4.201.720
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.201.720 | 8 | ~amd64 | 0 |
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=TOMMY
DIST_VERSION=4.201720
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Easy, versatile, portable file handling"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-perl/Unicode-UTF8
virtual/perl-Exporter
"
BDEPEND="
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
test? (
${RDEPEND}
dev-perl/Test-NoWarnings
)
"
dev-perl/Unicode-UTF8 virtual/perl-Exporter
dev-perl/Module-Build virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Unicode-UTF8 virtual/perl-Exporter dev-perl/Test-NoWarnings )