[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28028] [PATCH 6/9] gnu: Add perl-ref-util-xs.
From: |
Ricardo Wurmus |
Subject: |
[bug#28028] [PATCH 6/9] gnu: Add perl-ref-util-xs. |
Date: |
Wed, 9 Aug 2017 19:00:34 +0200 |
* gnu/packages/perl.scm (perl-ref-util-xs): New variable.
---
gnu/packages/perl.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index f77cf0703..123d2a3c7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5733,6 +5733,27 @@ can also be useful as a development and debugging tool
for catching updates to
variables that should not be changed.")
(license (package-license perl))))
+(define-public perl-ref-util-xs
+ (package
+ (name "perl-ref-util-xs")
+ (version "0.116")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/X/XS/XSAWYERX/"
+ "Ref-Util-XS-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0l5dzbd71iclv8fdjk7685rq6pbfiiydh0n70br6g9l9iy2smr6f"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Ref-Util-XS")
+ (synopsis "XS implementation for Ref::Util")
+ (description "@code{Ref::Util::XS} is the XS implementation of
address@hidden::Util}, which provides several functions to help identify
references
+in a more convenient way than the usual approach of examining the return value
+of @code{ref}.")
+ (license x11)))
+
(define-public perl-regexp-common
(package
(name "perl-regexp-common")
--
2.13.2
- [bug#28028] [PATCH 1/9] gnu: Add perl-hash-fieldhash., (continued)
- [bug#28028] [PATCH 1/9] gnu: Add perl-hash-fieldhash., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 4/9] gnu: Add perl-type-tie., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 5/9] gnu: Add perl-regexp-util., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 6/9] gnu: Add perl-ref-util-xs.,
Ricardo Wurmus <=
- [bug#28028] [PATCH 8/9] gnu: Add perl-crypt-random-source., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 7/9] gnu: Add perl-type-tiny., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 9/9] gnu: Add perl-math-random-secure., Ricardo Wurmus, 2017/08/09
- [bug#28028] [PATCH 1/9] gnu: Add perl-hash-fieldhash., Danny Milosavljevic, 2017/08/12
- [bug#28028] [PATCH 0/9] Perl crypto things, Marius Bakke, 2017/08/09