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 #50 received at 63866 <at> debbugs.gnu.org (full text, mbox):
* 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
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.