[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/24: gnu: Add perl-pod-constants.
From: |
Oleg Pykhalov |
Subject: |
03/24: gnu: Add perl-pod-constants. |
Date: |
Sat, 24 Feb 2018 12:18:37 -0500 (EST) |
wigust pushed a commit to branch master
in repository guix.
commit 98418c810756f5990f7838b3e56961701a44cae4
Author: Oleg Pykhalov <address@hidden>
Date: Sun Jan 28 01:13:59 2018 +0300
gnu: Add perl-pod-constants.
* 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 f4d971a..e27f701 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8868,3 +8868,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)))
- 18/24: gnu: Add perl-test-roo., (continued)
- 18/24: gnu: Add perl-test-roo., Oleg Pykhalov, 2018/02/24
- 21/24: gnu: Add perl-role-tiny-2., Oleg Pykhalov, 2018/02/24
- 11/24: gnu: Add perl-software-license., Oleg Pykhalov, 2018/02/24
- 20/24: gnu: Add perl-strictures-2., Oleg Pykhalov, 2018/02/24
- 22/24: gnu: Add perl-sub-quote., Oleg Pykhalov, 2018/02/24
- 12/24: gnu: Add perl-extutils-depends., Oleg Pykhalov, 2018/02/24
- 13/24: gnu: Add perl-b-hooks-op-check., Oleg Pykhalov, 2018/02/24
- 17/24: gnu: Add perl-multidimensional., Oleg Pykhalov, 2018/02/24
- 10/24: gnu: Add perl-data-section., Oleg Pykhalov, 2018/02/24
- 23/24: gnu: Add perl-moo-2., Oleg Pykhalov, 2018/02/24
- 03/24: gnu: Add perl-pod-constants.,
Oleg Pykhalov <=
- 09/24: gnu: Add perl-test-failwarnings., Oleg Pykhalov, 2018/02/24
- 19/24: gnu: Add perl-universal-require., Oleg Pykhalov, 2018/02/24
- 24/24: gnu: Add licensecheck., Oleg Pykhalov, 2018/02/24