[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: Add perl-mock-config.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/07: gnu: Add perl-mock-config. |
Date: |
Wed, 12 Sep 2018 11:01:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c8749b02500ecf90119e47b4af1bf6bb0c870ec1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 11 20:23:29 2018 +0200
gnu: Add perl-mock-config.
* gnu/packages/perl-check.scm (perl-mock-config): New public variable.
---
gnu/packages/perl-check.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 16010b4..98b4e39 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -44,6 +44,27 @@
;;;
+(define-public perl-mock-config
+ (package
+ (name "perl-mock-config")
+ (version "0.03")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/Mock-Config-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "06q0xkg5cwdwafzmb9rkaa305ddv7vli9gpm6n9jnkyaaxbk9f55"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/Mock-Config")
+ (synopsis "Temporarily set Config or XSConfig values")
+ (description
+ "The @code{Mock::Config} Perl module allows temporarily setting and
+overriding @code{Config} values, even for the readonly @code{XSConfig}
+implementation as used in cperl. It does not store the mocked overrides
+lexically, just dynamically.")
+ (license artistic2.0)))
+
(define-public perl-test2-bundle-extended
(package
(name "perl-test2-bundle-extended")
- branch master updated (b2c8d31 -> acd4da3), Tobias Geerinckx-Rice, 2018/09/12
- 01/07: gnu: Add perl-mock-config.,
Tobias Geerinckx-Rice <=
- 07/07: gnu: libfilezilla: Update to 0.13.1., Tobias Geerinckx-Rice, 2018/09/12
- 05/07: gnu: syslinux: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/09/12
- 04/07: gnu: syslinux: Use INVOKE., Tobias Geerinckx-Rice, 2018/09/12
- 06/07: gnu: sg3-utils: Update to 1.43., Tobias Geerinckx-Rice, 2018/09/12
- 03/07: gnu: zsh: Update to 5.6.1., Tobias Geerinckx-Rice, 2018/09/12
- 02/07: gnu: zsh: Use HTTPS., Tobias Geerinckx-Rice, 2018/09/12