mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Test-Strict: add 0.540.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Test-Strict-0.52.tar.gz 20932 BLAKE2B 720358a1e0f9a8ee73a8f8bd2b61bb69f39e597c8712d4ad98772354daf0c41763c6ffa90870cac8326b71cd173a1400d4c411cb0e6797f7d9dc3f05b7af2b3e SHA512 2d2e27f8fa5156bae4b54c2a9da5f5bd37c820ca9f9594f51c0915695f74f16880445d8a47de5a86d0277482b8234d4ab8e1c8a7ba00871c950268be40f543b5
|
||||
DIST Test-Strict-0.54.tar.gz 20923 BLAKE2B c81b546459eb88410f3fbed5d596ae297f5e206f1d80ad892a5ca313e21c39afce09f09bcad80d384492374aaf8b99a38c98abd9fab5c26736234219f0eb82f1 SHA512 4e870dcc1c7d296ec4a49aa204c2dedd2eb77cdd02777c7565e5c1aefc1200ebac2a9e84e889f2cb36a80c34a0b51c70c5fb5772b6827272cf15c46dbc573fb5
|
||||
|
||||
26
dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild
Normal file
26
dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=MANWAR
|
||||
DIST_VERSION=0.54
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Check syntax, presence of use strict; and test coverage"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-File-Spec-0.10.0
|
||||
>=virtual/perl-File-Temp-0.10.0
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
dev-perl/IO-stringy
|
||||
>=virtual/perl-Test-Simple-1.0.0
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user