[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/30: gnu: Add perl-data-compare.
From: |
Ricardo Wurmus |
Subject: |
09/30: gnu: Add perl-data-compare. |
Date: |
Sun, 27 Nov 2016 08:50:09 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 9413e95f598dfb2792249fc79542fb4d55d9a209
Author: Ricardo Wurmus <address@hidden>
Date: Wed Nov 23 22:01:01 2016 +0100
gnu: Add perl-data-compare.
* gnu/packages/perl.scm (perl-data-compare): 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 e23e828..8bac955 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1310,6 +1310,27 @@ functions and data structures for processing and
analysing genomic and
bioinformatics data.")
(license gpl3+)))
+(define-public perl-data-compare
+ (package
+ (name "perl-data-compare")
+ (version "1.25")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/D/DC/DCANTRELL/"
+ "Data-Compare-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0wzasidg9yjcfsi2gdiaw6726ikqda7n24n0v2ngpaazakdkcjqx"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-file-find-rule" ,perl-file-find-rule)))
+ (home-page "http://search.cpan.org/dist/Data-Compare")
+ (synopsis "Compare Perl data structures")
+ (description "This module compares arbitrary data structures to see if
+they are copies of each other.")
+ (license (package-license perl))))
+
(define-public perl-data-dump
(package
(name "perl-data-dump")
- branch master updated (a82f0b3 -> 253cdd6), Ricardo Wurmus, 2016/11/27
- 04/30: gnu: Add perl-business-isbn-data., Ricardo Wurmus, 2016/11/27
- 03/30: gnu: Add perl-autovivification., Ricardo Wurmus, 2016/11/27
- 09/30: gnu: Add perl-data-compare.,
Ricardo Wurmus <=
- 05/30: gnu: Add perl-business-isbn., Ricardo Wurmus, 2016/11/27
- 18/30: gnu: Add perl-ipc-cmd., Ricardo Wurmus, 2016/11/27
- 10/30: gnu: Add perl-data-uniqid., Ricardo Wurmus, 2016/11/27
- 02/30: gnu: Add perl-mojolicious., Ricardo Wurmus, 2016/11/27
- 14/30: gnu: Add perl-encode-eucjpascii., Ricardo Wurmus, 2016/11/27
- 13/30: gnu: perl-encode-detect: Move to alphabetical position., Ricardo Wurmus, 2016/11/27
- 08/30: gnu: Add perl-business-ismn., Ricardo Wurmus, 2016/11/27
- 01/30: gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host., Ricardo Wurmus, 2016/11/27
- 07/30: gnu: Add perl-tie-cycle., Ricardo Wurmus, 2016/11/27
- 11/30: gnu: Add perl-date-simple., Ricardo Wurmus, 2016/11/27