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
Message #74 received at 63894 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-function-parameters): New variable.
---
gnu/packages/perl.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 23f0ca4d2d..42566ce724 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5505,6 +5505,29 @@ (define-public perl-filesys-notify-simple
back to a full directory scan if none of these are available.")
(license license:perl-license)))
+(define-public perl-function-parameters
+ (package
+ (name "perl-function-parameters")
+ (version "2.002003")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/M/MA/MAUKE/Function-Parameters-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0ba317h659jrvnqf816ygyh656j8n524985na42irhzbx0qkqlak"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-test-fatal))
+ (home-page "https://metacpan.org/release/Function-Parameters")
+ (synopsis
+ "Define functions and methods with parameter lists")
+ (description
+ "This module provides two new keywords, @code{fun} and @code{method}, for
+defining functions and methods with parameter lists. At minimum this saves you
+from having to unpack @code{@@_} manually, but this module can do much more.")
+ (license license:perl-license)))
+
(define-public perl-getopt-argvfile
(package
(name "perl-getopt-argvfile")
--
2.39.2
This bug report was last modified 149 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.