GNU bug report logs - #63866
[PATCH 00/16] Add tidyall and some tidiers.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Sat, 3 Jun 2023 05:03:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: gemmaro <gemmaro.dev <at> gmail.com>
To: 63866 <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [bug#63866] [PATCH 12/16] gnu: Add perl-pod-wrap.
Date: Sat,  3 Jun 2023 14:05:47 +0900
* gnu/packages/perl.scm (perl-pod-wrap): New variable.
---
 gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index aa302df478a..d731d2e8389 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -12521,6 +12521,30 @@ (define-public perl-pod-constants
 (or it can't find %INC{caller()}).")
     (license license:artistic2.0)))
 
+(define-public perl-pod-wrap
+  (package
+    (name "perl-pod-wrap")
+    (version "0.01")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/N/NU/NUFFIN/Pod-Wrap-" version
+                    ".tar.gz"))
+              (sha256
+               (base32
+                "0qwb5hp26f85xnb3zivf8ccfdplabiyl5sd53c6wgdgvzzicpjjh"))))
+    (build-system perl-build-system)
+    (native-inputs (list perl-module-build))
+    (propagated-inputs (list perl-pod-parser))
+    (home-page "https://metacpan.org/release/Pod-Wrap")
+    (synopsis "Wrap pod paragraphs, leaving verbatim text and code alone")
+    (description
+     "This is a @code{Pod::Parser} subclass, based on @code{Pod::Stripper}.
+It parses perl files, wrapping pod text, and leaving everything else
+intact.  It prints it's output to wherever you point it to (like you
+do with @code{Pod::Parser} (and @code{Pod::Stripper})).")
+    (license license:perl-license)))
+
 (define-public perl-text-soundex
   (package
     (name "perl-text-soundex")
-- 
2.40.1





This bug report was last modified 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.