guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: Add Pod-Simple.


From: Eric Bavier
Subject: 01/07: gnu: Add Pod-Simple.
Date: Sun, 23 Aug 2015 21:32:56 +0000

bavier pushed a commit to branch master
in repository guix.

commit f187b2a29faa125cca36ca2b95ed26cae93d4207
Author: Eric Dvorsak <address@hidden>
Date:   Mon Aug 17 22:06:00 2015 +0200

    gnu: Add Pod-Simple.
    
    * gnu/packages/perl.scm (perl-pod-simple): New variable.
    
    Signed-off-by: Eric Bavier <address@hidden>
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d2e38cc..f784798 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.31")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/M/MA/MARCGREEN/"
+                                  "Pod-Simple-" version ".tar.gz"))
+              (sha256
+               (base32
+                "04705pcs31s71vpmnpfdy8ds0q700q4cs2dlyssyrdjbvx3ymq3l"))))
+    (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]