[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63866] [PATCH 14/16] gnu: Add perl-pod-tidy.
From: |
gemmaro |
Subject: |
[bug#63866] [PATCH 14/16] gnu: Add perl-pod-tidy. |
Date: |
Sat, 3 Jun 2023 14:05:49 +0900 |
* 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
- [bug#63866] [PATCH 00/16] Add tidyall and some tidiers., gemmaro, 2023/06/03
- [bug#63866] [PATCH 05/16] gnu: perl-mixin-linewise: Update to 0.111., gemmaro, 2023/06/03
- [bug#63866] [PATCH 04/16] gnu: Add perl-specio-library-path-tiny., gemmaro, 2023/06/03
- [bug#63866] [PATCH 07/16] gnu: Add perl-list-someutils-xs., gemmaro, 2023/06/03
- [bug#63866] [PATCH 01/16] gnu: Add perl-ref-util., gemmaro, 2023/06/03
- [bug#63866] [PATCH 13/16] gnu: Add perl-test-cmd., gemmaro, 2023/06/03
- [bug#63866] [PATCH 03/16] gnu: Add perl-lib-relative., gemmaro, 2023/06/03
- [bug#63866] [PATCH 09/16] gnu: perl-test-class-most: Fix to use propagated-inputs., gemmaro, 2023/06/03
- [bug#63866] [PATCH 14/16] gnu: Add perl-pod-tidy.,
gemmaro <=
- [bug#63866] [PATCH 06/16] gnu: perl-config-ini: Update to 0.029., gemmaro, 2023/06/03
- [bug#63866] [PATCH 02/16] gnu: perl-specio: Update to 0.48., gemmaro, 2023/06/03
- [bug#63866] [PATCH 12/16] gnu: Add perl-pod-wrap., gemmaro, 2023/06/03
- [bug#63866] [PATCH 15/16] gnu: Add perl-perl-tidy., gemmaro, 2023/06/03
- [bug#63866] [PATCH 10/16] gnu: Add tidyall., gemmaro, 2023/06/03
- [bug#63866] [PATCH 08/16] gnu: perl-list-someutils: Update to 0.59., gemmaro, 2023/06/03
- [bug#63866] [PATCH 11/16] gnu: Add perl-encode-newlines., gemmaro, 2023/06/03
- [bug#63866] [PATCH 16/16] gnu: Add perl-code-tidyall-plugin-perl-alignmooseattributes., gemmaro, 2023/06/03