[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: Add perl-test-cpan-meta-json.
From: |
Christopher Baines |
Subject: |
03/12: gnu: Add perl-test-cpan-meta-json. |
Date: |
Wed, 13 Sep 2017 13:20:04 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 19d81cf7dc38233600b4664687e24027f4d1c6e4
Author: Christopher Baines <address@hidden>
Date: Tue Jun 6 07:14:01 2017 +0100
gnu: Add perl-test-cpan-meta-json.
* gnu/packages/perl.scm (perl-test-cpan-meta-json): New variable.
---
gnu/packages/perl.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4463d22..9cdddc1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7056,6 +7056,34 @@ namespace::autoclean or namespace::clean and are
therefore available to be
called as methods, which usually isn't want you want.")
(license (package-license perl))))
+(define-public perl-test-cpan-meta-json
+ (package
+ (name "perl-test-cpan-meta-json")
+ (version "0.16")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/B/BA/BARBIE/Test-CPAN-Meta-JSON-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1jg9ka50ixwq083wd4k12rhdjq87w0ihb34gd8jjn7gvvyd51b37"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-pod" ,perl-test-pod)
+ ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
+ (inputs
+ `(("perl-json" ,perl-json)))
+ (home-page
+ "http://search.cpan.org/dist/Test-CPAN-Meta-JSON")
+ (synopsis "Validate your CPAN META.json files")
+ (description
+ "This module was written to ensure that a META.json file meets the
+specification.")
+ (license artistic2.0)))
+
(define-public perl-test-deep
(package
(name "perl-test-deep")
- branch master updated (921bb35 -> 909dcf5), Christopher Baines, 2017/09/13
- 02/12: gnu: Add perl-text-markdown-discount., Christopher Baines, 2017/09/13
- 08/12: gnu: Add perl-test-eol., Christopher Baines, 2017/09/13
- 01/12: gnu: Add discount., Christopher Baines, 2017/09/13
- 07/12: gnu: Add perl-test-notabs., Christopher Baines, 2017/09/13
- 04/12: gnu: Add perl-test-cpan-meta., Christopher Baines, 2017/09/13
- 05/12: gnu: Add perl-devel-cycle., Christopher Baines, 2017/09/13
- 06/12: gnu: Add perl-test-memory-cycle., Christopher Baines, 2017/09/13
- 10/12: gnu: Add perl-yaml-libyaml., Christopher Baines, 2017/09/13
- 11/12: gnu: Add perl-cgi-session., Christopher Baines, 2017/09/13
- 03/12: gnu: Add perl-test-cpan-meta-json.,
Christopher Baines <=
- 09/12: gnu: Add perl-html-scrubber., Christopher Baines, 2017/09/13
- 12/12: gnu: Add ikiwiki., Christopher Baines, 2017/09/13