diff options
author | 2024-10-11 03:57:33 +0100 | |
---|---|---|
committer | 2024-10-11 04:39:08 +0100 | |
commit | bea1e45f00bcda30d108867a8235c2b1b08b0bb8 (patch) | |
tree | d41870c35872e14a2c312e5dd71c3dbd969ba30d /dev-perl/Test-Strict | |
parent | dev-python/wsaccel: Bump to 0.6.7 (diff) | |
download | gentoo-bea1e45f00bcda30d108867a8235c2b1b08b0bb8.tar.gz gentoo-bea1e45f00bcda30d108867a8235c2b1b08b0bb8.tar.bz2 gentoo-bea1e45f00bcda30d108867a8235c2b1b08b0bb8.zip |
dev-perl/Test-Strict: add 0.540.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Strict')
-rw-r--r-- | dev-perl/Test-Strict/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Test-Strict/Manifest b/dev-perl/Test-Strict/Manifest index 302fa6891d2a..55bd9b2882ef 100644 --- a/dev-perl/Test-Strict/Manifest +++ b/dev-perl/Test-Strict/Manifest @@ -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 diff --git a/dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild new file mode 100644 index 000000000000..4f202280cc1c --- /dev/null +++ b/dev-perl/Test-Strict/Test-Strict-0.540.0.ebuild @@ -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 + ) +" |