[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/16: gnu: Add XML::Compile::Tester.
From: |
Ricardo Wurmus |
Subject: |
06/16: gnu: Add XML::Compile::Tester. |
Date: |
Thu, 24 Dec 2015 09:11:13 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 649e1676bc2369c43bae12b5c5dd74abe6234720
Author: Ricardo Wurmus <address@hidden>
Date: Tue Dec 22 14:53:15 2015 +0100
gnu: Add XML::Compile::Tester.
* gnu/packages/xml.scm (perl-xml-compile-tester): New variable.
---
gnu/packages/xml.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 4e76cbc..ecf079d 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -374,6 +374,29 @@ from XML::Parser. It parses XML strings or files and
builds a data structure
that conforms to the API of the Document Object Model.")
(home-page
"http://search.cpan.org/~tjmather/XML-DOM-1.44/lib/XML/DOM.pm")))
+(define-public perl-xml-compile-tester
+ (package
+ (name "perl-xml-compile-tester")
+ (version "0.90")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
+ "XML-Compile-Tester-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1bcl8x8cyacqv9yjp97aq9qq85sy8wv78kd8c16yd9yw3by4cpp1"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-log-report" ,perl-log-report)
+ ("perl-test-deep" ,perl-test-deep)))
+ (home-page "http://search.cpan.org/dist/XML-Compile-Tester")
+ (synopsis "XML::Compile related regression testing")
+ (description
+ "The @code{XML::Compile} module suite has extensive regression testing.
+This module provide functions which simplify writing tests for
address@hidden::Compile} related distributions.")
+ (license (package-license perl))))
+
(define-public pugixml
(package
(name "pugixml")
- branch master updated (8f1640e -> 398abcf), Ricardo Wurmus, 2015/12/24
- 01/16: gnu: Add MIME::Charset., Ricardo Wurmus, 2015/12/24
- 05/16: gnu: Add Log::Report., Ricardo Wurmus, 2015/12/24
- 03/16: gnu: Add String::Print., Ricardo Wurmus, 2015/12/24
- 04/16: gnu: Add Log::Report::Optional., Ricardo Wurmus, 2015/12/24
- 02/16: gnu: Add Unicode::LineBreak., Ricardo Wurmus, 2015/12/24
- 09/16: gnu: Add File::Slurp::Tiny., Ricardo Wurmus, 2015/12/24
- 07/16: gnu: Add XML::Compile., Ricardo Wurmus, 2015/12/24
- 06/16: gnu: Add XML::Compile::Tester.,
Ricardo Wurmus <=
- 10/16: gnu: Add XML::LibXML::Simple., Ricardo Wurmus, 2015/12/24
- 11/16: gnu: Add XML::Compile::Cache., Ricardo Wurmus, 2015/12/24
- 13/16: gnu: Add XML::Compile::WSDL11., Ricardo Wurmus, 2015/12/24
- 16/16: gnu: lilypond: Update to 2.19.33., Ricardo Wurmus, 2015/12/24
- 15/16: gnu: lilypond: Build info pages with images., Ricardo Wurmus, 2015/12/24
- 14/16: gnu: Add Yoshimi., Ricardo Wurmus, 2015/12/24
- 12/16: gnu: Add XML::Compile::SOAP., Ricardo Wurmus, 2015/12/24
- 08/16: gnu: Add HTML::Template., Ricardo Wurmus, 2015/12/24