all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63914] [PATCH] gnu: Add perl-test-inter.
@ 2023-06-05 18:44 Rikard Nordgren
  2023-07-22  3:20 ` bug#63914: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Rikard Nordgren @ 2023-06-05 18:44 UTC (permalink / raw)
  To: 63914; +Cc: hrn

---
 gnu/packages/perl-check.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 7bf58832bc..39fdac29be 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -39,6 +39,7 @@ (define-module (gnu packages perl-check)
   #:use-module (gnu packages web)
   #:use-module (guix packages)
   #:use-module (guix download)
+  #:use-module (guix git-download)
   #:use-module (guix build-system perl)
   #:use-module (gnu packages perl))
 
@@ -715,6 +716,28 @@ (define-public perl-test-harness
 automatically aggregated and output to STDOUT.")
     (license perl-license)))
 
+(define-public perl-test-inter
+  (package
+    (name "perl-test-inter")
+    (version "1.10")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/SBECK-github/Test-Inter")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0ii3avmd31j3kxg456jqvlj5w0hpywpj51mqm4ccnjm820yv8irb"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/pod/Test::Inter")
+    (synopsis "Framework for more readable interactive test scripts")
+    (description
+     "Another framework for writing test scripts.  Much of the
+syntax is loosely inspired by Test::More, and Test::Inter has most of its
+functionality, but is not a drop-in replacement")
+    (license perl-license)))
+
 (define-public perl-test-leaktrace
   (package
     (name "perl-test-leaktrace")

base-commit: a025d8fee6c8df1db750058d41f984103eb77978
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63914: [PATCH] gnu: Add perl-test-inter.
  2023-06-05 18:44 [bug#63914] [PATCH] gnu: Add perl-test-inter Rikard Nordgren
@ 2023-07-22  3:20 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-22  3:20 UTC (permalink / raw)
  To: Rikard Nordgren; +Cc: 63914-done


Thank you for the patch, I applied it with improved (hopefully) description:


-     "Another framework for writing test scripts.  Much of the
-syntax is loosely inspired by Test::More, and Test::Inter has most of its
-functionality, but is not a drop-in replacement")
+     "@code{Test::Inter} is another framework for writing test scripts, which
+offer the ability to access specific tests in a reasonably interactive
+fashion, primarily for debugging purposes.  Much of the syntax is loosely




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-22  3:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 18:44 [bug#63914] [PATCH] gnu: Add perl-test-inter Rikard Nordgren
2023-07-22  3:20 ` bug#63914: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.