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 #113 received at 63894 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-time-warp): New variable.
---
gnu/packages/perl.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ade4c00264..6c898b3c62 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11930,6 +11930,26 @@ (define-public perl-time-mock
and time() calls.")
(license (package-license perl))))
+(define-public perl-time-warp
+ (package
+ (name "perl-time-warp")
+ (version "0.55")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/M/MA/MANWAR/Time-Warp-" version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1a7g3i9nad7m2qvwl7bssnq083s2nsdnzxq42k2x6j8bimfgm8sc"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/Time-Warp")
+ (synopsis "Control over the measurement of time")
+ (description
+ "The @code{Time::Warp} module offers developers control over the
+measurement of time.")
+ (license license:perl-license)))
+
(define-public perl-tree-simple
(package
(name "perl-tree-simple")
--
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.