GNU bug report logs -
#63866
[PATCH 00/16] Add tidyall and some tidiers.
Previous Next
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
Message #47 received at 63866 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-pod-tidy): New variable.
---
gnu/packages/perl.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d731d2e8389..a89ccef5f14 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8996,6 +8996,33 @@ (define-public perl-pod-spell
mystery words like \"@code{$thing}\" or \"@code{Foo::Bar}\" or \"@code{hashref}\").")
(license license:artistic2.0)))
+(define-public perl-pod-tidy
+ (package
+ (name "perl-pod-tidy")
+ (version "0.10")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/J/JH/JHOBLITT/Pod-Tidy-" version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1gcxjplgksnc5iggi8dzbkbkcryii5wjhypd7fs3kmbwx91y2vl8"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-module-build perl-encode-newlines perl-test-cmd))
+ (propagated-inputs (list perl-io-string
+ perl-pod-parser
+ perl-pod-wrap
+ perl-test-distribution
+ perl-text-glob))
+ (home-page "https://metacpan.org/release/Pod-Tidy")
+ (synopsis "Reformatting Pod processor")
+ (description
+ "This module provides the @emph{heavy lifting} needed by the
+@code{podtidy} utility although the API should be general enough that
+it can be used directly.")
+ (license license:perl-license)))
+
(define-public perl-posix-strftime-compiler
(package
(name "perl-posix-strftime-compiler")
--
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.