GNU bug report logs -
#31854
[PATCH 1/8] gnu: Add perl-x11-protocol-other.
Previous Next
Reported by: Kei Kebreau <kkebreau <at> posteo.net>
Date: Sat, 16 Jun 2018 02:25:02 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kkebreau <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 31854 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-module-manifest): New variable.
---
gnu/packages/perl.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 1d6bf419d..e7b46bdc1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5235,6 +5235,36 @@ strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl
installation version 5.005 or newer.")
(license (package-license perl))))
+(define-public perl-module-manifest
+ (package
+ (name "perl-module-manifest")
+ (version "1.09")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/E/ET/ETHER/Module-Manifest-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "16skpm804a19gsgxzn1wba3lmvc7cx5q8ly4srpyd82yy47zi5d3"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-exception" ,perl-test-exception)
+ ("perl-test-warn" ,perl-test-warn)))
+ (propagated-inputs
+ `(("perl-params-util" ,perl-params-util)))
+ (home-page "http://search.cpan.org/dist/Module-Manifest/")
+ (synopsis "Parse and examine a Perl distribution MANIFEST file")
+ (description
+ "@code{Module::Manifest} is a simple utility module created originally for
+use in @code{Module::Inspector}.
+
+It can load a MANIFEST file that comes in a Perl distribution tarball, examine
+the contents, and perform some simple tasks. It can also load the
+MANIFEST.SKIP file and check that.")
+ (license (package-license perl))))
+
(define-public perl-module-pluggable
(package
(name "perl-module-pluggable")
--
2.17.1
This bug report was last modified 6 years and 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.