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-tie-hash-method): 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 3e1cc4781c..ade4c00264 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11715,6 +11715,28 @@ (define-public perl-tie-handle-offset
by modifying the @code{seek()} and @code{tell()} calls.")
(license license:asl2.0)))
+(define-public perl-tie-hash-method
+ (package
+ (name "perl-tie-hash-method")
+ (version "0.02")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/Y/YV/YVES/Tie-Hash-Method-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1a9jxhg1jl5rcxnhcmgadl3wcznzjihwxgd1chgcmxqk2jszn4ym"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/Tie-Hash-Method")
+ (synopsis "Tied hash with specific methods overriden by callbacks")
+ (description
+ "@code{Tie::Hash::Method} provides a way to create a tied hash with
+specific overriden behaviour without having to create a new class to do it. A
+tied hash with no methods overriden is functionally equivalent to a normal
+hash.")
+ (license (package-license perl))))
+
(define-public perl-tie-simple
(package
(name "perl-tie-simple")
--
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.