mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-function-parameters.
* gnu/packages/perl.scm (perl-function-parameters): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
6ca5c2e50e
commit
fda636721a
1 changed files with 23 additions and 0 deletions
|
@ -5631,6 +5631,29 @@ Linux, fsevents on OS X, @code{kqueue} on FreeBSD, and
|
||||||
back to a full directory scan if none of these are available.")
|
back to a full directory scan if none of these are available.")
|
||||||
(license license:perl-license)))
|
(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
|
(define-public perl-getopt-argvfile
|
||||||
(package
|
(package
|
||||||
(name "perl-getopt-argvfile")
|
(name "perl-getopt-argvfile")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue