[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/7] gnu: Add Pod-Simple.
From: |
Eric Dvorsak |
Subject: |
[PATCH 1/7] gnu: Add Pod-Simple. |
Date: |
Mon, 17 Aug 2015 22:06:00 +0200 |
* gnu/packages/perl.scm (perl-pod-simple): New variable.
---
gnu/packages/perl.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d2e38cc..8f9d599 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3,6 +3,7 @@
;;; Copyright ?? 2013 Andreas Enge <address@hidden>
;;; Copyright ?? 2015 Ricardo Wurmus <address@hidden>
;;; Copyright ?? 2015 Eric Bavier <address@hidden>
+;;; Copyright ?? 2015 Eric Dvorsak <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3941,6 +3942,25 @@ directory specifications in a cross-platform manner.")
for a given module is comprehensive.")
(license (package-license perl))))
+(define-public perl-pod-simple
+ (package
+ (name "perl-pod-simple")
+ (version "3.30")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/D/DW/DWHEELER/"
+ "Pod-Simple-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0yzy7mw2jriwcywmh38csjqrwxj207b2b7rlpvkdh1rq5828hary"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Pod-Simple/")
+ (synopsis "Parsing library for text in Pod format")
+ (description "Pod::Simple is a Perl library for parsing text in
+the Pod (plain old documentation) markup language that is typically
+used for writing documentation for Perl and for Perl modules.")
+ (license (package-license perl))))
+
(define-public perl-posix-strftime-compiler
(package
(name "perl-posix-strftime-compiler")
--
2.4.3
[PATCH 1/7] gnu: Add Pod-Simple.,
Eric Dvorsak <=
- [PATCH 2/7] gnu: Add libyajl., Eric Dvorsak, 2015/08/17
- [PATCH 3/7] gnu: Add libev, Eric Dvorsak, 2015/08/17
- [PATCH 7/7] gnu: Add i3status., Eric Dvorsak, 2015/08/17
- [PATCH 4/7] gnu: Add xcb-util-cursor., Eric Dvorsak, 2015/08/17
- [PATCH 5/7] gnu: Add i3-wm., Eric Dvorsak, 2015/08/17