dev-perl/Text-Table: add 1.135.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-18 03:57:49 +01:00
parent 6e77e506ac
commit fc1704bfd2
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Text-Table-1.134.tar.gz 31029 BLAKE2B 7351cd4bd756e530ae083989c3a3fa38a428d16c92da2a979996b1ddd28ff9a8aced66e110cb91e300596a5727809285d545b2bdcc28187bb7cac011b5289c10 SHA512 ee10c9811a42a07b270ed28c310b0f836a47f1706d541849f7c12d39b7603dd4c05ab4fd4e9f8fc3065b3f30d2f4ee7eb8954221af5a825346eae4493fed94c9
DIST Text-Table-1.135.tar.gz 31059 BLAKE2B 45c5c63e0f8a1bb6fb7868d8206fb83f5e6af77b3fe132ae258ddd7f434dba38ae7feecb2904fbd8662ae1180f436a0c557ef809f54ab9aef5c1cbb269c68928 SHA512 1cbacfe2325c8d28aa27590da1d86db75e478321382518319ae16b93daf1e92c3767ad250a739d59d8fb76f6101dcdff23e0e5f1f817100576f69b2f82c8ae7d

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SHLOMIF
DIST_VERSION=1.135
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Organize Data in Tables"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
virtual/perl-Carp
virtual/perl-Scalar-List-Utils
dev-perl/Text-Aligner
"
BDEPEND="
${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-IO
virtual/perl-Test-Simple
)
"
PERL_RM_FILES=( "t/author-pod-coverage.t" "t/author-pod-syntax.t" "t/release-cpan-changes.t" "t/style-trailing-space.t" )