GNU bug report logs -
#63894
[PATCH] Add SpamAssassin, Debbugs dependencies
Previous Next
Reported by: Antero Mejr <antero <at> mailbox.org>
Date: Sun, 4 Jun 2023 17:37:01 UTC
Severity: normal
Tags: patch
Done: "Danny Milosavljevic" <dannym <at> scratchpost.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/perl.scm (perl-critic-policy-perlsecret): New variable.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d2c41cbc12..4a5456cb31 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2378,6 +2378,32 @@ (define-public perl-critic
configured or disabled to your liking.")
(license license:perl-license)))
+(define-public perl-critic-policy-perlsecret
+ (package
+ (name "perl-critic-policy-perlsecret")
+ (version "0.0.11")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/L/LA/LANCEW/Perl-Critic-Policy-Perlsecret-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0gmagglqq6vxprk9a5c42w8nhj621fplvzvc2wnb7jaky57r2rl8"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-critic
+ perl-test-failwarnings
+ perl-test-fatal))
+ (propagated-inputs (list perl-critic))
+ (home-page "https://metacpan.org/release/Perl-Critic-Policy-Perlsecret")
+ (synopsis "Prevent perlsecrets entering your codebase")
+ (description
+ "This policy checks for perlsecret operators in your code and warns you
+about them. You can override the secrets that are allowed or disallowed using
+the parameters @code{allow_secrets} and @code{disallow_secrets}. The default
+is to simply disallow everything.")
+ (license license:gpl3)))
+
(define-public perl-crypt-cbc
(package
(name "perl-crypt-cbc")
--
2.39.2
This bug report was last modified 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.