[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67963] [PATCH v2 21/37] gnu: Add perl-test-xml.
From: |
Felix Lechner |
Subject: |
[bug#67963] [PATCH v2 21/37] gnu: Add perl-test-xml. |
Date: |
Tue, 16 Jan 2024 14:12:59 -0800 |
* gnu/packages/perl-check.scm (perl-test-xml): New variable.
Change-Id: I61eda7fdcff3665df9d1ea753b774e583ebf25cc
---
gnu/packages/perl-check.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index d84ba4eaaf..18aff9933d 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -37,6 +37,7 @@ (define-module (gnu packages perl-check)
#:use-module (gnu packages)
#:use-module (gnu packages valgrind)
#:use-module (gnu packages web)
+ #:use-module (gnu packages xml)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix git-download)
@@ -1581,6 +1582,30 @@ (define-public perl-test-writevariants
generation of tests in nested combinations of contexts.")
(license perl-license))) ; see LICENSE
+(define-public perl-test-xml
+ (package
+ (name "perl-test-xml")
+ (version "0.08")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/S/SE/SEMANTICO/Test-XML-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1qiym068j0f3fpci5692jpn0v383pxy6k2mcv0x0v1pcrliwqm7b"))))
+ (build-system perl-build-system)
+ (propagated-inputs (list perl-module-build
+ perl-xml-parser
+ perl-xml-sax
+ perl-xml-sax-writer
+ perl-xml-semanticdiff
+ perl-xml-twig
+ perl-xml-xpath))
+ (home-page "https://metacpan.org/release/Test-XML")
+ (synopsis "Compare XML in perl tests")
+ (description "This module contains generic XML testing tools.")
+ (license perl-license)))
+
(define-public perl-test-yaml
(package
(name "perl-test-yaml")
--
2.41.0
- [bug#67963] [PATCH v2 03/37] Fix broken test in Perl's DBIx::Class., (continued)
- [bug#67963] [PATCH v2 03/37] Fix broken test in Perl's DBIx::Class., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 05/37] gnu: Add perl-mldbm., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 12/37] gnu: Add perl-dime-tools., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 06/37] gnu: Add perl-safe-hole., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 11/37] gnu: Add perl-datetime-format-sqlite., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 19/37] gnu: Add perl-xml-parser-lite., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 28/37] gnu: Add perl-text-autoformat., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 35/37] gnu: Add perl-io-sessiondata., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 32/37] gnu: Add perl-dbicx-testdatabase., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 08/37] gnu: Add perl-data-messagepack., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 21/37] gnu: Add perl-test-xml.,
Felix Lechner <=
- [bug#67963] [PATCH v2 25/37] gnu: Add perl-text-xslate., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 18/37] gnu: Add perl-spreadsheet-parseexcel., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 22/37] gnu: Add perl-time-warp., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 09/37] gnu: Add perl-datetime-format-mysql., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 07/37] gnu: Add perl-class-hash., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 13/37] gnu: Add perl-fcgi-client., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 14/37] gnu: Add perl-fcgi., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 16/37] gnu: Add perl-hash-ordered., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 27/37] gnu: Add perl-text-iconv., Felix Lechner, 2024/01/16
- [bug#67963] [PATCH v2 24/37] gnu: Add perl-text-tabulardisplay., Felix Lechner, 2024/01/16