[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28177] [PATCH 04/12] gnu: Add perl-test-cpan-meta.
From: |
Christopher Baines |
Subject: |
[bug#28177] [PATCH 04/12] gnu: Add perl-test-cpan-meta. |
Date: |
Mon, 21 Aug 2017 19:08:24 +0100 |
* gnu/packages/perl.scm (perl-test-cpan-meta): New variable.
---
gnu/packages/perl.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d1cfabbb1..9f135b4cc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6530,6 +6530,33 @@ 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
+ (package
+ (name "perl-test-cpan-meta")
+ (version "0.25")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/B/BA/BARBIE/Test-CPAN-Meta-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1dcdbbdwdyhpldkhjzc9rvzlmb5jbil6fwh2x07nsfdwysf4ynzm"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-cpan-meta-json" ,perl-test-cpan-meta-json)
+ ("perl-test-pod" ,perl-test-pod)
+ ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
+ (home-page
+ "http://search.cpan.org/dist/Test-CPAN-Meta")
+ (synopsis "Validate your CPAN META.yml files")
+ (description
+ "This module was written to ensure that a META.yml file meets the
+specification.")
+ (license artistic2.0)))
+
(define-public perl-test-cpan-meta-json
(package
(name "perl-test-cpan-meta-json")
--
2.14.1
- [bug#28177] [PATCH] Add ikiwiki and dependencies, Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 01/12] gnu: Add discount., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 10/12] gnu: Add perl-yaml-libyaml., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 06/12] gnu: Add perl-test-memory-cycle., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 05/12] gnu: Add perl-devel-cycle., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 07/12] gnu: Add perl-test-notabs., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 08/12] gnu: Add perl-test-eol., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 11/12] gnu: Add perl-cgi-session., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 03/12] gnu: Add perl-test-cpan-meta-json., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 04/12] gnu: Add perl-test-cpan-meta.,
Christopher Baines <=
- [bug#28177] [PATCH 09/12] gnu: Add perl-html-scrubber., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 12/12] gnu: Add ikiwiki., Christopher Baines, 2017/08/21
- [bug#28177] [PATCH 02/12] gnu: Add perl-text-markdown-discount., Christopher Baines, 2017/08/21