summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPatrick Norton <patrick.147.norton@gmail.com>2025-11-09 15:07:10 -0500
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-11-15 17:32:47 +0100
commite49205c8eeb0f8f38ef2be62846444122f831a91 (patch)
treec437e2f1ce74e40f7fc092f585840641eceec398 /gnu
parent8bd64a1e9599881a1f149e9b05fa8afc9d78043d (diff)
gnu: Add perl-code-tidyall-plugin-testcount
* gnu/packages/perl.scm (perl-code-tidyall-plugin-testcount): New variable. Change-Id: I0b64c8ce534f341666f823bd2d1571bac28a492d Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e252bba5fbe..b9e6a1b4f41 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4793,6 +4793,29 @@ in a test file. It includes the ability to use mathematical expressions and
4793variables when computing the count.") 4793variables when computing the count.")
4794 (license license:x11))) 4794 (license license:x11)))
4795 4795
4796(define-public perl-code-tidyall-plugin-testcount
4797 (package
4798 (name "perl-code-tidyall-plugin-testcount")
4799 (version "0.0.2")
4800 (source
4801 (origin
4802 (method url-fetch)
4803 (uri (string-append
4804 "mirror://cpan/authors/id/S/SH/SHLOMIF/Code-TidyAll-Plugin-TestCount-"
4805 version ".tar.gz"))
4806 (sha256
4807 (base32 "0rs9na55gwbalrxbprv0gkvfv72y6aa3w5ayqhsymvdpxvq5zk6m"))))
4808 (build-system perl-build-system)
4809 (native-inputs (list perl-module-build))
4810 (propagated-inputs (list tidyall perl-moo-2 perl-test-count))
4811 (home-page "https://metacpan.org/release/Code-TidyAll-Plugin-TestCount")
4812 (synopsis
4813 "Ascertain that the test plan agrees with the Test::Count annotations")
4814 (description
4815 "This package is a plugin to tidyall allowing integration with the Test::Count
4816module, to keep track of the number of tests in a test file.")
4817 (license license:x11)))
4818
4796(define-public perl-eval-closure 4819(define-public perl-eval-closure
4797 (package 4820 (package
4798 (name "perl-eval-closure") 4821 (name "perl-eval-closure")