| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.3 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=MORITZ
DIST_VERSION=v0.0.3
inherit perl-module
DESCRIPTION="efficiently count the number of line breaks in a file"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
dev-perl/Module-Build
${COMMON_DEPEND}
test? (
>=virtual/perl-Test-Simple-0.01
)
"
RDEPEND="
${COMMON_DEPEND}
"
SRC_TEST="do"
dev-perl/Module-Build
${COMMON_DEPEND}
test? (
>=virtual/perl-Test-Simple-0.01
)
${COMMON_DEPEND}