mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-mldbm.
* gnu/packages/perl.scm (perl-mldbm): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
8444ae7966
commit
a6907b0da0
1 changed files with 23 additions and 0 deletions
|
@ -7418,6 +7418,29 @@ just write a method to handle handles, and methods for handling strings and
|
||||||
file names are added for you.")
|
file names are added for you.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-mldbm
|
||||||
|
(package
|
||||||
|
(name "perl-mldbm")
|
||||||
|
(version "2.05")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/C/CH/CHORNY/MLDBM-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"18hp5bq5jl6v1prc9sz6xkpys0q27vhlfivkysxim0101knq0s2q"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs (list perl-module-build))
|
||||||
|
(propagated-inputs (list perl-carp perl-data-dumper perl-storable))
|
||||||
|
(home-page "https://metacpan.org/release/MLDBM")
|
||||||
|
(synopsis "Store a Perl hash structure in single level tied hash")
|
||||||
|
(description
|
||||||
|
"This module can serve as a transparent interface to any TIEHASH package
|
||||||
|
that is required to store arbitrary perl data, including nested references.
|
||||||
|
Thus, this module can be used for storing references and other arbitrary data
|
||||||
|
within DBM databases.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-modern-perl
|
(define-public perl-modern-perl
|
||||||
(package
|
(package
|
||||||
(name "perl-modern-perl")
|
(name "perl-modern-perl")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue