1234567891011121314151617 |
- # Copyright 1999-2017 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- EAPI=5
- MODULE_AUTHOR=ADAMK
- MODULE_VERSION=2.02
- inherit perl-module
- DESCRIPTION="Extract balanced-delimiter substrings"
- SLOT="0"
- KEYWORDS=""
- IUSE=""
- SRC_TEST=do
|