[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30274] [PATCH 03/24] gnu: Add perl-pod-constants.
From: |
Oleg Pykhalov |
Subject: |
[bug#30274] [PATCH 03/24] gnu: Add perl-pod-constants. |
Date: |
Mon, 29 Jan 2018 20:20:15 +0300 |
* gnu/packages/perl.scm (perl-pod-constants): New public variable.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0894144f9..2207b6d67 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8861,3 +8861,29 @@ A summary of features for comparison to other file
finding modules:
As a convenience, the PIR module is an empty subclass of this one that is less
arduous to type for one-liners.")
(license asl2.0)))
+
+(define-public perl-pod-constants
+ (package
+ (name "perl-pod-constants")
+ (version "0.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/M/MG/MGV/Pod-Constants-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1njgr2zly9nrwvfrjhgk9dqq48as1pmbb2rs4bh3irvla75v7azg"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Pod-Constants/")
+ (synopsis "Include constants from POD")
+ (description "This module allows you to specify those constants that
+should be documented in your POD, and pull them out a run time in a fairly
+arbitrary fashion.
+
+Pod::Constants uses Pod::Parser to do the parsing of the source file. It has
+to open the source file it is called from, and does so directly either by
+lookup in %INC or by assuming it is $0 if the caller is @code{main}
+(or it can't find %INC{caller()}).")
+ (license artistic2.0)))
--
2.15.1
- [bug#30274] [PATCH 17/21] gnu: Add perl-multidimensional., (continued)
- [bug#30274] [PATCH 17/21] gnu: Add perl-multidimensional., Oleg Pykhalov, 2018/01/28
- [bug#30274] [PATCH 20/21] gnu: Add perl-strictures-2., Oleg Pykhalov, 2018/01/28
- [bug#30274] [PATCH 21/21] gnu: Add licensecheck., Oleg Pykhalov, 2018/01/28
- [bug#30274] [PATCH 21/21] gnu: Add licensecheck., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 00/24] gnu: Add licensecheck (license checker for source files)., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 01/24] gnu: Add perl-test-filename., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 02/24] gnu: Add perl-path-iterator-rule., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 10/24] gnu: Add perl-data-section., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 04/24] gnu: Add perl-regexp-pattern., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 07/24] gnu: Add perl-string-copyright., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 03/24] gnu: Add perl-pod-constants.,
Oleg Pykhalov <=
- [bug#30274] [PATCH 08/24] gnu: Add perl-string-escape., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 06/24] gnu: Add perl-number-range., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 05/24] gnu: Add perl-regexp-pattern-license., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 12/24] gnu: Add perl-extutils-depends., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 14/24] gnu: Add perl-bareword-filehandles., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 11/24] gnu: Add perl-software-license., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 09/24] gnu: Add perl-test-failwarnings., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 13/24] gnu: Add perl-b-hooks-op-check., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 16/24] gnu: Add perl-lexical-sealrequirehints., Oleg Pykhalov, 2018/01/29
- [bug#30274] [PATCH 18/24] gnu: Add perl-test-roo., Oleg Pykhalov, 2018/01/29