[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63866] [PATCH 15/16] gnu: Add perl-perl-tidy.
From: |
gemmaro |
Subject: |
[bug#63866] [PATCH 15/16] gnu: Add perl-perl-tidy. |
Date: |
Sat, 3 Jun 2023 14:05:50 +0900 |
* gnu/packages/perl.scm (perl-perl-tidy): New variable.
---
gnu/packages/perl.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index a89ccef5f14..439ef189169 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8877,6 +8877,28 @@ (define-public perl-perlio-utf8_strict
for correctness.")
(license (package-license perl))))
+(define-public perl-perl-tidy
+ (package
+ (name "perl-perl-tidy")
+ (version "20230309")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/S/SH/SHANCOCK/Perl-Tidy-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "060w6v3kdc7wvf7xgp9cvah9vgmba6s2jn4cl5qxc66612i4jag2"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/Perl-Tidy")
+ (synopsis "Indent and reformat Perl scripts")
+ (description
+ "This module makes the functionality of the @command{perltidy} utility
+available to Perl scripts. Any or all of the input parameters may be
+omitted, in which case the @code{@@ARGV} array will be used to provide
+input parameters as described in the @samp{perltidy(1)} man page.")
+ (license license:gpl2)))
+
(define-public perl-pegex
(package
(name "perl-pegex")
--
2.40.1
- [bug#63866] [PATCH 04/16] gnu: Add perl-specio-library-path-tiny., (continued)
- [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, 2023/06/03
- [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 <=
- [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