Install this version:
emerge -a =dev-perl/TOML-Tiny-0.21
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-perl/TOML-Tiny-0.21
Or alternatively:
emerge --autounmask-write -a =dev-perl/TOML-Tiny-0.21
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.21 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR="OALDERS"
inherit perl-module
DESCRIPTION="Minimal, pure perl TOML parser and serializer"
LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-perl/DateTime-Format-ISO8601
dev-perl/DateTime-Format-RFC3339
>=virtual/perl-Math-BigInt-1.999718
"
DEPEND="
${RDEPEND}
test? (
dev-perl/TOML-Parser
)
"
dev-perl/DateTime-Format-ISO8601 dev-perl/DateTime-Format-RFC3339 >=virtual/perl-Math-BigInt-1.999718 test? ( dev-perl/TOML-Parser )
dev-perl/DateTime-Format-ISO8601 dev-perl/DateTime-Format-RFC3339 >=virtual/perl-Math-BigInt-1.999718